From 0fbf8d8cf1b8d183184bd654eabb8661e3a95c56 Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Fri, 26 Jan 2018 22:51:18 +0000 Subject: [PATCH] Use the correct prebuilts for lifecycles. This change should have no effect on the app. It is simply unifying some of the prebuilts. Bug: 72566647 Change-Id: If03b73bc972e4404779394e025679024b8e5d05b --- Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.mk b/Android.mk index b9121ec19d9..df85bbcea3c 100644 --- a/Android.mk +++ b/Android.mk @@ -37,8 +37,8 @@ LOCAL_JAVA_LIBRARIES := \ ims-common LOCAL_STATIC_JAVA_LIBRARIES := \ - apptoolkit-arch-core-runtime \ - apptoolkit-lifecycle-extensions \ + android-arch-lifecycle-runtime \ + android-arch-lifecycle-extensions \ jsr305 \ settings-logtags \