summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-02-16 20:35:50 +0100
committerWilliam Escande <wescande@google.com>2022-02-16 20:35:50 +0100
commit7f5b5f7cf621325a9d0833562faf185a44b63a47 (patch)
tree2f53cf73fa7c698d93c83080c46d6c4e2fdebd86
parent69b20a8f0205ec982fa7301efebf9cc38b87a21e (diff)
downloadcar-7f5b5f7cf621325a9d0833562faf185a44b63a47.tar.gz
Add BT libs to PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST
in order for the target to build as we move BT to an apex Bug: 217736913 Test: Compile, bringup and test user journeys Change-Id: I0f910c91ef4714beb060c66c005ae51777b25441
-rw-r--r--gsi_car_base.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsi_car_base.mk b/gsi_car_base.mk
index 9ac9c09..22f60ed 100644
--- a/gsi_car_base.mk
+++ b/gsi_car_base.mk
@@ -25,6 +25,7 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/apex/com.android.car.framework.apex \
system/app/Bluetooth/Bluetooth.apk \
system/app/Bluetooth/lib/arm64/libbluetooth_jni.so \
+ system/app/Bluetooth/lib/x86_64/libbluetooth_jni.so \
system/app/CarFrameworkPackageStubs/CarFrameworkPackageStubs.apk \
system/app/CarHTMLViewer/CarHTMLViewer.apk \
system/app/CarLatinIME/CarLatinIME.apk \