1{
2  "apex_available": [
3    "//apex_available:platform",
4    "com.android.virt"
5  ],
6  "features": [],
7  "module_visibility": {
8    "libx509_cert": [
9      "//packages/modules/Virtualization:__subpackages__",
10      "//system/keymint:__subpackages__"
11    ],
12    "libx509_cert_nostd": [
13      "//packages/modules/Virtualization:__subpackages__",
14      "//system/keymint:__subpackages__"
15    ]
16  },
17  "run_cargo": false,
18  "variants": [
19    {},
20    {
21      "module_name_overrides": {
22        "libconst_oid": "libconst_oid_nostd",
23        "libder": "libder_nostd",
24        "libflagset": "libflagset_nostd",
25        "libspki": "libspki_nostd",
26        "libx509_cert": "libx509_cert_nostd"
27      },
28      "package": {
29        "x509-cert": {
30          "force_rlib": true,
31          "host_supported": false,
32          "no_std": true
33        }
34      }
35    },
36    {
37      "package": {
38        "x509-cert": {
39          "alloc": true,
40          "no_std": true
41        }
42      },
43      "generate_androidbp": false,
44      "generate_rulesmk": true
45    }
46  ]
47}
48