Report Verified Boot support

Bug: 187375216
Test: CtsSecurityTestCases
Change-Id: I26304f48019a4c5df7aa683eb19236125ddb5cd3
This commit is contained in:
ChengYou Ho 2021-06-02 01:42:58 +08:00 committed by Chengyou Ho
parent 0671df09b8
commit ca32deaaf1

View file

@ -20,6 +20,10 @@ include device/google/gs101/device.mk
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.carrierlock.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.carrierlock.xml
# Android Verified Boot
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.verified_boot.xml
# Factory OTA
-include vendor/google/factoryota/client/factoryota.mk