commit | f4bbd8c1e99adc1bcbbac635ac7ed1a33efd4335 | [log] [tgz] |
---|---|---|
author | Torne (Richard Coles) <torne@google.com> | Thu Nov 01 04:09:17 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Nov 01 04:09:18 2012 -0700 |
tree | a16fd2fec5cbba8393c3c19c6f056a03909a4b03 | |
parent | 1e1a961690001ee3ac2bb3af5cfb8c9e45ef0ef6 [diff] | |
parent | b23917737ff736bb82a44954060a21efcc2cdb09 [diff] |
Merge "Make the base product depend on webview indirectly."
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 @@ libutils \ libvisualizer \ libvorbisidec \ - libwebcore \ libwpa_client \ mediaserver \ monkey \ @@ -102,7 +101,7 @@ system_server \ tc \ vdc \ - vold + vold \ + webview $(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk) -