summaryrefslogtreecommitdiff
path: root/vf/Android.bp
blob: c8b5215213ca5fcbbe4a2fdc2cd2ac4565524c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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",
    ],
}