Steven Moreland | 81f5da9 | 2016-09-30 16:32:24 -0700 | [diff] [blame^] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | LOCAL_MODULE := android.hardware.light@2.0-impl | ||||
5 | LOCAL_MODULE_RELATIVE_PATH := hw | ||||
6 | LOCAL_SRC_FILES := \ | ||||
7 | Light.cpp \ | ||||
8 | |||||
9 | LOCAL_SHARED_LIBRARIES := \ | ||||
10 | libhidl \ | ||||
11 | libhwbinder \ | ||||
12 | libutils \ | ||||
13 | liblog \ | ||||
14 | libcutils \ | ||||
15 | libhardware \ | ||||
16 | libbase \ | ||||
17 | libcutils \ | ||||
18 | android.hardware.light@2.0 \ | ||||
19 | |||||
20 | include $(BUILD_SHARED_LIBRARY) |