summaryrefslogtreecommitdiff
path: root/Android.bp
blob: 7dad1bfd3a29db8d5fab4c1d25207ac3a57c2025 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file is generated by cargo2android.py --run --device --dependencies --tests.

rust_library {
    name: "libform_urlencoded",
    host_supported: true,
    crate_name: "form_urlencoded",
    srcs: ["src/lib.rs"],
    edition: "2015",
    rustlibs: [
        "libmatches",
        "libpercent_encoding",
    ],
}

// dependent_library ["feature_list"]
//   matches-0.1.8
//   percent-encoding-2.1.0