summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHan Wang <416810799@qq.com>2019-10-06 15:45:52 +0200
committerBruno Martins <bgcngm@gmail.com>2019-10-06 15:54:15 +0200
commit8d4afd70326b57ef44f4fc6fabad4f427e595601 (patch)
treeee125d389244e1dd0221856d8a4941627657d0de
parent10b75d283977b7072ae335c5f3140b8761c5acf8 (diff)
downloadandroid_packages_apps_Profiles-lineage-17.0.tar.gz
android_packages_apps_Profiles-lineage-17.0.tar.bz2
android_packages_apps_Profiles-lineage-17.0.zip
Profiles: Remove LOCAL_STATIC_ANDROID_LIBRARIESlineage-17.0
Such Android support libs no longer exist and the equivalent ones are not needed anymore as of Q. This reverts commit f84a40fb05a427d4669fc21586e13165e9b38a76. Change-Id: I35d44a71972104d4a4fd21d6cd38dac72469471d
-rw-r--r--Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index b9ea4ad..fe92f22 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,13 +19,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_STATIC_ANDROID_LIBRARIES := \
- android-support-v4 \
- android-support-v7-appcompat \
- android-support-v7-preference \
- android-support-v7-recyclerview \
- android-support-v14-preference
-
LOCAL_STATIC_JAVA_LIBRARIES := \
org.lineageos.platform.internal