blob: 563f1883ee751d48ed953a19d677839cc263d3ee [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.boot@1.0-impl
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
BootControl.cpp \
LOCAL_SHARED_LIBRARIES := \
liblog \
libhidl \
libhwbinder \
libhardware \
libutils \
android.hardware.boot@1.0 \
include $(BUILD_SHARED_LIBRARY)