sdm845-common: Doze: Migrate to androidx

Change-Id: Ifaa67283a3437549a2304088a0ce377b399da19f
This commit is contained in:
Bruno Martins
2019-07-09 22:31:00 +01:00
committed by LuK1337
parent e903d18b6f
commit 7cf5c4f256
3 changed files with 8 additions and 12 deletions

View File

@@ -14,12 +14,8 @@ LOCAL_PRIVILEGED_MODULE := true
LOCAL_USE_AAPT2 := true
LOCAL_STATIC_ANDROID_LIBRARIES := \
android-support-v4 \
android-support-v13 \
android-support-v7-recyclerview \
android-support-v7-preference \
android-support-v7-appcompat \
android-support-v14-preference
androidx.core_core \
androidx.preference_preference
LOCAL_RESOURCE_DIR := \
$(LOCAL_PATH)/res \