summaryrefslogtreecommitdiffstats
path: root/wifi/1.3/Android.bp
diff options
context:
space:
mode:
authorxshu <xshu@google.com>2018-08-07 11:04:34 -0700
committerxshu <xshu@google.com>2018-09-14 13:58:04 -0700
commite9873256d908d013e902400dc1dfd9537a33fc36 (patch)
treeeaa5a146988c593271dcff87f3dc29fbcf6a7ce8 /wifi/1.3/Android.bp
parent0a4d6133c73cd998cb3fdb818e5eed03b798ba0a (diff)
downloadplatform_hardware_interfaces-e9873256d908d013e902400dc1dfd9537a33fc36.tar.gz
platform_hardware_interfaces-e9873256d908d013e902400dc1dfd9537a33fc36.tar.bz2
platform_hardware_interfaces-e9873256d908d013e902400dc1dfd9537a33fc36.zip
Add StaLinkLayerStats V1_3
Gets additional scan related information from legacy_hal up to framework. Bug: 77603419 Test: compile, unit tests Change-Id: I9c948166b640af192c8e6f85ed6c76719e0937a4
Diffstat (limited to 'wifi/1.3/Android.bp')
-rw-r--r--wifi/1.3/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/wifi/1.3/Android.bp b/wifi/1.3/Android.bp
index 95fbf8346d..5e87c1c760 100644
--- a/wifi/1.3/Android.bp
+++ b/wifi/1.3/Android.bp
@@ -7,7 +7,9 @@ hidl_interface {
enabled: true,
},
srcs: [
+ "types.hal",
"IWifi.hal",
+ "IWifiStaIface.hal",
],
interfaces: [
"android.hardware.wifi@1.0",
@@ -15,6 +17,10 @@ hidl_interface {
"android.hardware.wifi@1.2",
"android.hidl.base@1.0",
],
+ types: [
+ "StaLinkLayerRadioStats",
+ "StaLinkLayerStats",
+ ],
gen_java: true,
}