forked from openkylin/platform_build
Remove old PAC dependency and add new one.
PAC support has been changed from a standalone executable to an apk that needs to be part of the build. This removes the old depency and adds the new one. Bug: 10182711 Change-Id: I1291f54d81e6ec0c775e045a3446bd0cffb40019
This commit is contained in:
parent
2d0283792d
commit
5cdc0a9323
|
@ -87,7 +87,6 @@ PRODUCT_PACKAGES += \
|
|||
ndc \
|
||||
netcfg \
|
||||
netd \
|
||||
pacserver \
|
||||
ping \
|
||||
ping6 \
|
||||
platform.xml \
|
||||
|
|
|
@ -27,6 +27,7 @@ PRODUCT_PACKAGES += \
|
|||
ExternalStorageProvider \
|
||||
KeyChain \
|
||||
PicoTts \
|
||||
PacProcessor \
|
||||
ProxyHandler \
|
||||
SharedStorageBackup \
|
||||
VpnDialogs
|
||||
|
|
Loading…
Reference in New Issue