diff options
author | Joe LaPenna <jlapenna@google.com> | 2014-07-05 01:39:24 -0700 |
---|---|---|
committer | Joe LaPenna <jlapenna@google.com> | 2014-07-08 11:38:10 -0700 |
commit | bde7cc108cee81352fcfc58efd2ddcd2e6f2feec (patch) | |
tree | 6dac6b3785d0d7d2484cdd428b15a37f4f7100ba /target | |
parent | 55ec7e63d016fd4d43f9d3e3be026850c5efbd13 (diff) | |
download | build-bde7cc108cee81352fcfc58efd2ddcd2e6f2feec.zip build-bde7cc108cee81352fcfc58efd2ddcd2e6f2feec.tar.gz build-bde7cc108cee81352fcfc58efd2ddcd2e6f2feec.tar.bz2 |
CW on Master: Add wifi-service to core_tiny
BUG: 15143878
Change-Id: Idd31188456fa5cf9622f2ff754157286b3de97d1
Diffstat (limited to 'target')
-rw-r--r-- | target/product/core_tiny.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk index a6b0984..48abfa5 100644 --- a/target/product/core_tiny.mk +++ b/target/product/core_tiny.mk @@ -75,7 +75,8 @@ PRODUCT_PACKAGES += \ telephony-common \ voip-common \ logd \ - mms-common + mms-common \ + wifi-service # The order matters PRODUCT_BOOT_JARS := \ @@ -94,7 +95,8 @@ PRODUCT_BOOT_JARS := \ android.policy \ services \ apache-xml \ - nullwebview + nullwebview \ + wifi-service PRODUCT_RUNTIMES := runtime_libart_default |