From c71fe8cab1d466fd0f1575b2275ffc63e55a6cbd Mon Sep 17 00:00:00 2001 From: Andrew Zeng Date: Thu, 1 Jul 2021 20:35:49 -0700 Subject: [PATCH] Remove unncessary constraintlayout-solver deps This will be cp'ed to master later Bug: 192617148 Test: compiles Change-Id: Id7a9cf6c26ff9dd464d8f0b0f012b8480ca70b92 --- Android.bp | 1 - tests/robotests/Android.bp | 1 - 2 files changed, 2 deletions(-) diff --git a/Android.bp b/Android.bp index 2c3b2ec9435..0116237a1e4 100644 --- a/Android.bp +++ b/Android.bp @@ -59,7 +59,6 @@ android_library { "com.google.android.material_material", "setupcompat", "setupdesign", - "androidx-constraintlayout_constraintlayout-solver", "androidx.lifecycle_lifecycle-runtime", "androidx.lifecycle_lifecycle-extensions", "guava", diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index bc25377ed7d..2945bef1dda 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -37,7 +37,6 @@ android_app { "com.google.android.material_material", "setupcompat", "setupdesign", - "androidx-constraintlayout_constraintlayout-solver", "androidx.lifecycle_lifecycle-runtime", "androidx.lifecycle_lifecycle-extensions", "androidx.test.core",