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

View File

@@ -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)