summaryrefslogtreecommitdiff
path: root/boot_control_copy
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-01-25 19:55:37 -0800
committerDan Willemsen <dwillemsen@google.com>2016-01-25 19:55:37 -0800
commit66905d927d9381d887261610c51328e5916d0dc9 (patch)
treeee3b0c04c0f4251e03a384cfb8501b577268bf97 /boot_control_copy
parent1554cbcd50653d5c746eb46110929327256447a4 (diff)
downloadextras-66905d927d9381d887261610c51328e5916d0dc9.tar.gz
Remove header from LOCAL_SRC_FILES
The build system does not use headers in LOCAL_SRC_FILES. To prevent typos, it's becoming a warning to add something to LOCAL_SRC_FILES that is not used. Change-Id: I0ced87726dae5fcd4209d9ff1f83fa611817ecd3
Diffstat (limited to 'boot_control_copy')
-rw-r--r--boot_control_copy/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot_control_copy/Android.mk b/boot_control_copy/Android.mk
index 47bd6c23..6e55d05d 100644
--- a/boot_control_copy/Android.mk
+++ b/boot_control_copy/Android.mk
@@ -3,7 +3,7 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := boot_control_copy.c bootinfo.h bootinfo.c
+LOCAL_SRC_FILES := boot_control_copy.c bootinfo.c
LOCAL_CFLAGS := -Wall -Wno-missing-field-initializers
LOCAL_C_INCLUDES := system/core/mkbootimg bootable/recovery
LOCAL_SHARED_LIBRARIES := libcutils
@@ -11,5 +11,4 @@ LOCAL_STATIC_LIBRARIES := libfs_mgr
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE:= bootctrl.default
-LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)