aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 94f80e4abe5db05209b8fb589ed9d8ef5d010a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "apex-available": [
      "//apex_available:platform",
      "com.android.resolv"
    ],
    "min_sdk_version": "29",
    "dependencies": true,
    "test-data": [
        "src/lib.rs=examples/cert.crt",
        "src/lib.rs=examples/cert.key",
        "src/lib.rs=examples/cert-big.crt",
        "src/lib.rs=examples/rootca.crt"
    ],
    "tests": true,
    "device": true,
    "run": true,
    "patch": "patches/Android.bp.patch"
}