From 24061ceef5fe98fef28a1be412c3eadf525ac713 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Sun, 2 Feb 2020 19:00:58 +0800 Subject: [PATCH] sdm660-common: Don't specify bitness of hal impls * It's the default behavior on 10 Change-Id: I24827806ff050cb96046ac6249e6b5b8223de813 --- sdm660.mk | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sdm660.mk b/sdm660.mk index f9310441..1ebf361f 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -42,11 +42,11 @@ $(call inherit-product, $(COMMON_PATH)/common_prop.mk) # Audio PRODUCT_PACKAGES += \ - android.hardware.audio@5.0-impl:32 \ + android.hardware.audio@5.0-impl \ android.hardware.audio@2.0-service \ - android.hardware.audio.effect@5.0-impl:32 \ + android.hardware.audio.effect@5.0-impl \ android.hardware.audio.effect@2.0-service \ - android.hardware.soundtrigger@2.2-impl:32 \ + android.hardware.soundtrigger@2.2-impl\ audio.a2dp.default \ audio_amplifier.sdm660 \ audio.primary.sdm660 \ @@ -118,7 +118,7 @@ PRODUCT_PACKAGES += \ # Camera PRODUCT_PACKAGES += \ - android.hardware.camera.provider@2.4-impl:32 \ + android.hardware.camera.provider@2.4-impl \ android.hardware.camera.provider@2.4-service \ vendor.qti.hardware.camera.device@1.0 \ Snap @@ -145,9 +145,9 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk PRODUCT_PACKAGES += \ android.frameworks.displayservice@1.0 \ android.frameworks.displayservice@1.0_32 \ - android.hardware.graphics.allocator@2.0-impl:64 \ + android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.allocator@2.0-service \ - android.hardware.graphics.composer@2.1-impl:64 \ + android.hardware.graphics.composer@2.1-impl \ android.hardware.graphics.composer@2.1-service \ android.hardware.graphics.mapper@2.0-impl-2.1 \ android.hardware.memtrack@1.0-impl \ @@ -439,7 +439,7 @@ PRODUCT_COPY_FILES += \ # Sensors PRODUCT_PACKAGES += \ - android.hardware.sensors@1.0-impl:64 \ + android.hardware.sensors@1.0-impl \ android.hardware.sensors@1.0-service \ libsensorndkbridge