1 LOCAL_PATH := $(call my-dir) 2 3 ################################################################################ 4 include $(CLEAR_VARS) 5 LOCAL_MODULE := android.hardware.configstore (a] 1.0-service 6 LOCAL_PROPRIETARY_MODULE := true 7 LOCAL_MODULE_CLASS := EXECUTABLES 8 LOCAL_MODULE_RELATIVE_PATH := hw 9 LOCAL_INIT_RC := android.hardware.configstore (a] 1.0-service.rc 10 LOCAL_SRC_FILES:= service.cpp 11 12 include $(LOCAL_PATH)/surfaceflinger.mk 13 14 LOCAL_SHARED_LIBRARIES := \ 15 android.hardware.configstore (a] 1.0 \ 16 libhidlbase \ 17 libhidltransport \ 18 libbase \ 19 liblog \ 20 libutils \ 21 22 include $(BUILD_EXECUTABLE) 23