Aerodactyl: Drop NothingAudioEffectService
Not that much user friendly
This commit is contained in:
@@ -8,7 +8,6 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
vendor/nothing/Aerodactyl/proprietary/product/etc/sysconfig/felica-allowlist.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/felica-allowlist.xml \
|
vendor/nothing/Aerodactyl/proprietary/product/etc/sysconfig/felica-allowlist.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/felica-allowlist.xml \
|
||||||
vendor/nothing/Aerodactyl/proprietary/system/etc/public.libraries-mtk.txt:$(TARGET_COPY_OUT_SYSTEM)/etc/public.libraries-mtk.txt \
|
vendor/nothing/Aerodactyl/proprietary/system/etc/public.libraries-mtk.txt:$(TARGET_COPY_OUT_SYSTEM)/etc/public.libraries-mtk.txt \
|
||||||
vendor/nothing/Aerodactyl/proprietary/system/etc/sysconfig/preinstalled-packages-audioeffect.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/preinstalled-packages-audioeffect.xml \
|
|
||||||
vendor/nothing/Aerodactyl/proprietary/system_ext/etc/init/init.vtservice.rc:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/init/init.vtservice.rc \
|
vendor/nothing/Aerodactyl/proprietary/system_ext/etc/init/init.vtservice.rc:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/init/init.vtservice.rc \
|
||||||
vendor/nothing/Aerodactyl/proprietary/system_ext/etc/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.android.hotwordenrollment.common.util.xml \
|
vendor/nothing/Aerodactyl/proprietary/system_ext/etc/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.android.hotwordenrollment.common.util.xml \
|
||||||
vendor/nothing/Aerodactyl/proprietary/system_ext/etc/sysconfig/com.mediatek.ims.config.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/sysconfig/com.mediatek.ims.config.xml \
|
vendor/nothing/Aerodactyl/proprietary/system_ext/etc/sysconfig/com.mediatek.ims.config.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/sysconfig/com.mediatek.ims.config.xml \
|
||||||
@@ -1120,7 +1119,6 @@ PRODUCT_PACKAGES += \
|
|||||||
vendor.mediatek.hardware.apuware.xrp@2.0 \
|
vendor.mediatek.hardware.apuware.xrp@2.0 \
|
||||||
vendor.mediatek.hardware.videotelephony-V1-ndk \
|
vendor.mediatek.hardware.videotelephony-V1-ndk \
|
||||||
vendor.mediatek.hardware.videotelephony@1.0 \
|
vendor.mediatek.hardware.videotelephony@1.0 \
|
||||||
NothingAudioEffectService \
|
|
||||||
MobileFeliCaClient \
|
MobileFeliCaClient \
|
||||||
MobileFeliCaMenuMainApp \
|
MobileFeliCaMenuMainApp \
|
||||||
MobileFeliCaSettingApp \
|
MobileFeliCaSettingApp \
|
||||||
|
|||||||
-11
@@ -23567,17 +23567,6 @@ cc_prebuilt_library_shared {
|
|||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
android_app_import {
|
|
||||||
name: "NothingAudioEffectService",
|
|
||||||
owner: "nothing",
|
|
||||||
apk: "proprietary/system/priv-app/NothingAudioEffectService/NothingAudioEffectService.apk",
|
|
||||||
certificate: "platform",
|
|
||||||
dex_preopt: {
|
|
||||||
enabled: false,
|
|
||||||
},
|
|
||||||
privileged: true,
|
|
||||||
}
|
|
||||||
|
|
||||||
android_app_import {
|
android_app_import {
|
||||||
name: "MobileFeliCaClient",
|
name: "MobileFeliCaClient",
|
||||||
owner: "nothing",
|
owner: "nothing",
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
<!--
|
|
||||||
~ Copyright (C) 2021 The Android Open Source Project
|
|
||||||
~
|
|
||||||
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
~ you may not use this file except in compliance with the License.
|
|
||||||
~ You may obtain a copy of the License at
|
|
||||||
~
|
|
||||||
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
~
|
|
||||||
~ Unless required by applicable law or agreed to in writing, software
|
|
||||||
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
~ See the License for the specific language governing permissions and
|
|
||||||
~ limitations under the License.
|
|
||||||
-->
|
|
||||||
<config>
|
|
||||||
<install-in-user-type package="com.nothing.audioeffect">
|
|
||||||
<install-in user-type="SYSTEM"/>
|
|
||||||
</install-in-user-type>
|
|
||||||
</config>
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user