History log of /frameworks/opt/net/wifi/tests/wifitests/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
05fca10c16c990e610c627f11dabb7552075ba05 11-Apr-2016 Sebastien Hertz <shertz@google.com> Update code coverage filter

Use specific coverage filters variables instead of LOCAL_JACK_FLAGS
so filters are only passed to Jack when code coverage is enabled.

Bug: 28014424
Change-Id: I300855169a6295b2e59fcfea63c8f366529fdc24
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
2977ce6833c307ce5a597c56060567da4707f8bb 22-Feb-2016 Mitchell Wills <mwills@google.com> Cleanup Wifi tests makefile

Cleanup the makefile so that it only specifies libraries once instead of
as both non-static and static deps if possible. Also add some comments
for some of the more confusing parts.

Change-Id: I1733a9685ad0582d01679e235e7a7181f5a6449a
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
208f92c4d8457374ff507996d58ffa5586d1ecd5 25-Feb-2016 Mitchell Wills <mwills@google.com> Add some more jni compiler errors

Bug: 27360209
Change-Id: I01575f17a37e34aae9f158133bff9baed8fd8ab1
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
a54db13528fa8b586d58b42aff46df40466ea950 02-Feb-2016 Mitchell Wills <mwills@google.com> Add coverage support for Wifi unit tests

This adds a script to automatically run the tests and generate a
coverage report.

Bug: 26958680
Change-Id: I139be7065ddd3c20f6e813191d4993bd1b9377e6
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
88f11e563905c9a5e78015fc151f86fa903f956a 24-Feb-2016 Mitchell Wills <mwills@google.com> Merge "Enable -Wall and -Werror for all native code" into mm-wireless-dev
am: 9046ceefcd

* commit '9046ceefcd633584d3a690e4a3f633312c384dc7':
Enable -Wall and -Werror for all native code
e1facbb854714ec30a92dffc7534acb59442ce3b 23-Feb-2016 Mitchell Wills <mwills@google.com> Enable -Wall and -Werror for all native code

Change-Id: I05a7a0183218da463376e19d78da86dcff8a9cba
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
d39cacb7a5ae9150b3a68b097614c5be697e5751 26-Jan-2016 Mitchell Wills <mwills@google.com> Add new liblzma to wifi tests APK

The liblzma library is now required to load the HAL native library due
to an indirect dependancy from libutils.

Change-Id: Ifa9f533b6a902b4b078763e5b2ee22a72a4b2268
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
64052d48e8fb56e03732ce73c7adaf1fe085bad0 15-Jan-2016 Etan Cohen <etancohen@google.com> Fix runtest failure: was overriding JNI library setting - exluding WPA

Bug: 26575015
Change-Id: I4a2e550252e1335045b4c3edda896937c4992203
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
956f54b391677d78379729dd14518edddf3c7660 29-Sep-2015 Etan Cohen <etancohen@google.com> NAN: initial service implementation for discovery

Initial NAN service implementation. Supports:
- Configuration
- Publish/Subscribe = Discovery
- Message passing
- Notifications

Bug: 26216681
Change-Id: I1f84a6006cec3c3ed9a4566a79b1b4f8dcecde08
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
57483a79c2f9d5a9fe3e950553d95f3ad75842a3 08-Jan-2016 Vinit Deshpande <vinitd@google.com> Merge "First WifiStateMachine UnitTests" into mm-wireless-dev
eee1d479d8d402a2e78e2f143e957030cfc77749 29-Dec-2015 Vinit Deshpande <vinitd@google.com> First WifiStateMachine UnitTests

Change-Id: I044b54f18f1a75b5b33c3fc9fc71a8da820d2521
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
80a936cbedcec10cf81d3ae6d457fb6812a7e9ea 08-Jan-2016 Mitchell Wills <mwills@google.com> Fix wifitests build failure on platforms without wpa_supplicant

Change-Id: I41a3b35067d32b97441ad2f198fc88bd54431b56
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
0d83625c25353c92c123f552939eea4b33074b60 08-Jan-2016 Mitchell Wills <mwills@google.com> Remove libwifi-service dependancy on libandroid_runtime

Rewrite call to AndroidRuntime::registerNativeMethods to call
jniRegisterNativeMethods directly. This reduces the number of dependant
libraries that must be included for testing.
Also package libwifi-service's dependancies that are not noramlly
available from applications in the wifi test APK.

Change-Id: Ifdb6692646362c51661ea91f02bfd7f04ac02464
/frameworks/opt/net/wifi/tests/wifitests/Android.mk
5ba6152092301bbdea7e2838727b63dc40dd8c4a 03-Dec-2015 Mitchell Wills <mwills@google.com> Setup framework for wifi unit tests

Change-Id: I6f5fe51c567d0464fead06daf4a6018f4bb403cd
/frameworks/opt/net/wifi/tests/wifitests/Android.mk