Christopher Ferris | 70ca5e5 | 2014-02-04 22:09:16 -0800 | [diff] [blame] | 1 | ############################################# |
| 2 | ## A thin wrapper around BUILD_SHARED_LIBRARY |
| 3 | ## Common flags for native tests are added. |
| 4 | ############################################# |
| 5 | |
Dan Willemsen | 7fe992c | 2016-03-02 13:54:51 -0800 | [diff] [blame^] | 6 | $(error BUILD_SHARED_TEST_LIBRARY is obsolete) |
| 7 | |
Christopher Ferris | 70ca5e5 | 2014-02-04 22:09:16 -0800 | [diff] [blame] | 8 | include $(BUILD_SYSTEM)/target_test_internal.mk |
| 9 | |
| 10 | include $(BUILD_SHARED_LIBRARY) |