Merge "mainline_system: libhwbinder/libhidltransport" am: 2ce54fa76a am: a84540e557

am: 3b9d2dc689

Change-Id: Idfdab4c246de986d1e9ac1dcd4244a1fc1f23ab1
This commit is contained in:
Steven Moreland 2019-10-11 14:07:47 -07:00 committed by android-build-merger
commit c58858de4c
1 changed files with 9 additions and 2 deletions

View File

@ -64,8 +64,8 @@ PRODUCT_PACKAGES += \
# For ringtones that rely on forward lock encryption # For ringtones that rely on forward lock encryption
PRODUCT_PACKAGES += libfwdlockengine PRODUCT_PACKAGES += libfwdlockengine
# System libraries commonly depended on by things on the product partition. # System libraries commonly depended on by things on the system_ext or product partitions.
# This list will be pruned periodically. # These lists will be pruned periodically.
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.1 \ android.hardware.biometrics.fingerprint@2.1 \
android.hardware.radio@1.0 \ android.hardware.radio@1.0 \
@ -85,6 +85,13 @@ PRODUCT_PACKAGES += \
libnl \ libnl \
libprotobuf-cpp-full \ libprotobuf-cpp-full \
# These libraries are empty and have been combined into libhidlbase, but are still depended
# on by things off /system.
# TODO(b/135686713): remove these
PRODUCT_PACKAGES += \
libhidltransport \
libhwbinder \
# Camera service uses 'libdepthphoto' for adding dynamic depth # Camera service uses 'libdepthphoto' for adding dynamic depth
# metadata inside depth jpegs. # metadata inside depth jpegs.
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \