blob: 563f1883ee751d48ed953a19d677839cc263d3ee [file] [log] [blame]
Connor O'Brien74f82922016-10-10 12:31:37 -07001LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4LOCAL_MODULE := android.hardware.boot@1.0-impl
5LOCAL_MODULE_RELATIVE_PATH := hw
6LOCAL_SRC_FILES := \
7 BootControl.cpp \
8
9LOCAL_SHARED_LIBRARIES := \
10 liblog \
11 libhidl \
12 libhwbinder \
13 libhardware \
14 libutils \
15 android.hardware.boot@1.0 \
16
17include $(BUILD_SHARED_LIBRARY)