summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-20 06:13:48 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-11-20 06:13:48 +0100
commit8024278b58bee89482c1d5754487dd218b27218a (patch)
treeab84c92c8508594c745c01e8dde5a4850f06a8da
parentbootloader_message: Remove the no-op blank line. am: fbde508ace (diff)
parentupdate_verifier: Sync Android.mk with aosp-master. (diff)
downloadandroid_bootable_recovery-8024278b58bee89482c1d5754487dd218b27218a.tar
android_bootable_recovery-8024278b58bee89482c1d5754487dd218b27218a.tar.gz
android_bootable_recovery-8024278b58bee89482c1d5754487dd218b27218a.tar.bz2
android_bootable_recovery-8024278b58bee89482c1d5754487dd218b27218a.tar.lz
android_bootable_recovery-8024278b58bee89482c1d5754487dd218b27218a.tar.xz
android_bootable_recovery-8024278b58bee89482c1d5754487dd218b27218a.tar.zst
android_bootable_recovery-8024278b58bee89482c1d5754487dd218b27218a.zip
-rw-r--r--update_verifier/Android.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/update_verifier/Android.mk b/update_verifier/Android.mk
index 090db998b..8449c758d 100644
--- a/update_verifier/Android.mk
+++ b/update_verifier/Android.mk
@@ -20,9 +20,13 @@ LOCAL_CLANG := true
LOCAL_SRC_FILES := update_verifier.cpp
LOCAL_MODULE := update_verifier
-LOCAL_SHARED_LIBRARIES := libbase libcutils libhardware liblog
+LOCAL_SHARED_LIBRARIES := \
+ libbase \
+ libcutils \
+ libhardware \
+ liblog
-LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
LOCAL_CFLAGS := -Werror
+LOCAL_C_INCLUDES += $(LOCAL_PATH)/..
include $(BUILD_EXECUTABLE)