Files
Android11/build/make/core/static_test_lib.mk
2023-10-13 14:01:41 +00:00

10 lines
311 B
Makefile

#############################################
## A thin wrapper around BUILD_STATIC_LIBRARY
## Common flags for native tests are added.
#############################################
$(call record-module-type,STATIC_TEST_LIBRARY)
include $(BUILD_SYSTEM)/target_test_internal.mk
include $(BUILD_STATIC_LIBRARY)