Merge "Make the base product depend on webview indirectly."

This commit is contained in:
Torne (Richard Coles) 2012-11-01 04:09:17 -07:00 committed by Android (Google) Code Review
commit f4bbd8c1e9
1 changed files with 2 additions and 3 deletions

View File

@ -79,7 +79,6 @@ PRODUCT_PACKAGES += \
libutils \
libvisualizer \
libvorbisidec \
libwebcore \
libwpa_client \
mediaserver \
monkey \
@ -102,7 +101,7 @@ PRODUCT_PACKAGES += \
system_server \
tc \
vdc \
vold
vold \
webview
$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)