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