From ba729c2dac4f922cd92e4e514b70dbd8fc0e7e97 Mon Sep 17 00:00:00 2001 From: Michael Groover Date: Wed, 21 Mar 2018 16:04:29 -0700 Subject: [PATCH] Report Verified Boot support on Pixel 2 devices Bug: 63657226 Test: adb shell am instrument -w -e class android.security.cts.VerifiedBootTest android.security.cts/android.support.test.runner.AndroidJUnitRunner Change-Id: I0d4ab6b59567f721dfa7b67f40e526dd1686a320 --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 636e0195..3534b1ad 100755 --- a/device.mk +++ b/device.mk @@ -22,7 +22,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_COPY_FILES += \ device/google/wahoo/default-permissions.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default-permissions/default-permissions.xml \ - frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml + frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \ + frameworks/native/data/etc/android.software.verified_boot.xml:system/etc/permissions/android.software.verified_boot.xml # Set the SVN for the targeted MR release PRODUCT_PROPERTY_OVERRIDES += \