aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-11-20 13:33:27 +0000
committerAnton Hansson <hansson@google.com>2018-11-20 14:53:09 +0000
commit6d8a179cf133a6a1f56e22461b568d2a85051d15 (patch)
tree299be5764fa5f8b2f288ff54be654d55545781fd
parent6f2cfd93d8ae5a5faac0d305778ed1147c474b54 (diff)
downloadbuild-6d8a179cf133a6a1f56e22461b568d2a85051d15.tar.gz
Add a bunch of libraries to mainline_system
These are libraries commonly depended on by things on the product partition. Add them explicitly for now. Bug: 80410283 Test: build mainline_system_arm64 Change-Id: I6696990243397aa7109f88951ff120acf2a0f7e8
-rw-r--r--target/product/mainline_system.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk
index 862a341a66..947cd20246 100644
--- a/target/product/mainline_system.mk
+++ b/target/product/mainline_system.mk
@@ -59,6 +59,24 @@ PRODUCT_PACKAGES += \
# For ringtones that rely on forward lock encryption
PRODUCT_PACKAGES += libfwdlockengine
+# System libraries commonly depended on by things on the product partition.
+# This list will be pruned periodically.
+PRODUCT_PACKAGES += \
+ android.hardware.radio@1.0 \
+ android.hardware.radio@1.1 \
+ android.hardware.radio@1.2 \
+ android.hardware.radio.config@1.0 \
+ android.hardware.radio.deprecated@1.0 \
+ android.hardware.secure_element@1.0 \
+ android.hardware.tests.libhwbinder@1.0-impl \
+ android.hidl.base@1.0 \
+ libaudio-resampler \
+ liblogwrap \
+ liblz4 \
+ libminui \
+ libprotobuf-cpp-full \
+ libprotobuf-cpp-full-rtti \
+
PRODUCT_PACKAGES_DEBUG += \
avbctl \
bootctl \