aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: f3802fd3fbb3fa53f9b3804e098397723dd0c5b9 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "dependencies": true,
  "device": true,
  "features": "hvc",
  "force-rlib": true,
  "no-host": true,
  "patch": "patches/Android.bp.patch",
  "run": true,
  "tests": true
}