summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/wear/watchface/watchface-editor/1.3.0-alpha02/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/wear/watchface/watchface-editor/1.3.0-alpha02/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/wear/watchface/watchface-editor/1.3.0-alpha02/Android.bp28
1 files changed, 1 insertions, 27 deletions
diff --git a/current/androidx/m2repository/androidx/wear/watchface/watchface-editor/1.3.0-alpha02/Android.bp b/current/androidx/m2repository/androidx/wear/watchface/watchface-editor/1.3.0-alpha02/Android.bp
index eb860c0a2..814da9e83 100644
--- a/current/androidx/m2repository/androidx/wear/watchface/watchface-editor/1.3.0-alpha02/Android.bp
+++ b/current/androidx/m2repository/androidx/wear/watchface/watchface-editor/1.3.0-alpha02/Android.bp
@@ -15,39 +15,15 @@ package {
}
android_library_import {
- name: "androidx.wear.watchface_watchface-editor-nodeps",
- aars: ["watchface-editor-1.3.0-alpha02.aar"],
- sdk_version: "34",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- min_sdk_version: "26",
- static_libs: [
- "androidx.activity_activity",
- "androidx.annotation_annotation",
- "androidx.core_core",
- "androidx.lifecycle_lifecycle-common-java8",
- "androidx.lifecycle_lifecycle-runtime-ktx",
- "androidx.versionedparcelable_versionedparcelable",
- "androidx.wear.watchface_watchface-client",
- "androidx.wear.watchface_watchface-data",
- "kotlin-stdlib",
- "kotlinx_coroutines_android",
- ],
-}
-
-android_library {
name: "androidx.wear.watchface_watchface-editor",
+ aars: ["watchface-editor-1.3.0-alpha02.aar"],
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "26",
- manifest: "manifest/AndroidManifest.xml",
static_libs: [
- "androidx.wear.watchface_watchface-editor-nodeps",
"androidx.activity_activity",
"androidx.annotation_annotation",
"androidx.core_core",
@@ -59,6 +35,4 @@ android_library {
"kotlin-stdlib",
"kotlinx_coroutines_android",
],
- java_version: "1.7",
}
-