Move device specific VINTF manifests

Install device specific compatibility matrix to product partition.
For now device specific manifests are installed in the system partition
which is not allowed for CSI.

Bug: 151690176
Bug: 120600021
Test: make
Change-Id: I59d6a4652dd0c90dc263c62fa0a94ebf2b91fff6
diff --git a/device_framework_matrix.xml b/device_framework_matrix_product.xml
similarity index 100%
rename from device_framework_matrix.xml
rename to device_framework_matrix_product.xml
diff --git a/redfin/BoardConfig.mk b/redfin/BoardConfig.mk
index aa3bc5a..014deb6 100644
--- a/redfin/BoardConfig.mk
+++ b/redfin/BoardConfig.mk
@@ -21,7 +21,7 @@
 
 include device/google/redbull/BoardConfig-common.mk
 DEVICE_MANIFEST_FILE += device/google/redfin/manifest.xml
-DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += device/google/redfin/device_framework_matrix.xml
+DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/redfin/device_framework_matrix_product.xml
 
 # Testing related defines
 #BOARD_PERFSETUP_SCRIPT := platform_testing/scripts/perf-setup/r3-setup.sh