From 579543db8055ab6d79bd7a8c69c6cb49b2abffee Mon Sep 17 00:00:00 2001 From: Gillian Lin Date: Tue, 15 Jun 2021 21:48:02 +0800 Subject: [PATCH] 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 --- device-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-common.mk b/device-common.mk index e6495d62..6d101f40 100644 --- a/device-common.mk +++ b/device-common.mk @@ -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