RM6785-common: Kill hotword entrollment APKs

- Broken, always has been

Signed-off-by: Debayan Kar <kardebayan3@gmail.com>
This commit is contained in:
SamarV-121
2025-02-26 04:39:06 +00:00
committed by Debayan Kar
parent 62a398bcf6
commit 67d23d782c
5 changed files with 0 additions and 41 deletions
-19
View File
@@ -15099,18 +15099,6 @@ android_app_import {
privileged: true,
}
android_app_import {
name: "HotwordEnrollmentOKGoogleCORTEXM4",
owner: "realme",
apk: "proprietary/product/priv-app/HotwordEnrollmentOKGoogleCORTEXM4/HotwordEnrollmentOKGoogleCORTEXM4.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "EngineerMode",
owner: "realme",
@@ -15176,13 +15164,6 @@ dex_import {
jars: ["proprietary/framework/mediatek-telephony-common.jar"],
}
dex_import {
name: "com.android.hotwordenrollment.common.util",
owner: "realme",
jars: ["proprietary/product/framework/com.android.hotwordenrollment.common.util.jar"],
product_specific: true,
}
prebuilt_etc_xml {
name: "android.hardware.gpu@1.0-service.xml",
owner: "realme",
-3
View File
@@ -6,7 +6,6 @@ PRODUCT_SOONG_NAMESPACES += \
vendor/realme/RM6785-common
PRODUCT_COPY_FILES += \
vendor/realme/RM6785-common/proprietary/product/etc/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/com.android.hotwordenrollment.common.util.xml \
vendor/realme/RM6785-common/proprietary/odm/etc/audio/audio_device/audio_device.xml:$(TARGET_COPY_OUT_ODM)/etc/audio/audio_device/audio_device.xml \
vendor/realme/RM6785-common/proprietary/odm/etc/audio/audio_device/common/audio_device.xml:$(TARGET_COPY_OUT_ODM)/etc/audio/audio_device/common/audio_device.xml \
vendor/realme/RM6785-common/proprietary/odm/etc/audio/audio_param/AudioParamOptions.xml:$(TARGET_COPY_OUT_ODM)/etc/audio/audio_param/AudioParamOptions.xml \
@@ -1660,7 +1659,6 @@ PRODUCT_PACKAGES += \
vendor.oplus.hardware.orms@1.0 \
vendor.oplus.hardware.radio@1.0 \
ImsService \
HotwordEnrollmentOKGoogleCORTEXM4 \
EngineerMode \
mediatek-common \
mediatek-framework \
@@ -1671,7 +1669,6 @@ PRODUCT_PACKAGES += \
mediatek-telecom-common \
mediatek-telephony-base \
mediatek-telephony-common \
com.android.hotwordenrollment.common.util \
android.hardware.gpu@1.0-service.xml \
android.hardware.neuralnetworks@1.3-service-mtk-dsp-gpu.xml \
manifest.xml \
@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 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.
-->
<permissions>
<library name="com.android.hotwordenrollment.common.util" file="/product/framework/com.android.hotwordenrollment.common.util.jar"/>
</permissions>