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