From 70ca5e5b3942f54703724f573130b422d51059b1 Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Tue, 4 Feb 2014 22:09:16 -0800 Subject: Add library test makefile solutions. Change-Id: Ibc8df9b0e2342683158936bf011425780df8f02a --- core/host_shared_test_lib.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 core/host_shared_test_lib.mk (limited to 'core/host_shared_test_lib.mk') diff --git a/core/host_shared_test_lib.mk b/core/host_shared_test_lib.mk new file mode 100644 index 0000000..1eb9b26 --- /dev/null +++ b/core/host_shared_test_lib.mk @@ -0,0 +1,8 @@ +################################################## +## A thin wrapper around BUILD_HOST_SHARED_LIBRARY +## Common flags for host native tests are added. +################################################## + +include $(BUILD_SYSTEM)/host_test_internal.mk + +include $(BUILD_HOST_SHARED_LIBRARY) -- cgit v1.1