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

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

Cert: Add missing libraries to Android.mk

* Some libraries are missing, making tests fail to run locally

NO_IFTTT=Modification was to fix existing errors in the test and
existing gd_device.py was written correctly

Bug: 307877650
Test: m bluetooth_stack_with_facade && gd/cert/run --clean SimpleHalTest
Change-Id: I4069021b271a04b424b8f06fd43424575ab7d919
parent 2def0df8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ LOCAL_host_python_extension_libraries := \

LOCAL_host_libraries := \
	$(HOST_OUT_SHARED_LIBRARIES)/libbase.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libbinder.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libbinder_ndk.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libbluetooth.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libbluetooth_gd.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libc++.so \
@@ -44,6 +46,7 @@ LOCAL_host_libraries := \
	$(HOST_OUT_SHARED_LIBRARIES)/libz-host.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libprotobuf-cpp-full.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libunwindstack.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libutils.so \
	$(HOST_OUT_SHARED_LIBRARIES)/liblzma.so

LOCAL_target_executables := \