2014-02-05 06:09:16 +00:00
|
|
|
##################################################
|
|
|
|
## A thin wrapper around BUILD_HOST_STATIC_LIBRARY
|
|
|
|
## Common flags for host native tests are added.
|
|
|
|
##################################################
|
2016-07-25 23:03:53 +00:00
|
|
|
$(call record-module-type,HOST_STATIC_TEST_LIBRARY)
|
2014-02-05 06:09:16 +00:00
|
|
|
|
|
|
|
include $(BUILD_SYSTEM)/host_test_internal.mk
|
|
|
|
|
2019-05-02 22:42:42 +00:00
|
|
|
include $(BUILD_SYSTEM)/host_static_library.mk
|