blob: e3b7d10a0e7618113c4a8878e456413ff7ea586f [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE := android.hardware.gatekeeper@1.0-impl
LOCAL_SRC_FILES := \
Gatekeeper.cpp \
LOCAL_SHARED_LIBRARIES := \
android.hardware.gatekeeper@1.0 \
libhardware \
libhidlbase \
libhidltransport \
libhwbinder \
libutils \
liblog \
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE := android.hardware.gatekeeper@1.0-service
LOCAL_INIT_RC := android.hardware.gatekeeper@1.0-service.rc
LOCAL_SRC_FILES := \
service.cpp \
LOCAL_SHARED_LIBRARIES := \
android.hardware.gatekeeper@1.0 \
libhardware \
libhidlbase \
libhidltransport \
libhwbinder \
libutils \
liblog \
include $(BUILD_EXECUTABLE)