aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 2733be48a0c3e101eff36f2f6cd5a9134a594a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "apex-available": [
    "//apex_available:platform",
    "//apex_available:anyapex"
  ],
  "dependencies": true,
  "device": true,
  "min-sdk-version": "29",
  "no-host": true,
  "run": true,
  "tests": true,
  "vendor-available": true
}