989087535a
This reverts commit afba0364c6
.
Change-Id: I9d143d97ef7857502d88fef92b9ae336ee824bcd
15 lines
325 B
Makefile
15 lines
325 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := android.hardware.tests.libbinder
|
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
|
|
|
LOCAL_SRC_FILES := android/tests/binder/IBenchmark.aidl
|
|
|
|
LOCAL_SHARED_LIBRARIES := \
|
|
libbinder \
|
|
libutils \
|
|
|
|
LOCAL_STATIC_LIBRARIES := libtestUtil
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|