9 lines
264 B
Makefile
9 lines
264 B
Makefile
|
#############################################
|
||
|
## A thin wrapper around BUILD_STATIC_LIBRARY
|
||
|
## Common flags for native tests are added.
|
||
|
#############################################
|
||
|
|
||
|
include $(BUILD_SYSTEM)/target_test_internal.mk
|
||
|
|
||
|
include $(BUILD_STATIC_LIBRARY)
|