summaryrefslogtreecommitdiffstats
path: root/tests/component/install_test.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-03-31 00:30:35 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-03-31 00:30:35 +0100
commitf50ec3b61ee8c5a5a720fcc968055618abcb8d1b (patch)
treee9f635bd39b426228247ae3cf528f17061a55629 /tests/component/install_test.cpp
parentSnap for 5413448 from e7dd308591a6634a85211e2b9593fab1c90a0a37 to qt-release (diff)
parentMerge changes Ibbe7084e,If584fc8a am: bb8f0fff17 am: effd4ca883 (diff)
downloadandroid_bootable_recovery-f50ec3b61ee8c5a5a720fcc968055618abcb8d1b.tar
android_bootable_recovery-f50ec3b61ee8c5a5a720fcc968055618abcb8d1b.tar.gz
android_bootable_recovery-f50ec3b61ee8c5a5a720fcc968055618abcb8d1b.tar.bz2
android_bootable_recovery-f50ec3b61ee8c5a5a720fcc968055618abcb8d1b.tar.lz
android_bootable_recovery-f50ec3b61ee8c5a5a720fcc968055618abcb8d1b.tar.xz
android_bootable_recovery-f50ec3b61ee8c5a5a720fcc968055618abcb8d1b.tar.zst
android_bootable_recovery-f50ec3b61ee8c5a5a720fcc968055618abcb8d1b.zip
Diffstat (limited to '')
-rw-r--r--tests/component/install_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/component/install_test.cpp b/tests/component/install_test.cpp
index 969805b42..385132939 100644
--- a/tests/component/install_test.cpp
+++ b/tests/component/install_test.cpp
@@ -32,9 +32,9 @@
#include <ziparchive/zip_archive.h>
#include <ziparchive/zip_writer.h>
-#include "install.h"
+#include "install/install.h"
#include "otautil/paths.h"
-#include "private/install.h"
+#include "private/setup_commands.h"
static void BuildZipArchive(const std::map<std::string, std::string>& file_map, int fd,
int compression_type) {