bootctrl: Update to AU145 proprietary drop

Update to AU_LINUX_ANDROID_LA.HB.1.3.9.06.00.01.213.145

bootctrl:
c14fff0 bootctrl: Initial commit for the boot control HAL
11d0a1a init empty file

Bug: 27946680
Change-Id: I4dfcb9c7db6f64cc6741e5ce3b615291e919eafd
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..cae83a0
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,10 @@
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+LOCAL_C_INCLUDES += hardware/libhardware/include
+LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/gpt-utils/inc
+LOCAL_CFLAGS += -Wall -Werror
+LOCAL_SHARED_LIBRARIES += liblog librecovery_updater_msm
+LOCAL_SRC_FILES := boot_control.c
+LOCAL_MODULE_RELATIVE_PATH := hw
+LOCAL_MODULE := bootctrl.$(TARGET_BOARD_PLATFORM)
+include $(BUILD_SHARED_LIBRARY)