diff options
Diffstat (limited to 'target/product/base.mk')
-rw-r--r-- | target/product/base.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/product/base.mk b/target/product/base.mk index 68fed42..a90a7f0 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -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) - |