Zhuoyao Zhang | 90ff869 | 2016-08-24 15:05:11 -0700 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | LOCAL_MODULE := android.hardware.tests.libbinder | ||||
5 | LOCAL_MODULE_CLASS := SHARED_LIBRARIES | ||||
6 | |||||
7 | LOCAL_SRC_FILES := android/tests/binder/IBenchmark.aidl | ||||
8 | |||||
9 | LOCAL_SHARED_LIBRARIES := \ | ||||
10 | libbinder \ | ||||
11 | libutils \ | ||||
12 | |||||
Zhuoyao Zhang | 90ff869 | 2016-08-24 15:05:11 -0700 | [diff] [blame] | 13 | include $(BUILD_SHARED_LIBRARY) |