summaryrefslogtreecommitdiff
path: root/cargo_embargo.json
blob: 2f2f9006004d6ee6089406e1482f5e4f4aed087b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "run_cargo": false,
    "tests": true,
    "module_visibility": {
        "liboneshot_uniffi": [
            "//external/rust/crates/uniffi_core"
        ]
    },
    "package": {
        "oneshot-uniffi": {
            "patch": "patches/Android.bp.patch",
            "dep_blocklist": [
                "libasync_std"
            ]
        }
    }
}