mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 14:26:37 +00:00
Bug: 233646904 Test: lunch redfin_vf_t; m Change-Id: I857e6404d35a8922ead1ff619d797a615b9113b9
31 lines
777 B
Plaintext
31 lines
777 B
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
vintf_compatibility_matrix {
|
|
name: "redfin_product_compatibility_matrix.R.5.xml",
|
|
stem: "compatibility_matrix.redfin.R.5.xml",
|
|
product_specific: true,
|
|
srcs: [
|
|
"device_framework_matrix_product.R.5.xml",
|
|
],
|
|
}
|
|
|
|
vintf_compatibility_matrix {
|
|
name: "redfin_product_compatibility_matrix.S.5.xml",
|
|
stem: "compatibility_matrix.redfin.S.5.xml",
|
|
product_specific: true,
|
|
srcs: [
|
|
"device_framework_matrix_product.S.5.xml",
|
|
],
|
|
}
|
|
|
|
vintf_compatibility_matrix {
|
|
name: "redfin_product_compatibility_matrix.T.7.xml",
|
|
stem: "compatibility_matrix.redfin.T.7.xml",
|
|
product_specific: true,
|
|
srcs: [
|
|
"device_framework_matrix_product.T.7.xml",
|
|
],
|
|
}
|