Commit a9afce0b authored by Ted Choc's avatar Ted Choc Committed by Commit Bot

Fix Activity classpath after the androidx migration.

This temporarily leaves in the appcompat library entries in
case the android X were to be reverted.  We should be able to
remove those entries in the not so distant future though.

BUG=

Change-Id: I4233c6396497778789ecb38774d07a551c82cfeb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108963Reviewed-by: default avatarMichael Thiessen <mthiesse@chromium.org>
Commit-Queue: Ted Choc <tedchoc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751507}
parent fbe1f232
...@@ -345,7 +345,14 @@ to the classpath for downstream development. See "additional_entries" below. ...@@ -345,7 +345,14 @@ to the classpath for downstream development. See "additional_entries" below.
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/android_arch_lifecycle_runtime_java.jar"/> <classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/android_arch_lifecycle_runtime_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/android_arch_lifecycle_viewmodel_java.jar"/> <classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/android_arch_lifecycle_viewmodel_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_annotation_annotation.jar"/> <classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_annotation_annotation.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_appcompat_appcompat_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_core_core_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_fragment_fragment_java.jar"/>"
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_lifecycle_lifecycle_common.jar"/> <classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_lifecycle_lifecycle_common.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_lifecycle_lifecycle_livedata_core_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_lifecycle_lifecycle_livedata_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_lifecycle_lifecycle_runtime_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_lifecycle_lifecycle_viewmodel_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_test_core_java.jar"/> <classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_test_core_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_test_ext_junit_java.jar"/> <classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_test_ext_junit_java.jar"/>
<classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_test_monitor_java.jar"/> <classpathentry kind="lib" path="../src/out/Debug/lib.java/third_party/android_deps/androidx_test_monitor_java.jar"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment