Aerodactyl: Drop NothingAudioEffectService

Not that much user friendly
This commit is contained in:
Mashopy
2026-03-30 01:07:08 +02:00
parent 36766ca36d
commit 27bafc9d83
4 changed files with 0 additions and 33 deletions
-2
View File
@@ -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 \
-11
View File
@@ -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",
@@ -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>