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
diff --git a/device-common.mk b/device-common.mk
index e6495d6..6d101f4 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -22,7 +22,7 @@
 
 # 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