summaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorJacky Liu <qsliu@google.com>2021-12-20 17:32:50 +0100
committerJacky Liu <qsliu@google.com>2021-12-22 16:31:08 +0100
commit068329e97771588489eb9626c24cc61f23cb8888 (patch)
treee43bb6f4beeeedbca356743a3a3e9400787a1763 /tests/unit
parentMerge "GetBatteryInfo() also reads AIDL health HAL." am: d33b067f04 (diff)
downloadandroid_bootable_recovery-068329e97771588489eb9626c24cc61f23cb8888.tar
android_bootable_recovery-068329e97771588489eb9626c24cc61f23cb8888.tar.gz
android_bootable_recovery-068329e97771588489eb9626c24cc61f23cb8888.tar.bz2
android_bootable_recovery-068329e97771588489eb9626c24cc61f23cb8888.tar.lz
android_bootable_recovery-068329e97771588489eb9626c24cc61f23cb8888.tar.xz
android_bootable_recovery-068329e97771588489eb9626c24cc61f23cb8888.tar.zst
android_bootable_recovery-068329e97771588489eb9626c24cc61f23cb8888.zip
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/package_test.cpp2
-rw-r--r--tests/unit/verifier_test.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/package_test.cpp b/tests/unit/package_test.cpp
index 164a93d57..66882bb40 100644
--- a/tests/unit/package_test.cpp
+++ b/tests/unit/package_test.cpp
@@ -26,7 +26,7 @@
#include <ziparchive/zip_writer.h>
#include "common/test_constants.h"
-#include "install/package.h"
+#include "otautil/package.h"
class PackageTest : public ::testing::Test {
protected:
diff --git a/tests/unit/verifier_test.cpp b/tests/unit/verifier_test.cpp
index ded23c52f..08a3ddfc4 100644
--- a/tests/unit/verifier_test.cpp
+++ b/tests/unit/verifier_test.cpp
@@ -35,8 +35,8 @@
#include <ziparchive/zip_writer.h>
#include "common/test_constants.h"
-#include "install/package.h"
-#include "install/verifier.h"
+#include "otautil/package.h"
+#include "otautil/verifier.h"
#include "otautil/sysutil.h"
using namespace std::string_literals;