summaryrefslogtreecommitdiffstats
path: root/applypatch/imgpatch.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-03-04 21:28:30 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-04 21:28:30 +0100
commitd29a16afc7918ee921a995950f31dd1d6be6823f (patch)
treee678fcfaf7011a95a64e9d6b9a63538502e4d75b /applypatch/imgpatch.cpp
parentMerge "Restore labels on /postinstall during recovery." am: 60eae72ac6 (diff)
parentMerge "Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES." (diff)
downloadandroid_bootable_recovery-d29a16afc7918ee921a995950f31dd1d6be6823f.tar
android_bootable_recovery-d29a16afc7918ee921a995950f31dd1d6be6823f.tar.gz
android_bootable_recovery-d29a16afc7918ee921a995950f31dd1d6be6823f.tar.bz2
android_bootable_recovery-d29a16afc7918ee921a995950f31dd1d6be6823f.tar.lz
android_bootable_recovery-d29a16afc7918ee921a995950f31dd1d6be6823f.tar.xz
android_bootable_recovery-d29a16afc7918ee921a995950f31dd1d6be6823f.tar.zst
android_bootable_recovery-d29a16afc7918ee921a995950f31dd1d6be6823f.zip
Diffstat (limited to 'applypatch/imgpatch.cpp')
-rw-r--r--applypatch/imgpatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/imgpatch.cpp b/applypatch/imgpatch.cpp
index 0ab995b30..4251c0120 100644
--- a/applypatch/imgpatch.cpp
+++ b/applypatch/imgpatch.cpp
@@ -28,7 +28,7 @@
#include "zlib.h"
#include "openssl/sha.h"
-#include "applypatch.h"
+#include "applypatch/applypatch.h"
#include "imgdiff.h"
#include "utils.h"