diff options
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -42,11 +42,11 @@ LOCAL_PROGUARD_ENABLED := disabled LOCAL_DEX_PREOPT := false LOCAL_STATIC_ANDROID_LIBRARIES += \ - android-support-car \ - android-support-constraint-layout + androidx.car_car \ + androidx-constraintlayout_constraintlayout LOCAL_STATIC_JAVA_LIBRARIES := \ - android-support-constraint-layout-solver + androidx-constraintlayout_constraintlayout-solver LOCAL_JAVA_LIBRARIES += android.car |
