summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-29 20:54:20 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-29 20:54:20 +0200
commita4993ce078368107541f1e0a98845d89c65ef5a1 (patch)
treeaa195b946308b3faed98b1806fd6978713b3400e /tests
parentMerge "Support wipe command in rescue mode" (diff)
parentMerge "Add install/wipe_device.cpp." (diff)
downloadandroid_bootable_recovery-a4993ce078368107541f1e0a98845d89c65ef5a1.tar
android_bootable_recovery-a4993ce078368107541f1e0a98845d89c65ef5a1.tar.gz
android_bootable_recovery-a4993ce078368107541f1e0a98845d89c65ef5a1.tar.bz2
android_bootable_recovery-a4993ce078368107541f1e0a98845d89c65ef5a1.tar.lz
android_bootable_recovery-a4993ce078368107541f1e0a98845d89c65ef5a1.tar.xz
android_bootable_recovery-a4993ce078368107541f1e0a98845d89c65ef5a1.tar.zst
android_bootable_recovery-a4993ce078368107541f1e0a98845d89c65ef5a1.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"