diff options
author | Tao Bao <tbao@google.com> | 2016-10-10 18:44:39 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-10-10 18:44:40 +0200 |
commit | 1984d55ece8f4ca9474c1f8145bfcce3554c9879 (patch) | |
tree | b7393883abd75ee6b57ede96a27a735804061331 /updater/Android.mk | |
parent | Merge "No longer need android/log.h" am: b330559fb6 am: 7bf11aadfd am: 5ceada5bea (diff) | |
parent | Update the header path for ext4_utils. (diff) | |
download | android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.gz android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.bz2 android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.lz android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.xz android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.tar.zst android_bootable_recovery-1984d55ece8f4ca9474c1f8145bfcce3554c9879.zip |
Diffstat (limited to 'updater/Android.mk')
-rw-r--r-- | updater/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk index 507088dcd..d9fc72c8f 100644 --- a/updater/Android.mk +++ b/updater/Android.mk @@ -62,7 +62,6 @@ LOCAL_STATIC_LIBRARIES += \ $(tune2fs_static_libraries) LOCAL_CFLAGS += -Wno-unused-parameter -Werror -LOCAL_C_INCLUDES += system/extras/ext4_utils LOCAL_STATIC_LIBRARIES += \ libsparse_static \ libz |