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