summaryrefslogtreecommitdiffstats
path: root/tests/component/update_verifier_test.cpp
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2017-06-22 21:22:11 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-06-22 21:22:11 +0200
commit1f108dae491f3ca6a46b85c97ba7bb4bdcd59762 (patch)
tree23d4cfc58a5758b3e7483bac4f40abef726f6fc6 /tests/component/update_verifier_test.cpp
parentMerge "Introduce VR recovery ui" (diff)
parentMerge "update_verifier: Support AVB." (diff)
downloadandroid_bootable_recovery-1f108dae491f3ca6a46b85c97ba7bb4bdcd59762.tar
android_bootable_recovery-1f108dae491f3ca6a46b85c97ba7bb4bdcd59762.tar.gz
android_bootable_recovery-1f108dae491f3ca6a46b85c97ba7bb4bdcd59762.tar.bz2
android_bootable_recovery-1f108dae491f3ca6a46b85c97ba7bb4bdcd59762.tar.lz
android_bootable_recovery-1f108dae491f3ca6a46b85c97ba7bb4bdcd59762.tar.xz
android_bootable_recovery-1f108dae491f3ca6a46b85c97ba7bb4bdcd59762.tar.zst
android_bootable_recovery-1f108dae491f3ca6a46b85c97ba7bb4bdcd59762.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;