blob: b96e94741f28f9ea953cad59a8c61508680b4579 [file] [log] [blame]
Zhuoyao Zhang90ff8692016-08-24 15:05:11 -07001LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4LOCAL_MODULE := android.hardware.tests.libbinder
5LOCAL_MODULE_CLASS := SHARED_LIBRARIES
6
7LOCAL_SRC_FILES := android/tests/binder/IBenchmark.aidl
8
9LOCAL_SHARED_LIBRARIES := \
10 libbinder \
11 libutils \
12
13LOCAL_STATIC_LIBRARIES := libtestUtil
14
15LOCAL_COMPATIBILITY_SUITE := vts
16-include test/vts/tools/build/Android.packaging_sharedlib.mk
17include $(BUILD_SHARED_LIBRARY)