aboutsummaryrefslogtreecommitdiff
path: root/cargo2android_cfgs.bp
blob: 328d17d223a5e52a004ba2235eb4c7de403f98a5 (plain)
1
2
3
4
5
cfgs: [
        // cfg(soong) is used to distinguish code that only builds on Android, so
        // that (most of) the same code can be built under both Soong and cargo.
        "soong",
]