Report Verified Boot support am: 87339dfedd

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14791870

Change-Id: Icbfb1bfe36f57756b69002c653f528bd20845b8e
This commit is contained in:
ChengYou Ho 2021-06-15 04:02:16 +00:00 committed by Automerger Merge Worker
commit 54e1ad5f76

View file

@ -20,6 +20,10 @@ include device/google/gs101/device.mk
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.carrierlock.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.carrierlock.xml 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 # Factory OTA
-include vendor/google/factoryota/client/factoryota.mk -include vendor/google/factoryota/client/factoryota.mk