blob: 55c21b9c7143abe2bfd9aa8ca914d520c68e4bb2 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.example.extension.light@2.0-service
LOCAL_INIT_RC := android.hardware.example.extension.light@2.0-service.rc
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
Light.cpp \
LOCAL_SHARED_LIBRARIES := \
libhidlbase \
libhidltransport \
libhwbinder \
libutils \
android.hardware.light@2.0 \
android.hardware.example.extension.light@2.0 \
include $(BUILD_SHARED_LIBRARY)