aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: fea27bdf864f09393dbfd0755e7a4a853769cdfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// This file is generated by cargo2android.py --run --device --dependencies --patch=patches/Android.bp.patch.
// Do not modify this file as changes will be overridden on upgrade.



rust_library {
    name: "libcommand_fds",
    host_supported: true,
    crate_name: "command_fds",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: [
        "libnix",
        "libthiserror",
    ],
    apex_available: [
        "//apex_available:platform",
        "com.android.virt",
    ],
}

// dependent_library ["feature_list"]
//   bitflags-1.2.1 "default"
//   cfg-if-1.0.0
//   libc-0.2.94 "default,extra_traits,std"
//   nix-0.20.0
//   proc-macro2-1.0.26 "default,proc-macro"
//   quote-1.0.9 "default,proc-macro"
//   syn-1.0.72 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
//   thiserror-1.0.24
//   thiserror-impl-1.0.24
//   unicode-xid-0.2.2 "default"