summaryrefslogtreecommitdiffstats
path: root/tests/component/update_verifier_test.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-06-22 21:15:15 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-06-22 21:15:15 +0200
commite248e434eadc747cda8e79e89852afeb9a98c06c (patch)
tree23d4cfc58a5758b3e7483bac4f40abef726f6fc6 /tests/component/update_verifier_test.cpp
parentMerge "Introduce VR recovery ui" (diff)
parentupdate_verifier: Support AVB. (diff)
downloadandroid_bootable_recovery-e248e434eadc747cda8e79e89852afeb9a98c06c.tar
android_bootable_recovery-e248e434eadc747cda8e79e89852afeb9a98c06c.tar.gz
android_bootable_recovery-e248e434eadc747cda8e79e89852afeb9a98c06c.tar.bz2
android_bootable_recovery-e248e434eadc747cda8e79e89852afeb9a98c06c.tar.lz
android_bootable_recovery-e248e434eadc747cda8e79e89852afeb9a98c06c.tar.xz
android_bootable_recovery-e248e434eadc747cda8e79e89852afeb9a98c06c.tar.zst
android_bootable_recovery-e248e434eadc747cda8e79e89852afeb9a98c06c.zip
Diffstat (limited to 'tests/component/update_verifier_test.cpp')
-rw-r--r--tests/component/update_verifier_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/update_verifier_test.cpp b/tests/component/update_verifier_test.cpp
index 73b4478aa..5fc7ef63f 100644
--- a/tests/component/update_verifier_test.cpp
+++ b/tests/component/update_verifier_test.cpp
@@ -24,7 +24,7 @@
class UpdateVerifierTest : public ::testing::Test {
protected:
void SetUp() override {
-#ifdef PRODUCT_SUPPORTS_VERITY
+#if defined(PRODUCT_SUPPORTS_VERITY) || defined(BOARD_AVB_ENABLE)
verity_supported = true;
#else
verity_supported = false;