Build hwbinder and libhidltransport explictly
some vendor blobs depends on it Signed-off-by: DennySPb <dennyspb@gmail.com> Change-Id: Iac83b95405f0170f808c5b0f787c42d8e301a418
This commit is contained in:
parent
14f08dc1fe
commit
452450156a
1 changed files with 6 additions and 4 deletions
10
device.mk
10
device.mk
|
@ -55,10 +55,6 @@ PRODUCT_COPY_FILES += \
|
|||
$(TOPDIR)frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
|
||||
$(TOPDIR)frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml
|
||||
|
||||
# Binder
|
||||
PRODUCT_PACKAGES += \
|
||||
libhwbinder
|
||||
|
||||
# Bluetooth
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.bluetooth.audio@2.0-impl \
|
||||
|
@ -150,6 +146,12 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.health@2.0-impl \
|
||||
android.hardware.health@2.0-service
|
||||
|
||||
# HIDL
|
||||
PRODUCT_PACKAGES += \
|
||||
libhidltransport.vendor \
|
||||
libhwbinder \
|
||||
libhwbinder.vendor
|
||||
|
||||
# Fingerprint
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.fingerprint.xml
|
||||
|
|
Loading…
Reference in a new issue