From 1f6e024bcccb69294cdef490fe6df1b3176e7da5 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Mon, 26 Nov 2018 16:42:57 +0000 Subject: [PATCH] Add two more libraries to mainline_system Bug: 80410283 Test: make Change-Id: I479396b24b1a551afd591da9f4f550eb0a74b540 --- target/product/mainline_system.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 947cd2024..80f2ab080 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -62,6 +62,7 @@ PRODUCT_PACKAGES += libfwdlockengine # System libraries commonly depended on by things on the product partition. # This list will be pruned periodically. PRODUCT_PACKAGES += \ + android.hardware.biometrics.fingerprint@2.1 \ android.hardware.radio@1.0 \ android.hardware.radio@1.1 \ android.hardware.radio@1.2 \ @@ -74,6 +75,7 @@ PRODUCT_PACKAGES += \ liblogwrap \ liblz4 \ libminui \ + libnl \ libprotobuf-cpp-full \ libprotobuf-cpp-full-rtti \