aboutsummaryrefslogtreecommitdiff
path: root/msg_socket/msg_on_socket_derive/Android.bp
blob: 1852bbf145b63c9573ea103e7cfafcf2b67696cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file is generated by cargo2android.py.

rust_proc_macro {
    name: "libmsg_on_socket_derive",
    crate_name: "msg_on_socket_derive",
    srcs: ["msg_on_socket_derive.rs"],
    edition: "2018",
    rlibs: [
        "libproc_macro2",
        "libquote",
        "libsyn",
    ],
}