summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.3.0-alpha02/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/benchmark/benchmark-common/1.3.0-alpha02/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/benchmark/benchmark-common/1.3.0-alpha02/Android.bp25
1 files changed, 1 insertions, 24 deletions
diff --git a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.3.0-alpha02/Android.bp b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.3.0-alpha02/Android.bp
index 2213572e9..75b210871 100644
--- a/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.3.0-alpha02/Android.bp
+++ b/current/androidx/m2repository/androidx/benchmark/benchmark-common/1.3.0-alpha02/Android.bp
@@ -15,36 +15,15 @@ package {
}
android_library_import {
- name: "androidx.benchmark_benchmark-common-nodeps",
- aars: ["benchmark-common-1.3.0-alpha02.aar"],
- sdk_version: "34",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- min_sdk_version: "19",
- static_libs: [
- "androidx.annotation_annotation",
- "androidx.annotation_annotation-experimental",
- "androidx.test.monitor",
- "androidx.tracing_tracing-ktx",
- "androidx.tracing_tracing-perfetto-handshake",
- "kotlin-stdlib",
- "wire-runtime",
- ],
-}
-
-android_library {
name: "androidx.benchmark_benchmark-common",
+ aars: ["benchmark-common-1.3.0-alpha02.aar"],
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "19",
- manifest: "manifest/AndroidManifest.xml",
static_libs: [
- "androidx.benchmark_benchmark-common-nodeps",
"androidx.annotation_annotation",
"androidx.annotation_annotation-experimental",
"androidx.test.monitor",
@@ -53,6 +32,4 @@ android_library {
"kotlin-stdlib",
"wire-runtime",
],
- java_version: "1.7",
}
-