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