aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: ede59d01fffe71599ac22250bf0da1768e50154e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": true,
  "device": true,
  "features": "alloc",
  "force-rlib": true,
  "no-host": "true",
  "no-std": true,
  "patch": "patches/Android.bp.patch",
  "run": true,
  "tests": true,
  "vendor-available": false,
  "product-available": false
}