Files
device_google_redfin/vf/Android.bp
Daniel Norman ded4517e3a Defines two separate product FCMs for redfin VF: R vendor and S vendor.
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
2021-04-13 13:12:40 -07:00

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",
],
}