mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-30 03:20:51 +00:00
Both are device manifest level=5, but the R vendor and S vendor provide
a slightly different set of HALs.
Bug: 184545288
Test: Include the R FCM on a system-only build merged with an R-based
vendor, merge & boot
Test: Likewise, for S FCM and S-based vendor.
Change-Id: I5658dc4a9d989e38c7fa05337c37457598368aa2
22 lines
541 B
Plaintext
22 lines
541 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",
|
|
],
|
|
}
|