aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 89a0f3e2123887f5e0423954cccf01f63cb98c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "add-toplevel-block": "cargo2android_nostd.bp",
  "cfg-blocklist": [
    "std_atomic64"
  ],
  "dependencies": true,
  "device": true,
  "features": "default,derive,rc",
  "run": true,
  "tests": true,
  "vendor-available": true,
  "min_sdk_version": "29"
}