summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-29 20:46:53 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-29 20:46:53 +0200
commit40ccbe3324f316acfbbbcda5aecb096f2bab014f (patch)
tree994c207a8867b3f8a47877acea7d7f3add3ce0a5 /tests
parentMerge "Support wipe command in rescue mode" (diff)
parentAdd install/wipe_device.cpp. (diff)
downloadandroid_bootable_recovery-40ccbe3324f316acfbbbcda5aecb096f2bab014f.tar
android_bootable_recovery-40ccbe3324f316acfbbbcda5aecb096f2bab014f.tar.gz
android_bootable_recovery-40ccbe3324f316acfbbbcda5aecb096f2bab014f.tar.bz2
android_bootable_recovery-40ccbe3324f316acfbbbcda5aecb096f2bab014f.tar.lz
android_bootable_recovery-40ccbe3324f316acfbbbcda5aecb096f2bab014f.tar.xz
android_bootable_recovery-40ccbe3324f316acfbbbcda5aecb096f2bab014f.tar.zst
android_bootable_recovery-40ccbe3324f316acfbbbcda5aecb096f2bab014f.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/component/install_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/component/install_test.cpp b/tests/component/install_test.cpp
index 385132939..36820f837 100644
--- a/tests/component/install_test.cpp
+++ b/tests/component/install_test.cpp
@@ -33,6 +33,7 @@
#include <ziparchive/zip_writer.h>
#include "install/install.h"
+#include "install/wipe_device.h"
#include "otautil/paths.h"
#include "private/setup_commands.h"