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 \ |
Phil Burk | e4d7bb4 | 2017-03-28 11:32:39 -0700 | [diff] [blame] | 7 | frameworks/av/media/libaaudio/src |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 8 | LOCAL_SRC_FILES:= test_marshalling.cpp |
Phil Burk | 0f6bf43 | 2017-06-22 16:26:36 -0700 | [diff] [blame] | 9 | LOCAL_SHARED_LIBRARIES := libaaudio libbinder libcutils libutils |
Phil Burk | e4d7bb4 | 2017-03-28 11:32:39 -0700 | [diff] [blame] | 10 | LOCAL_MODULE := test_aaudio_marshalling |
| 11 | include $(BUILD_NATIVE_TEST) |
| 12 | |
| 13 | include $(CLEAR_VARS) |
| 14 | LOCAL_C_INCLUDES := \ |
| 15 | $(call include-path-for, audio-utils) \ |
| 16 | frameworks/av/media/libaaudio/include \ |
| 17 | frameworks/av/media/libaaudio/src |
| 18 | LOCAL_SRC_FILES:= test_block_adapter.cpp |
Phil Burk | 0f6bf43 | 2017-06-22 16:26:36 -0700 | [diff] [blame] | 19 | LOCAL_SHARED_LIBRARIES := libaaudio |
Phil Burk | e4d7bb4 | 2017-03-28 11:32:39 -0700 | [diff] [blame] | 20 | LOCAL_MODULE := test_block_adapter |
Phil Burk | d0ffd62 | 2016-12-21 11:50:41 -0800 | [diff] [blame] | 21 | include $(BUILD_NATIVE_TEST) |
Phil Burk | e572f46 | 2017-04-20 13:03:19 -0700 | [diff] [blame] | 22 | |
| 23 | include $(CLEAR_VARS) |
| 24 | LOCAL_C_INCLUDES := \ |
| 25 | $(call include-path-for, audio-utils) \ |
| 26 | frameworks/av/media/libaaudio/include \ |
Phil Burk | 97350f9 | 2017-07-21 15:59:44 -0700 | [diff] [blame] | 27 | frameworks/av/media/libaaudio/src \ |
| 28 | frameworks/av/media/libaaudio/examples |
| 29 | LOCAL_SRC_FILES:= test_timestamps.cpp |
| 30 | LOCAL_SHARED_LIBRARIES := libaaudio |
| 31 | LOCAL_MODULE := test_timestamps |
| 32 | include $(BUILD_NATIVE_TEST) |
| 33 | |
| 34 | include $(CLEAR_VARS) |
| 35 | LOCAL_C_INCLUDES := \ |
| 36 | $(call include-path-for, audio-utils) \ |
| 37 | frameworks/av/media/libaaudio/include \ |
Phil Burk | e572f46 | 2017-04-20 13:03:19 -0700 | [diff] [blame] | 38 | frameworks/av/media/libaaudio/src |
| 39 | LOCAL_SRC_FILES:= test_linear_ramp.cpp |
Phil Burk | 0f6bf43 | 2017-06-22 16:26:36 -0700 | [diff] [blame] | 40 | LOCAL_SHARED_LIBRARIES := libaaudio |
Phil Burk | e572f46 | 2017-04-20 13:03:19 -0700 | [diff] [blame] | 41 | LOCAL_MODULE := test_linear_ramp |
| 42 | include $(BUILD_NATIVE_TEST) |
Phil Burk | 8dd7fed | 2017-05-11 12:03:13 -0700 | [diff] [blame] | 43 | |
| 44 | include $(CLEAR_VARS) |
| 45 | LOCAL_C_INCLUDES := \ |
| 46 | $(call include-path-for, audio-utils) \ |
| 47 | frameworks/av/media/libaaudio/include \ |
| 48 | frameworks/av/media/libaaudio/src |
| 49 | LOCAL_SRC_FILES:= test_open_params.cpp |
Phil Burk | 0f6bf43 | 2017-06-22 16:26:36 -0700 | [diff] [blame] | 50 | LOCAL_SHARED_LIBRARIES := libaaudio libbinder libcutils libutils |
Phil Burk | 8dd7fed | 2017-05-11 12:03:13 -0700 | [diff] [blame] | 51 | LOCAL_MODULE := test_open_params |
| 52 | include $(BUILD_NATIVE_TEST) |
Phil Burk | 11e8d33 | 2017-05-24 09:59:02 -0700 | [diff] [blame] | 53 | |
| 54 | include $(CLEAR_VARS) |
| 55 | LOCAL_C_INCLUDES := \ |
| 56 | $(call include-path-for, audio-utils) \ |
| 57 | frameworks/av/media/libaaudio/include \ |
| 58 | frameworks/av/media/libaaudio/src |
| 59 | LOCAL_SRC_FILES:= test_no_close.cpp |
| 60 | LOCAL_SHARED_LIBRARIES := libaaudio libbinder libcutils libutils |
| 61 | LOCAL_MODULE := test_no_close |
| 62 | include $(BUILD_NATIVE_TEST) |
| 63 | |
| 64 | include $(CLEAR_VARS) |
| 65 | LOCAL_C_INCLUDES := \ |
| 66 | $(call include-path-for, audio-utils) \ |
| 67 | frameworks/av/media/libaaudio/include \ |
| 68 | frameworks/av/media/libaaudio/src |
| 69 | LOCAL_SRC_FILES:= test_recovery.cpp |
| 70 | LOCAL_SHARED_LIBRARIES := libaaudio libbinder libcutils libutils |
| 71 | LOCAL_MODULE := test_aaudio_recovery |
| 72 | include $(BUILD_NATIVE_TEST) |
Phil Burk | 9169294 | 2017-06-30 12:23:05 -0700 | [diff] [blame] | 73 | |
| 74 | include $(CLEAR_VARS) |
| 75 | LOCAL_C_INCLUDES := \ |
| 76 | $(call include-path-for, audio-utils) \ |
| 77 | frameworks/av/media/libaaudio/include \ |
| 78 | frameworks/av/media/libaaudio/src |
| 79 | LOCAL_SRC_FILES:= test_n_streams.cpp |
| 80 | LOCAL_SHARED_LIBRARIES := libaaudio libbinder libcutils libutils |
| 81 | LOCAL_MODULE := test_n_streams |
| 82 | include $(BUILD_NATIVE_TEST) |
Phil Burk | bc4845e | 2017-10-12 15:51:30 -0700 | [diff] [blame] | 83 | |
| 84 | include $(CLEAR_VARS) |
| 85 | LOCAL_C_INCLUDES := \ |
| 86 | $(call include-path-for, audio-utils) \ |
| 87 | frameworks/av/media/libaaudio/include \ |
| 88 | frameworks/av/media/libaaudio/src |
| 89 | LOCAL_SRC_FILES:= test_bad_disconnect.cpp |
| 90 | LOCAL_SHARED_LIBRARIES := libaaudio libbinder libcutils libutils |
| 91 | LOCAL_MODULE := test_bad_disconnect |
| 92 | include $(BUILD_NATIVE_TEST) |