sdm660-common: Don't specify bitness of hal impls

* It's the default behavior on 10

Change-Id: I24827806ff050cb96046ac6249e6b5b8223de813
This commit is contained in:
dianlujitao 2020-02-02 19:00:58 +08:00 committed by Max Weffers
parent c38170fb9c
commit 24061ceef5
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -42,11 +42,11 @@ $(call inherit-product, $(COMMON_PATH)/common_prop.mk)
# Audio # Audio
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.audio@5.0-impl:32 \ android.hardware.audio@5.0-impl \
android.hardware.audio@2.0-service \ 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.audio.effect@2.0-service \
android.hardware.soundtrigger@2.2-impl:32 \ android.hardware.soundtrigger@2.2-impl\
audio.a2dp.default \ audio.a2dp.default \
audio_amplifier.sdm660 \ audio_amplifier.sdm660 \
audio.primary.sdm660 \ audio.primary.sdm660 \
@ -118,7 +118,7 @@ PRODUCT_PACKAGES += \
# Camera # Camera
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.4-impl:32 \ android.hardware.camera.provider@2.4-impl \
android.hardware.camera.provider@2.4-service \ android.hardware.camera.provider@2.4-service \
vendor.qti.hardware.camera.device@1.0 \ vendor.qti.hardware.camera.device@1.0 \
Snap Snap
@ -145,9 +145,9 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.frameworks.displayservice@1.0 \ android.frameworks.displayservice@1.0 \
android.frameworks.displayservice@1.0_32 \ 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.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.composer@2.1-service \
android.hardware.graphics.mapper@2.0-impl-2.1 \ android.hardware.graphics.mapper@2.0-impl-2.1 \
android.hardware.memtrack@1.0-impl \ android.hardware.memtrack@1.0-impl \
@ -439,7 +439,7 @@ PRODUCT_COPY_FILES += \
# Sensors # Sensors
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl:64 \ android.hardware.sensors@1.0-impl \
android.hardware.sensors@1.0-service \ android.hardware.sensors@1.0-service \
libsensorndkbridge libsensorndkbridge