blob: 9d0bcc8efbb293b007ff00f08eb8e005cc0762e2 (
plain)
1
2
3
4
5
6
7
8
|
#############################################
## 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)
|