commit | 48f8e5d6be9f3495562115057c6a1e260853e635 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Fri Aug 04 10:36:07 2017 -0700 |
committer | Tri Vo <trong@google.com> | Fri Aug 04 10:36:10 2017 -0700 |
tree | 67871ec902ccf36b9f3d346f8dd53c7142ab388a | |
parent | f227b7218e5f6f704dda4223c1d3c3ec09b5d96d [diff] [blame] |
Wifi supplicant test statically links to dependencies. This test now statically links to libs not guaranteed to be on the device. Bug: 64040096 Test: compiles Change-Id: I986e61835e641e15bdad0ff9571ee8ffa59b2a46
diff --git a/wifi/Android.bp b/wifi/Android.bp index b4ab98f..1153b0c 100644 --- a/wifi/Android.bp +++ b/wifi/Android.bp
@@ -7,4 +7,5 @@ "offload/1.0", "offload/1.0/vts/functional", "supplicant/1.0", + "supplicant/1.0/vts/functional", ]