|
|
|
@ -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-appcompat \
|
|
|
|
|
android-support-v7-preference \
|
|
|
|
|
android-support-v7-recyclerview \
|
|
|
|
|
android-support-v14-preference
|
|
|
|
|
androidx.core_core \
|
|
|
|
|
androidx.preference_preference
|
|
|
|
|
|
|
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := \
|
|
|
|
|
org.lineageos.platform.internal
|
|
|
|
@ -35,5 +31,3 @@ ifneq ($(INCREMENTAL_BUILDS),) |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
include $(BUILD_PACKAGE) |
|
|
|
|
|
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH)) |
|
|
|
|