wayne-common: Only include bitness of hal impls that is used.
Bug: 73829928 Test: boot walleye, check directories, no errors during boot Change-Id: Ia1272b2bcc5006fa75a50631861fbaccdeed7bee
This commit is contained in:
parent
52a6298670
commit
2b448d5e0c
1 changed files with 8 additions and 8 deletions
16
wayne.mk
16
wayne.mk
|
@ -85,11 +85,11 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Audio
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.audio@4.0-impl \
|
||||
android.hardware.audio@4.0-impl:32 \
|
||||
android.hardware.audio@2.0-service \
|
||||
android.hardware.audio.effect@4.0-impl \
|
||||
android.hardware.audio.effect@4.0-impl:32 \
|
||||
android.hardware.audio.effect@2.0-service \
|
||||
android.hardware.soundtrigger@2.0-impl \
|
||||
android.hardware.soundtrigger@2.0-impl:32 \
|
||||
android.hardware.soundtrigger@2.0-service \
|
||||
audio.a2dp.default \
|
||||
audio_amplifier.sdm660 \
|
||||
|
@ -144,7 +144,7 @@ PRODUCT_PACKAGES += \
|
|||
Snap
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.camera.provider@2.4-impl \
|
||||
android.hardware.camera.provider@2.4-impl:32 \
|
||||
android.hardware.camera.provider@2.4-service \
|
||||
vendor.qti.hardware.camera.device@1.0 \
|
||||
vendor.qti.hardware.camera.device@1.0_vendor
|
||||
|
@ -180,10 +180,10 @@ PRODUCT_PACKAGES += \
|
|||
libqdMetaData.system
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.graphics.allocator@2.0-impl \
|
||||
android.hardware.graphics.allocator@2.0-impl:64 \
|
||||
android.hardware.graphics.allocator@2.0-service \
|
||||
android.hardware.graphics.mapper@2.0-impl \
|
||||
android.hardware.graphics.composer@2.1-impl \
|
||||
android.hardware.graphics.composer@2.1-impl:64 \
|
||||
android.hardware.graphics.composer@2.1-service \
|
||||
android.hardware.memtrack@1.0-impl \
|
||||
android.hardware.memtrack@1.0-service \
|
||||
|
@ -198,7 +198,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# DRM
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.drm@1.0-impl \
|
||||
android.hardware.drm@1.0-impl:32 \
|
||||
android.hardware.drm@1.0-service \
|
||||
android.hardware.drm@1.1-service.clearkey
|
||||
|
||||
|
@ -402,7 +402,7 @@ PRODUCT_COPY_FILES += \
|
|||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
sensors.sdm660 \
|
||||
android.hardware.sensors@1.0-impl \
|
||||
android.hardware.sensors@1.0-impl:64 \
|
||||
android.hardware.sensors@1.0-service
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Reference in a new issue