// This is auto-generated. DO NOT EDIT. package { // A default list here prevents the license LSC from adding its own list which would // be unnecessary as every module in the sdk already has its own licenses property. default_applicable_licenses: ["Android-Apache-2.0"], } apex_contributions_defaults { name: "profiling-module-sdk.contributions", contents: ["prebuilt_framework-profiling"], } prebuilt_bootclasspath_fragment { name: "com.android.profiling-bootclasspath-fragment", visibility: ["//visibility:public"], apex_available: ["com.android.profiling"], licenses: ["profiling-module-sdk_Android-Apache-2.0"], contents: ["framework-profiling"], fragments: [ { apex: "com.android.art", module: "art-bootclasspath-fragment", }, ], hidden_api: { annotation_flags: "hiddenapi/annotation-flags.csv", metadata: "hiddenapi/metadata.csv", index: "hiddenapi/index.csv", signature_patterns: "hiddenapi/signature-patterns.csv", filtered_stub_flags: "hiddenapi/filtered-stub-flags.csv", filtered_flags: "hiddenapi/filtered-flags.csv", }, } java_sdk_library_import { name: "framework-profiling", visibility: ["//visibility:public"], apex_available: ["com.android.profiling"], licenses: ["profiling-module-sdk_Android-Apache-2.0"], shared_library: false, permitted_packages: [ "android.app", "android.os", "android.util", "com.android.internal.profiling", ], public: { jars: ["sdk_library/public/framework-profiling-stubs.jar"], stub_srcs: ["sdk_library/public/framework-profiling.srcjar"], current_api: "sdk_library/public/framework-profiling.txt", removed_api: "sdk_library/public/framework-profiling-removed.txt", annotations: "sdk_library/public/framework-profiling_annotations.zip", sdk_version: "module_current", }, system: { jars: ["sdk_library/system/framework-profiling-stubs.jar"], stub_srcs: ["sdk_library/system/framework-profiling.srcjar"], current_api: "sdk_library/system/framework-profiling.txt", removed_api: "sdk_library/system/framework-profiling-removed.txt", annotations: "sdk_library/system/framework-profiling_annotations.zip", sdk_version: "module_current", }, module_lib: { jars: ["sdk_library/module-lib/framework-profiling-stubs.jar"], stub_srcs: ["sdk_library/module-lib/framework-profiling.srcjar"], current_api: "sdk_library/module-lib/framework-profiling.txt", removed_api: "sdk_library/module-lib/framework-profiling-removed.txt", annotations: "sdk_library/module-lib/framework-profiling_annotations.zip", sdk_version: "module_current", }, } java_import { name: "service-profiling", visibility: ["//visibility:public"], apex_available: ["com.android.profiling"], licenses: ["profiling-module-sdk_Android-Apache-2.0"], jars: ["java_systemserver_libs/snapshot/jars/are/invalid/service-profiling.jar"], min_sdk_version: "35", } license { name: "profiling-module-sdk_Android-Apache-2.0", visibility: ["//visibility:private"], license_kinds: ["SPDX-license-identifier-Apache-2.0"], license_text: ["licenses/build/soong/licenses/LICENSE"], } prebuilt_systemserverclasspath_fragment { name: "com.android.profiling-systemserverclasspath-fragment", visibility: ["//visibility:public"], apex_available: ["com.android.profiling"], licenses: ["profiling-module-sdk_Android-Apache-2.0"], standalone_contents: ["service-profiling"], }