Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d33dfbe1 authored by Jack He's avatar Jack He
Browse files

Cert: Add required host libraries to test ZIP

* 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
parent d9fa6cfc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 \