diff options
author | Steven Moreland <smoreland@google.com> | 2017-04-10 18:57:36 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-04-10 20:47:55 -0700 |
commit | 4da32a41c25ef95770a7379aeff6eef1c3680246 (patch) | |
tree | 5aca68d7d7f435d150ecc935adc3234b379cee38 /tests | |
parent | 124d8a17ef2853554dafb64e28fe0a8b1204d6cd (diff) |
FrameworksWifiTests: Remove system -> vendor dep.
Test: tests/wifitests/runtests.sh
Bug: 33241851
Change-Id: I9d92d674c616ecdd8a3ff4a32fcba467b2bfe8f4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wifitests/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/wifitests/Android.mk b/tests/wifitests/Android.mk index b285db6e9..5dbd75617 100644 --- a/tests/wifitests/Android.mk +++ b/tests/wifitests/Android.mk @@ -100,7 +100,6 @@ LOCAL_JNI_SHARED_LIBRARIES := \ libstagefright_foundation \ libstdc++ \ libsync \ - libwifi-hal \ libwifi-system \ libui \ libunwind \ |