blob: 7cee786d32129d290762be1459b5a6940ddd5e7f [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := hidl_test
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_SRC_FILES := \
main.cpp \
LOCAL_C_INCLUDES := \
external/gtest/include
LOCAL_SHARED_LIBRARIES := \
libandroid_runtime \
libbase \
libcutils \
libhidl \
libhwbinder \
libnativehelper \
libutils \
android.hardware.tests.foo@1.0 \
android.hardware.tests.bar@1.0 \
LOCAL_STATIC_LIBRARIES := \
libgtest
LOCAL_MODULE_TAGS := samples
LOCAL_CFLAGS := -O0 -g
include $(BUILD_EXECUTABLE)