Add library test makefile solutions.

Change-Id: Ibc8df9b0e2342683158936bf011425780df8f02a
This commit is contained in:
Christopher Ferris
2014-02-04 22:09:16 -08:00
parent a77456b8e8
commit 70ca5e5b39
9 changed files with 70 additions and 23 deletions

8
core/shared_test_lib.mk Normal file
View File

@@ -0,0 +1,8 @@
#############################################
## A thin wrapper around BUILD_SHARED_LIBRARY
## Common flags for native tests are added.
#############################################
include $(BUILD_SYSTEM)/target_test_internal.mk
include $(BUILD_SHARED_LIBRARY)