1// This is auto-generated. DO NOT EDIT. 2 3// blueprint rules added by vendor/google/build/mainline_modules_sdks.py 4// to support coexistence. 5blueprint_package_includes { 6 match_all: ["com.android.mainline"] 7} 8 9package { 10 // A default list here prevents the license LSC from adding its own list which would 11 // be unnecessary as every module in the sdk already has its own licenses property. 12 default_applicable_licenses: ["Android-Apache-2.0"], 13} 14 15prebuilt_bootclasspath_fragment { 16 name: "com.android.healthfitness-bootclasspath-fragment", 17 // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true. 18 use_source_config_var: { 19 config_namespace: "ANDROID", 20 var_name: "module_build_from_source", 21 }, 22 visibility: ["//packages/modules/HealthFitness:__subpackages__"], 23 apex_available: ["com.android.healthfitness"], 24 licenses: ["healthfitness-module-sdk_Android-Apache-2.0"], 25 contents: ["framework-healthfitness"], 26 fragments: [ 27 { 28 apex: "com.android.art", 29 module: "art-bootclasspath-fragment", 30 }, 31 ], 32 hidden_api: { 33 annotation_flags: "hiddenapi/annotation-flags.csv", 34 metadata: "hiddenapi/metadata.csv", 35 index: "hiddenapi/index.csv", 36 signature_patterns: "hiddenapi/signature-patterns.csv", 37 filtered_stub_flags: "hiddenapi/filtered-stub-flags.csv", 38 filtered_flags: "hiddenapi/filtered-flags.csv", 39 }, 40} 41 42java_sdk_library_import { 43 name: "framework-healthfitness", 44 // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true. 45 use_source_config_var: { 46 config_namespace: "ANDROID", 47 var_name: "module_build_from_source", 48 }, 49 visibility: ["//visibility:public"], 50 apex_available: ["com.android.healthfitness"], 51 licenses: ["healthfitness-module-sdk_Android-Apache-2.0"], 52 shared_library: false, 53 public: { 54 jars: ["sdk_library/public/framework-healthfitness-stubs.jar"], 55 stub_srcs: ["sdk_library/public/framework-healthfitness.srcjar"], 56 current_api: "sdk_library/public/framework-healthfitness.txt", 57 removed_api: "sdk_library/public/framework-healthfitness-removed.txt", 58 annotations: "sdk_library/public/framework-healthfitness_annotations.zip", 59 sdk_version: "module_current", 60 }, 61 system: { 62 jars: ["sdk_library/system/framework-healthfitness-stubs.jar"], 63 stub_srcs: ["sdk_library/system/framework-healthfitness.srcjar"], 64 current_api: "sdk_library/system/framework-healthfitness.txt", 65 removed_api: "sdk_library/system/framework-healthfitness-removed.txt", 66 annotations: "sdk_library/system/framework-healthfitness_annotations.zip", 67 sdk_version: "module_current", 68 }, 69 module_lib: { 70 jars: ["sdk_library/module-lib/framework-healthfitness-stubs.jar"], 71 stub_srcs: ["sdk_library/module-lib/framework-healthfitness.srcjar"], 72 current_api: "sdk_library/module-lib/framework-healthfitness.txt", 73 removed_api: "sdk_library/module-lib/framework-healthfitness-removed.txt", 74 annotations: "sdk_library/module-lib/framework-healthfitness_annotations.zip", 75 sdk_version: "module_current", 76 }, 77} 78 79java_sdk_library_import { 80 name: "service-healthfitness", 81 // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true. 82 use_source_config_var: { 83 config_namespace: "ANDROID", 84 var_name: "module_build_from_source", 85 }, 86 visibility: ["//visibility:public"], 87 apex_available: ["com.android.healthfitness"], 88 licenses: ["healthfitness-module-sdk_Android-Apache-2.0"], 89 shared_library: false, 90 public: { 91 jars: ["sdk_library/public/service-healthfitness-stubs.jar"], 92 stub_srcs: ["sdk_library/public/service-healthfitness.srcjar"], 93 current_api: "sdk_library/public/service-healthfitness.txt", 94 removed_api: "sdk_library/public/service-healthfitness-removed.txt", 95 annotations: "sdk_library/public/service-healthfitness_annotations.zip", 96 sdk_version: "module_current", 97 }, 98 system_server: { 99 jars: ["sdk_library/system-server/service-healthfitness-stubs.jar"], 100 stub_srcs: ["sdk_library/system-server/service-healthfitness.srcjar"], 101 current_api: "sdk_library/system-server/service-healthfitness.txt", 102 removed_api: "sdk_library/system-server/service-healthfitness-removed.txt", 103 annotations: "sdk_library/system-server/service-healthfitness_annotations.zip", 104 sdk_version: "system_server_current", 105 }, 106} 107 108license { 109 name: "healthfitness-module-sdk_Android-Apache-2.0", 110 visibility: ["//visibility:private"], 111 license_kinds: ["SPDX-license-identifier-Apache-2.0"], 112 license_text: ["licenses/build/soong/licenses/LICENSE"], 113} 114 115prebuilt_systemserverclasspath_fragment { 116 name: "com.android.healthfitness-systemserverclasspath-fragment", 117 // Do not prefer prebuilt if the Soong config variable "module_build_from_source" in namespace "ANDROID" is true. 118 use_source_config_var: { 119 config_namespace: "ANDROID", 120 var_name: "module_build_from_source", 121 }, 122 visibility: ["//packages/modules/HealthFitness:__subpackages__"], 123 apex_available: ["com.android.healthfitness"], 124 licenses: ["healthfitness-module-sdk_Android-Apache-2.0"], 125 contents: ["service-healthfitness"], 126} 127