• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "apex_available": [
3    "//apex_available:platform",
4    "com.android.resolv"
5  ],
6  "min_sdk_version": "29",
7  "package": {
8    "ring": {
9      "add_toplevel_block": "cargo2android_cc.bp",
10      "no_presubmit": true,
11      "whole_static_libs": [
12        "libring-core",
13        "libring-test"
14      ]
15    }
16  },
17  "variants": [
18    {
19      "features": [
20        "alloc",
21        "default",
22        "dev_urandom_fallback",
23        "once_cell",
24        "std"
25      ],
26      "module_name_overrides": {
27        "libring_core_0_17_0_alpha_11_": "libring-core",
28        "libring_core_0_17_0_alpha_11_test": "libring-test"
29      },
30      "tests": true
31    },
32    {
33      "features": [
34        "once_cell"
35      ],
36      "module_name_overrides": {
37        "libring_core_0_17_0_alpha_11_": "libring-core",
38        "libring_core_0_17_0_alpha_11_test": "libring-test",
39        "libring": "libring_nostd",
40        "libspin": "libspin_nostd"
41      },
42      "package": {
43        "ring": {
44          "force_rlib": true,
45          "host_supported": false,
46          "no_std": true
47        }
48      }
49    }
50  ]
51}
52