2014-02-05 06:09:16 +00:00
|
|
|
#############################################
|
|
|
|
## A thin wrapper around BUILD_STATIC_LIBRARY
|
|
|
|
## Common flags for native tests are added.
|
|
|
|
#############################################
|
2016-07-25 23:03:53 +00:00
|
|
|
$(call record-module-type,STATIC_TEST_LIBRARY)
|
2014-02-05 06:09:16 +00:00
|
|
|
|
|
|
|
include $(BUILD_SYSTEM)/target_test_internal.mk
|
|
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|