Package: android-platform-system-tools-hidl / 10.0.0+r36-3

Metadata

Package Version Patches format
android-platform-system-tools-hidl 10.0.0+r36-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
include_headers.diff | (download)

Coordinator.cpp | 1 1 + 0 - 0 !
EnumType.cpp | 1 1 + 0 - 0 !
HidlTypeAssertion.cpp | 1 1 + 0 - 0 !
main.cpp | 2 2 + 0 - 0 !
4 files changed, 5 insertions(+)

 add necessary header files
 The patch adds headers to the appropriate source code files to provide the
 necessary standard library functionality.
yacc_pure_parser.diff | (download)

hidl-gen_y.yy | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 api.pure declaration seems incompatible with bison 3.x
corrects spell.patch | (download)

hidl-gen_y.yy | 2 1 + 1 - 0 !
test/error_test/doc_comment_ends_block/1.0/required_error | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 corrects spelling errors to correct lintian warns
cache bison 2.7 intermediate source.patch | (download)

hidl-gen_y.cpp | 4457 4457 + 0 - 0 !
hidl-gen_y.h | 209 209 + 0 - 0 !
location.hh | 157 157 + 0 - 0 !
position.hh | 161 161 + 0 - 0 !
4 files changed, 4984 insertions(+)

 use bison 2.7 to make intermediate source
 Built bison 2.7 from source in a Debian/stretch chroot, then ran:
 ./bison-2.7/src/bison --defines=$OUT_DIR/hidl-gen_y.h \
   -o $OUT_DIR/hidl-gen_y.cpp hidl-gen_y.yy