diff options
-rw-r--r-- | packages/SettingsLib/common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SettingsLib/common.mk b/packages/SettingsLib/common.mk index 15b50d719291..28f97d1948bd 100644 --- a/packages/SettingsLib/common.mk +++ b/packages/SettingsLib/common.mk @@ -16,11 +16,11 @@ ifeq ($(LOCAL_USE_AAPT2),true) LOCAL_STATIC_JAVA_LIBRARIES += \ android-support-annotations \ - apptoolkit-lifecycle-common + android-arch-lifecycle-common LOCAL_STATIC_ANDROID_LIBRARIES += \ android-support-v4 \ - apptoolkit-lifecycle-runtime \ + android-arch-lifecycle-runtime \ android-support-v7-recyclerview \ android-support-v7-preference \ android-support-v7-appcompat \ |