summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.3.0-alpha02/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-23 23:31:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-23 23:31:29 +0000
commit87919933e7bcb11647b7f32630ff38cea9b8a5b4 (patch)
tree51289d434bb1c64009122e81c193b640f104ecbe /current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.3.0-alpha02/Android.bp
parent11b790d54f03223b720b4b8c932aa08dbca8e7b3 (diff)
parent5aa00186bb0ab2552eddc0fada9847ceccda6c69 (diff)
downloadsdk-87919933e7bcb11647b7f32630ff38cea9b8a5b4.tar.gz
Merge "Snap for 11754915 from c63b51179ad5aa10828332205164fddd21df7566 to sdk-release" into sdk-release
Diffstat (limited to 'current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.3.0-alpha02/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.3.0-alpha02/Android.bp31
1 files changed, 1 insertions, 30 deletions
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.3.0-alpha02/Android.bp b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.3.0-alpha02/Android.bp
index 0be506857..f3d97f078 100644
--- a/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.3.0-alpha02/Android.bp
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-macro/1.3.0-alpha02/Android.bp
@@ -15,42 +15,15 @@ package {
}
android_library_import {
- name: "androidx.benchmark_benchmark-macro-nodeps",
- aars: ["benchmark-macro-1.3.0-alpha02.aar"],
- sdk_version: "34",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- min_sdk_version: "23",
- static_libs: [
- "androidx.annotation_annotation",
- "androidx.benchmark_benchmark-common",
- "androidx.core_core",
- "androidx.profileinstaller_profileinstaller",
- "androidx.test.core",
- "androidx.test.uiautomator_uiautomator",
- "androidx.tracing_tracing-ktx",
- "androidx.tracing_tracing-perfetto",
- "androidx.tracing_tracing-perfetto-binary",
- "androidx.tracing_tracing-perfetto-handshake",
- "junit",
- "kotlin-stdlib",
- "wire-runtime",
- ],
-}
-
-android_library {
name: "androidx.benchmark_benchmark-macro",
+ aars: ["benchmark-macro-1.3.0-alpha02.aar"],
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "23",
- manifest: "manifest/AndroidManifest.xml",
static_libs: [
- "androidx.benchmark_benchmark-macro-nodeps",
"androidx.annotation_annotation",
"androidx.benchmark_benchmark-common",
"androidx.core_core",
@@ -65,6 +38,4 @@ android_library {
"kotlin-stdlib",
"wire-runtime",
],
- java_version: "1.7",
}
-