diff options
author | Michael Plass <mplass@google.com> | 2018-10-25 14:28:18 -0700 |
---|---|---|
committer | Michael Plass <mplass@google.com> | 2018-11-13 17:17:26 -0800 |
commit | 919d0e28482a9a6bc8e0c31f719ab2f6b337886d (patch) | |
tree | 933283005a232add78fe63255be339f0c3969d7e /Android.bp | |
parent | 3e592dd784bb9ec027f8d60603358a1fa5dd98d9 (diff) |
[WifiScoreCard] Add a proto for wifi score cards
Includes a simple unit test, to make sure the build setup
works as intended.
Bug: 112196799
Test: Builds
Test: Unit test
Change-Id: I86c87d5ffcf6a9e3a95d00d5d180eb284dc28d98
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index ca791257a..9735cc727 100644 --- a/Android.bp +++ b/Android.bp @@ -15,4 +15,5 @@ subdirs = [ "libwifi_system", "libwifi_system_iface", + "service/proto", ] |