Connor O'Brien | 74f8292 | 2016-10-10 12:31:37 -0700 | [diff] [blame^] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | LOCAL_MODULE := android.hardware.boot@1.0-impl | ||||
5 | LOCAL_MODULE_RELATIVE_PATH := hw | ||||
6 | LOCAL_SRC_FILES := \ | ||||
7 | BootControl.cpp \ | ||||
8 | |||||
9 | LOCAL_SHARED_LIBRARIES := \ | ||||
10 | liblog \ | ||||
11 | libhidl \ | ||||
12 | libhwbinder \ | ||||
13 | libhardware \ | ||||
14 | libutils \ | ||||
15 | android.hardware.boot@1.0 \ | ||||
16 | |||||
17 | include $(BUILD_SHARED_LIBRARY) |