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