blob: fbfdc9c1ce7f5bb9b21cc9e5b69ada1021ea4593 (
plain)
1
2
3
4
5
6
7
8
|
#############################################
## A thin wrapper around BUILD_SHARED_LIBRARY
## Common flags for native tests are added.
#############################################
include $(BUILD_SYSTEM)/target_test_internal.mk
include $(BUILD_SHARED_LIBRARY)
|