blob: 93b7e1a9013b9cdcc01d94203a068d716c9d8266 [file] [log] [blame]
Ying Wang4c681742010-07-20 11:08:47 -07001###########################################
2## A thin wrapper around BUILD_EXECUTABLE
3## Common flags for native tests are added.
4###########################################
5
Christopher Ferris70ca5e52014-02-04 22:09:16 -08006include $(BUILD_SYSTEM)/target_test_internal.mk
Ying Wang4c681742010-07-20 11:08:47 -07007
Ying Wangad10cc72014-06-10 17:52:20 -07008ifndef LOCAL_MULTILIB
9ifndef LOCAL_32_BIT_ONLY
Colin Cross8c141e72014-03-24 18:39:18 -070010LOCAL_MULTILIB := both
Ying Wangad10cc72014-06-10 17:52:20 -070011endif
12endif
Colin Cross8c141e72014-03-24 18:39:18 -070013
Ying Wang4c681742010-07-20 11:08:47 -070014include $(BUILD_EXECUTABLE)