blob: b0c46b758fe1bfb110de214f540f96e2a163a971 [file] [log] [blame]
Steven Moreland81f5da92016-09-30 16:32:24 -07001LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4LOCAL_MODULE := android.hardware.light@2.0-impl
5LOCAL_MODULE_RELATIVE_PATH := hw
6LOCAL_SRC_FILES := \
7 Light.cpp \
8
9LOCAL_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
20include $(BUILD_SHARED_LIBRARY)