diff options
author | Roshan Pius <rpius@google.com> | 2019-11-25 14:06:54 -0800 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2019-11-25 20:57:06 -0800 |
commit | 008f6f073b0bf04fd04d0f352a5b53460ca0e2ef (patch) | |
tree | 46210fa20c1848e45027aa5db464d9b86603d650 /Android.bp | |
parent | 7cede7ab8e6aa31cd8237e40a9b66da26f6fedcf (diff) |
wifi: Create apex mainline module
Bug: 144722612
Test: Device boots up and connects to wifi networks.
Change-Id: I35d7f349b7baaa389fbaf7368eeca22e20274e96
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 7c74fcb3e..5c41f75c7 100644 --- a/Android.bp +++ b/Android.bp @@ -16,5 +16,7 @@ subdirs = [ "libwifi_system", "libwifi_system_iface", "service", + "service/apex", + "service/proto", "tests", ] |