diff options
author | mukesh agrawal <quiche@google.com> | 2016-10-05 15:19:31 -0700 |
---|---|---|
committer | mukesh agrawal <quiche@google.com> | 2016-10-05 15:20:34 -0700 |
commit | ee919b5e6aa2d6dd049046b7eea93fbf54f3b899 (patch) | |
tree | dd55469a02edc56dca20b1388976e20b91edccec | |
parent | 9c98383ed881c0e4f1f162ea65b22da103980071 (diff) | |
download | device_generic_armv7-a-neon-ee919b5e6aa2d6dd049046b7eea93fbf54f3b899.tar.gz device_generic_armv7-a-neon-ee919b5e6aa2d6dd049046b7eea93fbf54f3b899.tar.bz2 device_generic_armv7-a-neon-ee919b5e6aa2d6dd049046b7eea93fbf54f3b899.zip |
Add wifilogd to generic image
wifilogd is a new native daemon. It should be
installed on all devices that run have the
Wifi framework.
Bug: 31971726
Test: none
Change-Id: Idab524ad58bdc4bd90593322a59e317ddf04f049
-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 ef41091..5ee22be 100644 --- a/mini_common.mk +++ b/mini_common.mk @@ -43,6 +43,7 @@ PRODUCT_PACKAGES += \ com.android.future.usb.accessory \ hostapd \ wificond \ + wifilogd \ librs_jni \ libvideoeditor_core \ libvideoeditor_jni \ |