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:
parent
3e058b1e5c
commit
579543db80
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# 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
|
||||
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml
|
||||
|
||||
# Factory OTA
|
||||
-include vendor/google/factoryota/client/factoryota.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue