summaryrefslogtreecommitdiffstats
path: root/applypatch/main.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-03-04 21:25:59 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-04 21:25:59 +0100
commit038c294453865161680777f08ce7adbf42d8f6e3 (patch)
tree165f4271b40ec83c8e9893f88f7383e370e73ed1 /applypatch/main.cpp
parentMerge "Restore labels on /postinstall during recovery." (diff)
parentMerge "Fix the improper use of LOCAL_WHOLE_STATIC_LIBRARIES." (diff)
downloadandroid_bootable_recovery-038c294453865161680777f08ce7adbf42d8f6e3.tar
android_bootable_recovery-038c294453865161680777f08ce7adbf42d8f6e3.tar.gz
android_bootable_recovery-038c294453865161680777f08ce7adbf42d8f6e3.tar.bz2
android_bootable_recovery-038c294453865161680777f08ce7adbf42d8f6e3.tar.lz
android_bootable_recovery-038c294453865161680777f08ce7adbf42d8f6e3.tar.xz
android_bootable_recovery-038c294453865161680777f08ce7adbf42d8f6e3.tar.zst
android_bootable_recovery-038c294453865161680777f08ce7adbf42d8f6e3.zip
Diffstat (limited to 'applypatch/main.cpp')
-rw-r--r--applypatch/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/main.cpp b/applypatch/main.cpp
index 9013760c4..0ff8cbf9a 100644
--- a/applypatch/main.cpp
+++ b/applypatch/main.cpp
@@ -22,7 +22,7 @@
#include <memory>
#include <vector>
-#include "applypatch.h"
+#include "applypatch/applypatch.h"
#include "edify/expr.h"
#include "openssl/sha.h"