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