summaryrefslogtreecommitdiffstats
path: root/update-base-files.sh
diff options
context:
space:
mode:
authorHridya Valsaraju <hridya@google.com>2016-11-22 08:17:23 -0800
committerHridya Valsaraju <hridya@google.com>2017-01-23 08:41:15 -0800
commit529331c4cbb1d55c7cc66ddc95efe5f168ee74dd (patch)
tree79408aff4ba766d5d29252c7ff503bec5d144117 /update-base-files.sh
parent6b058752c53d61596f8cda16dfa8f8842bca8a2e (diff)
downloadandroid_hardware_interfaces-529331c4cbb1d55c7cc66ddc95efe5f168ee74dd.tar.gz
android_hardware_interfaces-529331c4cbb1d55c7cc66ddc95efe5f168ee74dd.tar.bz2
android_hardware_interfaces-529331c4cbb1d55c7cc66ddc95efe5f168ee74dd.zip
Add annotations to create gnss-base.h
This is required to make sure that the constants in gps.h does not ever go out of sync with the enums created out of them in the HAL interface definition. Test: mm Change-Id: I103cf46d198e9f5de9e0cfd64f2795f0094ecb39
Diffstat (limited to 'update-base-files.sh')
-rwxr-xr-xupdate-base-files.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/update-base-files.sh b/update-base-files.sh
index e2331f5da..1eb6b51ce 100755
--- a/update-base-files.sh
+++ b/update-base-files.sh
@@ -25,6 +25,9 @@ hidl-gen $options \
hidl-gen $options \
-o hardware/libhardware/include/hardware/nfc-base.h \
android.hardware.nfc@1.0
+hidl-gen $options \
+ -o hardware/libhardware/include/hardware/gnss-base.h \
+ android.hardware.gnss@1.0
# system/core
hidl-gen $options \