Adrian Salido | fa37f67 | 2017-02-16 10:29:46 -0800 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | |||||
5 | LOCAL_SRC_FILES := \ | ||||
6 | worker_test.cpp | ||||
7 | |||||
8 | LOCAL_MODULE := hwc-drm-tests | ||||
9 | LOCAL_STATIC_LIBRARIES := libdrmhwc_utils | ||||
10 | LOCAL_C_INCLUDES := external/drm_hwcomposer | ||||
11 | |||||
12 | include $(BUILD_NATIVE_TEST) |