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 | 5ed503c | 2017-02-01 09:38:15 -0800 | [diff] [blame] | 9 | LOCAL_SRC_FILES := test_aaudio_api.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 | 5ed503c | 2017-02-01 09:38:15 -0800 | [diff] [blame] | 13 | LOCAL_MODULE := test_aaudio_api |
Phil Burk | e1ce491 | 2016-11-21 10:40:25 -0800 | [diff] [blame] | 14 | include $(BUILD_NATIVE_TEST) |
| 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/core \ |
| 21 | frameworks/av/media/libaaudio/src/utility |
Phil Burk | e1ce491 | 2016-11-21 10:40:25 -0800 | [diff] [blame] | 22 | LOCAL_SRC_FILES:= test_handle_tracker.cpp |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 23 | LOCAL_SHARED_LIBRARIES := libaudioclient libaudioutils libbinder \ |
| 24 | libcutils liblog libmedia libutils |
Phil Burk | f53e613 | 2017-02-09 13:30:22 -0800 | [diff] [blame^] | 25 | LOCAL_STATIC_LIBRARIES := libaaudio |
Phil Burk | e1ce491 | 2016-11-21 10:40:25 -0800 | [diff] [blame] | 26 | LOCAL_MODULE := test_handle_tracker |
| 27 | include $(BUILD_NATIVE_TEST) |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 28 | |
| 29 | include $(CLEAR_VARS) |
| 30 | LOCAL_C_INCLUDES := \ |
| 31 | $(call include-path-for, audio-utils) \ |
Phil Burk | f53e613 | 2017-02-09 13:30:22 -0800 | [diff] [blame^] | 32 | frameworks/av/media/libaaudio/include \ |
| 33 | frameworks/av/media/libaaudio/src \ |
| 34 | frameworks/av/media/libaaudio/src/core \ |
| 35 | frameworks/av/media/libaaudio/src/fifo \ |
| 36 | frameworks/av/media/libaaudio/src/utility |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 37 | LOCAL_SRC_FILES:= test_marshalling.cpp |
| 38 | LOCAL_SHARED_LIBRARIES := libaudioclient libaudioutils libbinder \ |
| 39 | libcutils liblog libmedia libutils |
Phil Burk | f53e613 | 2017-02-09 13:30:22 -0800 | [diff] [blame^] | 40 | LOCAL_STATIC_LIBRARIES := libaaudio |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 41 | LOCAL_MODULE := test_marshalling |
| 42 | include $(BUILD_NATIVE_TEST) |