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
This commit is contained in:
Hridya Valsaraju
2016-11-22 08:17:23 -08:00
parent 6b058752c5
commit 529331c4cb
15 changed files with 39 additions and 1 deletions

View File

@@ -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 \