Ying Wang | 4c68174 | 2010-07-20 11:08:47 -0700 | [diff] [blame] | 1 | ########################################### |
| 2 | ## A thin wrapper around BUILD_EXECUTABLE |
| 3 | ## Common flags for native tests are added. |
| 4 | ########################################### |
| 5 | |
Christopher Ferris | 70ca5e5 | 2014-02-04 22:09:16 -0800 | [diff] [blame] | 6 | include $(BUILD_SYSTEM)/target_test_internal.mk |
Ying Wang | 4c68174 | 2010-07-20 11:08:47 -0700 | [diff] [blame] | 7 | |
Ying Wang | ad10cc7 | 2014-06-10 17:52:20 -0700 | [diff] [blame] | 8 | ifndef LOCAL_MULTILIB |
| 9 | ifndef LOCAL_32_BIT_ONLY |
Colin Cross | 8c141e7 | 2014-03-24 18:39:18 -0700 | [diff] [blame] | 10 | LOCAL_MULTILIB := both |
Ying Wang | ad10cc7 | 2014-06-10 17:52:20 -0700 | [diff] [blame] | 11 | endif |
| 12 | endif |
Colin Cross | 8c141e7 | 2014-03-24 18:39:18 -0700 | [diff] [blame] | 13 | |
Ying Wang | 4c68174 | 2010-07-20 11:08:47 -0700 | [diff] [blame] | 14 | include $(BUILD_EXECUTABLE) |