summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/verify_package_fuzzer.cpp
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/fuzz/verify_package_fuzzer.cpp
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/fuzz/verify_package_fuzzer.cpp')
-rw-r--r--tests/fuzz/verify_package_fuzzer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/verify_package_fuzzer.cpp b/tests/fuzz/verify_package_fuzzer.cpp
index baa44e070..36c853465 100644
--- a/tests/fuzz/verify_package_fuzzer.cpp
+++ b/tests/fuzz/verify_package_fuzzer.cpp
@@ -17,7 +17,7 @@
#include "fuzzer/FuzzedDataProvider.h"
#include "install/install.h"
-#include "install/package.h"
+#include "otautil/package.h"
#include "recovery_ui/stub_ui.h"
std::unique_ptr<Package> CreatePackage(std::vector<uint8_t>& content) {