The Chromium network stack is only needed by libwebcore and stagefright,
both of which already explicitly depend on it, so there's no need for it
to be in the base package list.
Bug: 10427705
Change-Id: Ifbb089de867c577788c6310571337c39c4ce31e0
libeffectproxy is used when offloading audio effects to
a DSP. It is a framework component working with the audio
effects factory in libeffects that must be present on all
products.
Bug: 8174034.
Change-Id: I5035884735a370e9fe87467a45efbf24ba190886
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 allows frameworks to reference libpac, ProxyHandler and pacserver as
required to add PAC support.
bug:10182711
Change-Id: Iffac836a517518bd4b9a473e09372fbd10315539
ping6 is currently only included in debug builds. Include it
everywhere, now that it doesn't need to be setuid any more.
Bug: 9469682
Change-Id: Ia78f6b0e5fc8f7042fb99cdb4a0add426bb56c7e
DBUS had been needed by bluetooth bluz stack. It is not needed after
we replaced bluez stack with bluedroid stack.
bug 6872904
Change-Id: I952624e61c1e570c7e8d5a23937ab93a173d135c
Instead of depending on libwebcore directly as part of the base product,
depend on the phony "webview" target from frameworks/webview instead, to
allow the Chromium-powered webview to override it.
Change-Id: I2f9c103a57a730b252e8a05d52c5b4c1b9711319