1[
2  {
3    "@type": "sdk",
4    "@name": "btservices-module-sdk",
5    "apexes": [
6      "com.android.btservices"
7    ],
8    "bootclasspath_fragments": [
9      "com.android.btservices-bootclasspath-fragment"
10    ],
11    "compat_configs": [
12      "bluetooth-compat-config",
13      "bluetoothapk-platform-compat-config",
14      "framework-bluetooth-compat-config"
15    ],
16    "java_sdk_libs": [
17      "framework-bluetooth"
18    ],
19    "java_systemserver_libs": [
20      "service-bluetooth"
21    ],
22    "licenses": [
23      "Android-Apache-2.0",
24      "packages_apps_Bluetooth_license",
25      "system_bt_license"
26    ],
27    "systemserverclasspath_fragments": [
28      "com.android.btservices-systemserverclasspath-fragment"
29    ]
30  },
31  {
32    "@type": "license",
33    "@name": "Android-Apache-2.0"
34  },
35  {
36    "@type": "platform_compat_config",
37    "@name": "bluetooth-compat-config",
38    "@deps": [
39      "Android-Apache-2.0"
40    ]
41  },
42  {
43    "@type": "platform_compat_config",
44    "@name": "bluetoothapk-platform-compat-config",
45    "@deps": [
46      "packages_apps_Bluetooth_license"
47    ]
48  },
49  {
50    "@type": "apex",
51    "@name": "com.android.btservices",
52    "@deps": [
53      "bluetooth-compat-config",
54      "bluetoothapk-platform-compat-config",
55      "com.android.btservices-bootclasspath-fragment",
56      "com.android.btservices-systemserverclasspath-fragment",
57      "framework-bluetooth-compat-config",
58      "system_bt_license"
59    ]
60  },
61  {
62    "@type": "bootclasspath_fragment",
63    "@name": "com.android.btservices-bootclasspath-fragment",
64    "@deps": [
65      "framework-bluetooth",
66      "system_bt_license"
67    ]
68  },
69  {
70    "@type": "systemserverclasspath_fragment",
71    "@name": "com.android.btservices-systemserverclasspath-fragment",
72    "@deps": [
73      "service-bluetooth",
74      "system_bt_license"
75    ]
76  },
77  {
78    "@type": "java_sdk_library",
79    "@name": "framework-bluetooth",
80    "@deps": [
81      "Android-Apache-2.0"
82    ],
83    "dist_stem": "framework-bluetooth",
84    "scopes": {
85      "module-lib": {
86        "current_api": "sdk_library/module-lib/framework-bluetooth.txt",
87        "latest_api": "out/soong/.intermediates/prebuilts/sdk/framework-bluetooth.api.module-lib.latest/gen/framework-bluetooth.api.module-lib.latest",
88        "latest_removed_api": "out/soong/.intermediates/prebuilts/sdk/framework-bluetooth-removed.api.module-lib.latest/gen/framework-bluetooth-removed.api.module-lib.latest",
89        "removed_api": "sdk_library/module-lib/framework-bluetooth-removed.txt"
90      },
91      "public": {
92        "current_api": "sdk_library/public/framework-bluetooth.txt",
93        "latest_api": "out/soong/.intermediates/prebuilts/sdk/framework-bluetooth.api.public.latest/gen/framework-bluetooth.api.public.latest",
94        "latest_removed_api": "out/soong/.intermediates/prebuilts/sdk/framework-bluetooth-removed.api.public.latest/gen/framework-bluetooth-removed.api.public.latest",
95        "removed_api": "sdk_library/public/framework-bluetooth-removed.txt"
96      },
97      "system": {
98        "current_api": "sdk_library/system/framework-bluetooth.txt",
99        "latest_api": "out/soong/.intermediates/prebuilts/sdk/framework-bluetooth.api.system.latest/gen/framework-bluetooth.api.system.latest",
100        "latest_removed_api": "out/soong/.intermediates/prebuilts/sdk/framework-bluetooth-removed.api.system.latest/gen/framework-bluetooth-removed.api.system.latest",
101        "removed_api": "sdk_library/system/framework-bluetooth-removed.txt"
102      }
103    }
104  },
105  {
106    "@type": "platform_compat_config",
107    "@name": "framework-bluetooth-compat-config",
108    "@deps": [
109      "Android-Apache-2.0"
110    ]
111  },
112  {
113    "@type": "license",
114    "@name": "packages_apps_Bluetooth_license"
115  },
116  {
117    "@type": "java_library",
118    "@name": "service-bluetooth",
119    "@deps": [
120      "Android-Apache-2.0"
121    ]
122  },
123  {
124    "@type": "license",
125    "@name": "system_bt_license"
126  }
127]