diff options
author | Bruno Martins <bgcngm@gmail.com> | 2019-07-09 22:31:00 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | 309c12b8cdf37f72edcf99164c31c6860a9e7e14 (patch) | |
tree | 32fee2c057872f544b2d5f55de676750ebc82c29 /doze/Android.mk | |
parent | 693479a4aa6fbf9925faefc07c585950aef31f76 (diff) |
sdm660-common: doze: Migrate to androidx
Change-Id: Ifaa67283a3437549a2304088a0ce377b399da19f
Diffstat (limited to 'doze/Android.mk')
-rw-r--r-- | doze/Android.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doze/Android.mk b/doze/Android.mk index 76a8405..e72c9b5 100644 --- a/doze/Android.mk +++ b/doze/Android.mk @@ -13,12 +13,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 \ @@ -27,5 +23,3 @@ LOCAL_RESOURCE_DIR := \ LOCAL_PROGUARD_FLAG_FILES := proguard.flags include $(BUILD_PACKAGE) - -include $(call all-makefiles-under,$(LOCAL_PATH)) |