diff options
author | Roshan Pius <rpius@google.com> | 2019-11-25 07:35:34 -0800 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2019-11-25 20:57:06 -0800 |
commit | 7cede7ab8e6aa31cd8237e40a9b66da26f6fedcf (patch) | |
tree | eb72d64081d6e8a1f5bf3e03513bdb608ecf6c17 /Android.bp | |
parent | 5af72d01d81f092db948432d2c1e6ddd50f8af3a (diff) |
wifi-service: Convert to java_library
a) Move the resources to an APK which is linked by the wifi-service java
library.
b) Load the resource values lazily since the resources APK will not be
available when the wifi service jar is initialized.
Also, unit tests now compile the service sources directly instead of
linking wifi-service library. This is because the wifi-service library
linked is jar-jar'ed now which causes compilation failure when
attempting to compile the vanilla test sources.
Bug: 144722612
Test: Device boots up and connects to wifi networks.
Test: atest com.android.server.wifi
Change-Id: I1c20c41b9e6669fbbae0ff9d6f70e0ec30f0d073
Diffstat (limited to 'Android.bp')
0 files changed, 0 insertions, 0 deletions