diff --git a/Aerodactyl-vendor.mk b/Aerodactyl-vendor.mk index bd2e8a0..174877e 100644 --- a/Aerodactyl-vendor.mk +++ b/Aerodactyl-vendor.mk @@ -8,7 +8,6 @@ PRODUCT_SOONG_NAMESPACES += \ 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/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/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 \ @@ -1120,7 +1119,6 @@ PRODUCT_PACKAGES += \ vendor.mediatek.hardware.apuware.xrp@2.0 \ vendor.mediatek.hardware.videotelephony-V1-ndk \ vendor.mediatek.hardware.videotelephony@1.0 \ - NothingAudioEffectService \ MobileFeliCaClient \ MobileFeliCaMenuMainApp \ MobileFeliCaSettingApp \ diff --git a/Android.bp b/Android.bp index bf6f7bb..7113d15 100644 --- a/Android.bp +++ b/Android.bp @@ -23567,17 +23567,6 @@ cc_prebuilt_library_shared { 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 { name: "MobileFeliCaClient", owner: "nothing", diff --git a/proprietary/system/etc/sysconfig/preinstalled-packages-audioeffect.xml b/proprietary/system/etc/sysconfig/preinstalled-packages-audioeffect.xml deleted file mode 100644 index f7e6b23..0000000 --- a/proprietary/system/etc/sysconfig/preinstalled-packages-audioeffect.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - diff --git a/proprietary/system/priv-app/NothingAudioEffectService/NothingAudioEffectService.apk b/proprietary/system/priv-app/NothingAudioEffectService/NothingAudioEffectService.apk deleted file mode 100644 index ce9dbd4..0000000 Binary files a/proprietary/system/priv-app/NothingAudioEffectService/NothingAudioEffectService.apk and /dev/null differ