summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorMichael Plass <mplass@google.com>2018-10-25 14:28:18 -0700
committerMichael Plass <mplass@google.com>2018-11-13 17:17:26 -0800
commit919d0e28482a9a6bc8e0c31f719ab2f6b337886d (patch)
tree933283005a232add78fe63255be339f0c3969d7e /Android.bp
parent3e592dd784bb9ec027f8d60603358a1fa5dd98d9 (diff)
downloadandroid_frameworks_opt_net_wifi-919d0e28482a9a6bc8e0c31f719ab2f6b337886d.tar.gz
android_frameworks_opt_net_wifi-919d0e28482a9a6bc8e0c31f719ab2f6b337886d.tar.bz2
android_frameworks_opt_net_wifi-919d0e28482a9a6bc8e0c31f719ab2f6b337886d.zip
[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.bp1
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",
]