diff options
author | Jacky Liu <qsliu@google.com> | 2021-12-24 16:02:42 +0100 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-12-24 16:02:42 +0100 |
commit | 2c48bd472b1256f7b2cba91fdd82d246f37d9a36 (patch) | |
tree | 6c8839f83a5c09d82da619884868c7b07b41fbbd /tests/unit | |
parent | Suppression of socket connect from minadbd (CL 2/2) am: 1b3dcb8549 (diff) | |
parent | Merge "Move package verifier from libinstall to libotautil" am: 86df64785a am: 31f842f1e6 (diff) | |
download | android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.gz android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.bz2 android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.lz android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.xz android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.tar.zst android_bootable_recovery-2c48bd472b1256f7b2cba91fdd82d246f37d9a36.zip |
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/package_test.cpp | 2 | ||||
-rw-r--r-- | tests/unit/verifier_test.cpp | 4 |
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; |