1[
2  {
3    "@type": "sdk",
4    "@name": "devicelock-module-sdk",
5    "apexes": [
6      "com.android.devicelock"
7    ],
8    "bootclasspath_fragments": [
9      "com.android.devicelock-bootclasspath-fragment"
10    ],
11    "java_sdk_libs": [
12      "framework-devicelock"
13    ],
14    "java_systemserver_libs": [
15      "service-devicelock"
16    ],
17    "licenses": [
18      "Android-Apache-2.0"
19    ],
20    "systemserverclasspath_fragments": [
21      "com.android.devicelock-systemserverclasspath-fragment"
22    ]
23  },
24  {
25    "@type": "license",
26    "@name": "Android-Apache-2.0"
27  },
28  {
29    "@type": "apex",
30    "@name": "com.android.devicelock",
31    "@deps": [
32      "Android-Apache-2.0",
33      "com.android.devicelock-bootclasspath-fragment",
34      "com.android.devicelock-systemserverclasspath-fragment"
35    ]
36  },
37  {
38    "@type": "bootclasspath_fragment",
39    "@name": "com.android.devicelock-bootclasspath-fragment",
40    "@deps": [
41      "Android-Apache-2.0",
42      "framework-devicelock"
43    ]
44  },
45  {
46    "@type": "systemserverclasspath_fragment",
47    "@name": "com.android.devicelock-systemserverclasspath-fragment",
48    "@deps": [
49      "Android-Apache-2.0",
50      "service-devicelock"
51    ]
52  },
53  {
54    "@type": "java_sdk_library",
55    "@name": "framework-devicelock",
56    "@deps": [
57      "Android-Apache-2.0"
58    ],
59    "dist_stem": "framework-devicelock",
60    "scopes": {
61      "module-lib": {
62        "current_api": "sdk_library/module-lib/framework-devicelock.txt",
63        "latest_api": "out/soong/.intermediates/prebuilts/sdk/framework-devicelock.api.module-lib.latest/gen/framework-devicelock.api.module-lib.latest",
64        "latest_removed_api": "out/soong/.intermediates/prebuilts/sdk/framework-devicelock-removed.api.module-lib.latest/gen/framework-devicelock-removed.api.module-lib.latest",
65        "removed_api": "sdk_library/module-lib/framework-devicelock-removed.txt"
66      },
67      "public": {
68        "current_api": "sdk_library/public/framework-devicelock.txt",
69        "latest_api": "out/soong/.intermediates/prebuilts/sdk/framework-devicelock.api.public.latest/gen/framework-devicelock.api.public.latest",
70        "latest_removed_api": "out/soong/.intermediates/prebuilts/sdk/framework-devicelock-removed.api.public.latest/gen/framework-devicelock-removed.api.public.latest",
71        "removed_api": "sdk_library/public/framework-devicelock-removed.txt"
72      },
73      "system": {
74        "current_api": "sdk_library/system/framework-devicelock.txt",
75        "latest_api": "out/soong/.intermediates/prebuilts/sdk/framework-devicelock.api.system.latest/gen/framework-devicelock.api.system.latest",
76        "latest_removed_api": "out/soong/.intermediates/prebuilts/sdk/framework-devicelock-removed.api.system.latest/gen/framework-devicelock-removed.api.system.latest",
77        "removed_api": "sdk_library/system/framework-devicelock-removed.txt"
78      }
79    }
80  },
81  {
82    "@type": "java_library",
83    "@name": "service-devicelock",
84    "@deps": [
85      "Android-Apache-2.0"
86    ]
87  }
88]