diff options
author | Vinit Deshapnde <vinitd@google.com> | 2014-01-08 10:43:31 -0800 |
---|---|---|
committer | Vinit Deshapnde <vinitd@google.com> | 2014-01-08 10:43:31 -0800 |
commit | af5ad49846030dfb03cdaa7b20fe63384904d894 (patch) | |
tree | 832a8520c193393979f68ba3a0510a1488630d38 /target/product/core_minimal.mk | |
parent | fa361950962fa64a952bbb58ccc4fb6932289bfd (diff) | |
download | build-af5ad49846030dfb03cdaa7b20fe63384904d894.zip build-af5ad49846030dfb03cdaa7b20fe63384904d894.tar.gz build-af5ad49846030dfb03cdaa7b20fe63384904d894.tar.bz2 |
Move Wifi services to a new git project
Bug: 12175455
Change-Id: I1fa07e29c6a9aae38d9e334d519a9f2445d15613
Diffstat (limited to 'target/product/core_minimal.mk')
-rw-r--r-- | target/product/core_minimal.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 21a6e8b..23fbc17 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -70,7 +70,8 @@ PRODUCT_BOOT_JARS := \ android.policy \ services \ apache-xml \ - webviewchromium + webviewchromium \ + wifi-service PRODUCT_RUNTIMES := runtime_libdvm_default PRODUCT_RUNTIMES += runtime_libart |