Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 381f241b authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

Add a build target for libtopshim_macros am: 3ad67c3b am: f48936c0

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1774258

Change-Id: I0cbe00474e50572c54ca2fb1fcac1ad818c0e9fd
parents 98c05116 f48936c0
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
rust_proc_macro {
    name: "libtopshim_macros",
    crate_name: "topshim_macros",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: [
        "libproc_macro2",
        "libquote",
        "libsyn",
    ],
}