Phil Burk | e1ce491 | 2016-11-21 10:40:25 -0800 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | |
| 3 | include $(CLEAR_VARS) |
| 4 | LOCAL_C_INCLUDES := \ |
| 5 | $(call include-path-for, audio-utils) \ |
Phil Burk | f53e613 | 2017-02-09 13:30:22 -0800 | [diff] [blame] | 6 | frameworks/av/media/libaaudio/include \ |
| 7 | frameworks/av/media/libaaudio/src/core \ |
| 8 | frameworks/av/media/libaaudio/src/utility |
Phil Burk | e1ce491 | 2016-11-21 10:40:25 -0800 | [diff] [blame] | 9 | LOCAL_SRC_FILES:= test_handle_tracker.cpp |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 10 | LOCAL_SHARED_LIBRARIES := libaudioclient libaudioutils libbinder \ |
| 11 | libcutils liblog libmedia libutils |
Phil Burk | f53e613 | 2017-02-09 13:30:22 -0800 | [diff] [blame] | 12 | LOCAL_STATIC_LIBRARIES := libaaudio |
Phil Burk | e1ce491 | 2016-11-21 10:40:25 -0800 | [diff] [blame] | 13 | LOCAL_MODULE := test_handle_tracker |
| 14 | include $(BUILD_NATIVE_TEST) |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 15 | |
| 16 | include $(CLEAR_VARS) |
| 17 | LOCAL_C_INCLUDES := \ |
| 18 | $(call include-path-for, audio-utils) \ |
Phil Burk | f53e613 | 2017-02-09 13:30:22 -0800 | [diff] [blame] | 19 | frameworks/av/media/libaaudio/include \ |
| 20 | frameworks/av/media/libaaudio/src \ |
| 21 | frameworks/av/media/libaaudio/src/core \ |
| 22 | frameworks/av/media/libaaudio/src/fifo \ |
| 23 | frameworks/av/media/libaaudio/src/utility |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 24 | LOCAL_SRC_FILES:= test_marshalling.cpp |
| 25 | LOCAL_SHARED_LIBRARIES := libaudioclient libaudioutils libbinder \ |
| 26 | libcutils liblog libmedia libutils |
Phil Burk | f53e613 | 2017-02-09 13:30:22 -0800 | [diff] [blame] | 27 | LOCAL_STATIC_LIBRARIES := libaaudio |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 28 | LOCAL_MODULE := test_marshalling |
| 29 | include $(BUILD_NATIVE_TEST) |