summaryrefslogtreecommitdiffstats
path: root/tests/unit/package_test.cpp
diff options
context:
space:
mode:
authorJacky Liu <qsliu@google.com>2021-12-24 15:27:38 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-24 15:27:38 +0100
commit86df64785a6e8957bf2f5093b86188a4e9aaf266 (patch)
treee43bb6f4beeeedbca356743a3a3e9400787a1763 /tests/unit/package_test.cpp
parentMerge "GetBatteryInfo() also reads AIDL health HAL." am: d33b067f04 (diff)
parentMove package verifier from libinstall to libotautil (diff)
downloadandroid_bootable_recovery-86df64785a6e8957bf2f5093b86188a4e9aaf266.tar
android_bootable_recovery-86df64785a6e8957bf2f5093b86188a4e9aaf266.tar.gz
android_bootable_recovery-86df64785a6e8957bf2f5093b86188a4e9aaf266.tar.bz2
android_bootable_recovery-86df64785a6e8957bf2f5093b86188a4e9aaf266.tar.lz
android_bootable_recovery-86df64785a6e8957bf2f5093b86188a4e9aaf266.tar.xz
android_bootable_recovery-86df64785a6e8957bf2f5093b86188a4e9aaf266.tar.zst
android_bootable_recovery-86df64785a6e8957bf2f5093b86188a4e9aaf266.zip
Diffstat (limited to 'tests/unit/package_test.cpp')
-rw-r--r--tests/unit/package_test.cpp2
1 files changed, 1 insertions, 1 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: