mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-04 09:59:20 +00:00
16 lines
325 B
Makefile
16 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)
|