diff --git a/Android.bp b/Android.bp index 642cc14..816e241 100644 --- a/Android.bp +++ b/Android.bp @@ -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", diff --git a/RM6785-common-vendor.mk b/RM6785-common-vendor.mk index c0958c5..ad1a98f 100644 --- a/RM6785-common-vendor.mk +++ b/RM6785-common-vendor.mk @@ -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 \ diff --git a/proprietary/product/etc/permissions/com.android.hotwordenrollment.common.util.xml b/proprietary/product/etc/permissions/com.android.hotwordenrollment.common.util.xml deleted file mode 100644 index d1bca04..0000000 --- a/proprietary/product/etc/permissions/com.android.hotwordenrollment.common.util.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - diff --git a/proprietary/product/framework/com.android.hotwordenrollment.common.util.jar b/proprietary/product/framework/com.android.hotwordenrollment.common.util.jar deleted file mode 100644 index 6a6f67d..0000000 Binary files a/proprietary/product/framework/com.android.hotwordenrollment.common.util.jar and /dev/null differ diff --git a/proprietary/product/priv-app/HotwordEnrollmentOKGoogleCORTEXM4/HotwordEnrollmentOKGoogleCORTEXM4.apk b/proprietary/product/priv-app/HotwordEnrollmentOKGoogleCORTEXM4/HotwordEnrollmentOKGoogleCORTEXM4.apk deleted file mode 100644 index a733420..0000000 Binary files a/proprietary/product/priv-app/HotwordEnrollmentOKGoogleCORTEXM4/HotwordEnrollmentOKGoogleCORTEXM4.apk and /dev/null differ