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