sdm660-common: Don't specify bitness of hal impls
* It's the default behavior on 10 Change-Id: I24827806ff050cb96046ac6249e6b5b8223de813
This commit is contained in:
parent
c38170fb9c
commit
24061ceef5
1 changed files with 7 additions and 7 deletions
14
sdm660.mk
14
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue