diff options
author | Ningyuan Wang <nywang@google.com> | 2016-08-30 01:07:55 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-08-30 01:07:55 +0000 |
commit | 514c45e32689af996065cbf0a91faecce7dafeb6 (patch) | |
tree | 09f1a0f00853282f64e730df14815b405a324e37 | |
parent | 3c5405c44ea987387d3b0c2d2abf69131836c52b (diff) | |
parent | 9c98383ed881c0e4f1f162ea65b22da103980071 (diff) | |
download | device_generic_armv7-a-neon-514c45e32689af996065cbf0a91faecce7dafeb6.tar.gz device_generic_armv7-a-neon-514c45e32689af996065cbf0a91faecce7dafeb6.tar.bz2 device_generic_armv7-a-neon-514c45e32689af996065cbf0a91faecce7dafeb6.zip |
Add wificond to generic images
am: 9c98383ed8
Change-Id: Iabc79b35483af3de5dbe2a04ec44f6cf2ef59eec
-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 \ |