cts: VerifiedBootTest#testVerifiedBootSupport

android.software.verified_boot.xml should be copied to TARGET_COPY_OUT_VENDOR instead of TARGET_COPY_OUT_PRODUCT

Bug: 190401885
Test: run cts-on-gsi -m CtsSecurityTestCases -t android.security.cts.VerifiedBootTest#testVerifiedBootSupport
Change-Id: Id17176f07e6ae8843f71b10ad9d01b18640fe675
This commit is contained in:
Gillian Lin 2021-06-15 21:48:02 +08:00
parent 3e058b1e5c
commit 579543db80

View file

@ -22,7 +22,7 @@ PRODUCT_COPY_FILES += \
# Android Verified Boot # Android Verified Boot
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.software.verified_boot.xml frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/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