1// This is auto-generated. DO NOT EDIT. 2 3package { 4 // A default list here prevents the license LSC from adding its own list which would 5 // be unnecessary as every module in the sdk already has its own licenses property. 6 default_applicable_licenses: ["Android-Apache-2.0"], 7} 8 9prebuilt_bootclasspath_fragment { 10 name: "art-bootclasspath-fragment", 11 prefer: false, 12 visibility: [ 13 "//art/build/apex", 14 "//art/build/boot", 15 "//art/build/sdk", 16 "//prebuilts:__subpackages__", 17 ], 18 apex_available: [ 19 "com.android.art", 20 ], 21 licenses: ["art-module-sdk_art_license"], 22 image_name: "art", 23 contents: [ 24 "core-oj", 25 "core-libart", 26 "okhttp", 27 "bouncycastle", 28 "apache-xml", 29 ], 30 api: { 31 stub_libs: ["art.module.public.api"], 32 }, 33 core_platform_api: { 34 stub_libs: ["art.module.public.api.stubs.module_lib"], 35 }, 36 hidden_api: { 37 max_target_o_low_priority: ["hiddenapi/hiddenapi-max-target-o-low-priority.txt"], 38 blocked: ["hiddenapi/hiddenapi-blocked.txt"], 39 unsupported_packages: ["hiddenapi/hiddenapi-unsupported-packages.txt"], 40 stub_flags: "hiddenapi/stub-flags.csv", 41 annotation_flags: "hiddenapi/annotation-flags.csv", 42 metadata: "hiddenapi/metadata.csv", 43 index: "hiddenapi/index.csv", 44 all_flags: "hiddenapi/all-flags.csv", 45 }, 46} 47 48prebuilt_platform_compat_config { 49 name: "libcore-platform-compat-config", 50 prefer: false, 51 visibility: [ 52 "//art/build/apex", 53 "//art/build/sdk", 54 "//libcore", 55 "//prebuilts:__subpackages__", 56 ], 57 licenses: ["art-module-sdk_libcore_license"], 58 metadata: "compat_configs/libcore-platform-compat-config/libcore-platform-compat-config_meta.xml", 59} 60 61java_import { 62 name: "core-oj", 63 prefer: false, 64 visibility: [ 65 "//art/build/apex", 66 "//art/build/sdk", 67 "//external/wycheproof", 68 "//libcore", 69 "//libcore/benchmarks", 70 "//packages/modules/ArtPrebuilt", 71 "//prebuilts:__subpackages__", 72 ], 73 apex_available: [ 74 "com.android.art", 75 "com.android.art.debug", 76 ], 77 licenses: ["art-module-sdk_libcore_license"], 78 jars: ["java/core-oj.jar"], 79} 80