OSDN Git Service

Cert: Add required host libraries to test ZIP
authorJack He <siyuanh@google.com>
Fri, 6 Mar 2020 08:17:27 +0000 (00:17 -0800)
committerJack He <siyuanh@google.com>
Fri, 6 Mar 2020 08:23:13 +0000 (00:23 -0800)
* So that this ZIP archive contains all files we need to run a test
  in a separate environment

Bug: 150321998
Test: source cert/run --host
Change-Id: Iee69245a94adadbb551b0b6bbcdd04375787bb81

gd/Android.mk

index 108d0c1..966e53b 100644 (file)
@@ -11,9 +11,15 @@ bluetooth_cert_test_file_list := $(addprefix $(LOCAL_PATH)/,$(bluetooth_cert_tes
 bluetooth_cert_test_file_list += \
     $(HOST_OUT_EXECUTABLES)/bluetooth_stack_with_facade \
     $(HOST_OUT_SHARED_LIBRARIES)/bluetooth_packets_python3.so \
+    $(HOST_OUT_SHARED_LIBRARIES)/libbase.so \
     $(HOST_OUT_SHARED_LIBRARIES)/libbluetooth_gd.so \
     $(HOST_OUT_SHARED_LIBRARIES)/libc++.so \
+    $(HOST_OUT_SHARED_LIBRARIES)/libchrome.so \
+    $(HOST_OUT_SHARED_LIBRARIES)/libevent-host.so \
     $(HOST_OUT_SHARED_LIBRARIES)/libgrpc++_unsecure.so \
+    $(HOST_OUT_SHARED_LIBRARIES)/liblog.so \
+    $(HOST_OUT_SHARED_LIBRARIES)/libz-host.so \
+    $(HOST_OUT_SHARED_LIBRARIES)/libprotobuf-cpp-full.so \
     $(TARGET_OUT_EXECUTABLES)/bluetooth_stack_with_facade \
     $(TARGET_OUT_SHARED_LIBRARIES)/libbluetooth_gd.so \
     $(TARGET_OUT_SHARED_LIBRARIES)/libgrpc++_unsecure.so \