summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2018-03-29 20:46:04 -0700
committerJayant Chowdhary <jchowdhary@google.com>2018-04-02 17:31:00 -0700
commit739a2d55c270aeaf961ef04c1b22291c980de62e (patch)
tree0513b9940beebf99250dd405702ce575dae44864
parent8c2705f568fffc69a6b22707d49771dac627f75c (diff)
downloadextras-739a2d55c270aeaf961ef04c1b22291c980de62e.tar.gz
Make bootctrl.default use LOCAL_HEADER_LIBS bootimg_headers.
Bug: 74763691 Test: make -j64 Merged-In: I55fb951eea449c27aa0a4a5e9ab1a4dca09dbfa5 Change-Id: I55fb951eea449c27aa0a4a5e9ab1a4dca09dbfa5 (cherry picked from commit 41afebb109a6f4b444c43622daa9707820eef6ef)
-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