diff options
author | Ningyuan Wang <nywang@google.com> | 2016-08-09 11:46:49 -0700 |
---|---|---|
committer | Mitchell Wills <mwills@google.com> | 2016-08-26 13:26:43 -0700 |
commit | 9c98383ed881c0e4f1f162ea65b22da103980071 (patch) | |
tree | 09f1a0f00853282f64e730df14815b405a324e37 | |
parent | 3c5405c44ea987387d3b0c2d2abf69131836c52b (diff) | |
download | device_generic_armv7-a-neon-9c98383ed881c0e4f1f162ea65b22da103980071.tar.gz device_generic_armv7-a-neon-9c98383ed881c0e4f1f162ea65b22da103980071.tar.bz2 device_generic_armv7-a-neon-9c98383ed881c0e4f1f162ea65b22da103980071.zip |
Add wificond to generic images
BUG=30763317
Change-Id: If1e60f624cf422e8c119361c766611dc9f25118f
(cherry picked from commit 6eae995c1d8fe1bba0219546f61edd5024d74e54)
-rw-r--r-- | mini_common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mini_common.mk b/mini_common.mk index 5b5dfb4..ef41091 100644 --- a/mini_common.mk +++ b/mini_common.mk @@ -42,6 +42,7 @@ PRODUCT_PACKAGES += \ audio.primary.default \ com.android.future.usb.accessory \ hostapd \ + wificond \ librs_jni \ libvideoeditor_core \ libvideoeditor_jni \ |