summaryrefslogtreecommitdiff
path: root/Android.bp
blob: 2a94e011ff3c62f8616d333f47f7642cd0c54326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.

rust_library {
    name: "libpredicates_core",
    host_supported: true,
    crate_name: "predicates_core",
    cargo_env_compat: true,
    cargo_pkg_version: "1.0.6",
    srcs: ["src/lib.rs"],
    edition: "2021",
    apex_available: [
        "//apex_available:platform",
        "//apex_available:anyapex",
    ],
    product_available: true,
    vendor_available: true,
}