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