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