summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-03-31 17:03:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-31 17:03:25 +0000
commit51d1b2889eb6369c2fe41ff630b3aae920c78061 (patch)
treecc32481c96f17a7a6d7ab4dff81938e06003cbb4
parent3681ee81a3d4ea977f45a8213d054ee94ad4ab6f (diff)
parent6e98d44ba07ebadae7bdcba58557a0ad3afac09e (diff)
downloadextras-51d1b2889eb6369c2fe41ff630b3aae920c78061.tar.gz
Merge "Make bootctrl.default use LOCAL_HEADER_LIBS bootimg_headers."
-rw-r--r--boot_control_copy/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot_control_copy/Android.mk b/boot_control_copy/Android.mk
index c90fd7ce..93f17065 100644
--- a/boot_control_copy/Android.mk
+++ b/boot_control_copy/Android.mk
@@ -5,7 +5,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := boot_control_copy.cpp bootinfo.cpp
LOCAL_CFLAGS := -Wall -Werror -Wno-missing-field-initializers -Wno-unused-parameter
-LOCAL_C_INCLUDES := system/core/mkbootimg bootable/recovery
+LOCAL_C_INCLUDES := bootable/recovery
+LOCAL_HEADER_LIBRARIES := bootimg_headers
LOCAL_SHARED_LIBRARIES := libbase libcutils
LOCAL_STATIC_LIBRARIES := libfs_mgr