platform_hardware_interfaces/gnss/1.1/Android.bp
gomo f0b070771b GNSS HAL & VTS for Duty Cycling & Low Power APIs.
Defintions for 2 GNSS Android P features:
- The Duty Cycling OFF API to enable high accuracy applications development
- The Low Power Mode GNSS API to save power when indoor

VTS tests for both features.

Bug: 64009176
Test: hidl-gen/compile/build checks, no functional tests yet
Change-Id: I4a41757e4ad6747f22a7e9ae1e0024f083c5fbfb
2017-12-01 14:34:36 -08:00

20 lines
403 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.gnss@1.1",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"IGnss.hal",
"IGnssCallback.hal",
"IGnssMeasurement.hal",
],
interfaces: [
"android.hardware.gnss@1.0",
"android.hidl.base@1.0",
],
gen_java: true,
}