forked from openkylin/platform_build
Merge "Track renaming of org.apache.http.legacy.jar"
This commit is contained in:
commit
96c872d5e3
|
@ -18,7 +18,7 @@
|
|||
PRODUCT_PACKAGES += \
|
||||
20-dns.conf \
|
||||
95-configured \
|
||||
org.apache.http.legacy \
|
||||
org.apache.http.legacy.boot \
|
||||
appwidget \
|
||||
appops \
|
||||
am \
|
||||
|
|
|
@ -92,7 +92,7 @@ PRODUCT_BOOT_JARS := \
|
|||
voip-common \
|
||||
ims-common \
|
||||
apache-xml \
|
||||
org.apache.http.legacy
|
||||
org.apache.http.legacy.boot
|
||||
|
||||
# The order of PRODUCT_SYSTEM_SERVER_JARS matters.
|
||||
PRODUCT_SYSTEM_SERVER_JARS := \
|
||||
|
|
|
@ -92,7 +92,7 @@ PRODUCT_BOOT_JARS := \
|
|||
ims-common \
|
||||
apache-xml \
|
||||
nullwebview \
|
||||
org.apache.http.legacy
|
||||
org.apache.http.legacy.boot
|
||||
|
||||
# The order of PRODUCT_SYSTEM_SERVER_JARS matters.
|
||||
PRODUCT_SYSTEM_SERVER_JARS := \
|
||||
|
|
Loading…
Reference in New Issue