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