diff options
author | Alex Deymo <deymo@google.com> | 2016-03-14 22:56:57 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-03-14 22:56:57 +0100 |
commit | 3934e1228a25383b67f88a4dc2810e51976e46d0 (patch) | |
tree | 8cd0ff022ac9ad3396a6a2edbe18218899f34380 | |
parent | resolve merge conflicts of 0222db01fd to nyc-dev-plus-aosp (diff) | |
parent | Merge "Add include/ to the Makefile include path." (diff) | |
download | android_bootable_recovery-3934e1228a25383b67f88a4dc2810e51976e46d0.tar android_bootable_recovery-3934e1228a25383b67f88a4dc2810e51976e46d0.tar.gz android_bootable_recovery-3934e1228a25383b67f88a4dc2810e51976e46d0.tar.bz2 android_bootable_recovery-3934e1228a25383b67f88a4dc2810e51976e46d0.tar.lz android_bootable_recovery-3934e1228a25383b67f88a4dc2810e51976e46d0.tar.xz android_bootable_recovery-3934e1228a25383b67f88a4dc2810e51976e46d0.tar.zst android_bootable_recovery-3934e1228a25383b67f88a4dc2810e51976e46d0.zip |
-rw-r--r-- | applypatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/Makefile b/applypatch/Makefile index de6d4268f..fb4984303 100644 --- a/applypatch/Makefile +++ b/applypatch/Makefile @@ -14,7 +14,7 @@ # This file is for building imgdiff in Chrome OS. -CPPFLAGS += -iquote.. +CPPFLAGS += -iquote.. -Iinclude CXXFLAGS += -std=c++11 -O3 -Wall -Werror LDLIBS += -lbz2 -lz |