1. a5c2421 GTest test-cases for HIDL safe unions in Java by Nirav Atre · 6 years ago
  2. 2763ed9 Test HIDL safe_union destructors (C++) by Nirav Atre · 6 years ago
  3. 8d4c694 GTest test-cases for interfaces in HIDL safe unions by Nirav Atre · 6 years ago
  4. c161b91 GTest test-cases for HIDL safe unions by Nirav Atre · 6 years ago
  5. e7cc033 Make hidl_test_java restricted to /data. by Steven Moreland · 6 years ago
  6. a421b31 Better error for doc_comment at the end of block. by Steven Moreland · 6 years ago
  7. b8ad7e7 Update hidl_test to use IServiceManager 1.2. by Steven Moreland · 6 years ago
  8. 7009222 Test for IServiceManager::debugDump by Steven Moreland · 6 years ago
  9. 42a4aae Remove VTS_CONFIG_SRC_DIR by Zhuoyao Zhang · 6 years ago
  10. 87e957d Replace hidl_enum_{iterator -> range}. by Steven Moreland · 6 years ago
  11. c7cf2de Additional test for SystemApi. by Steven Moreland · 6 years ago
  12. e5549e9 Merge "hidl_test(_java): specify deps w/ TARGET_2ND_ARCH" by Treehugger Robot · 6 years ago
  13. dfc79bd hidl_test(_java): specify deps w/ TARGET_2ND_ARCH by Steven Moreland · 6 years ago
  14. 1efff1a Fix 'ping' for Java. by Steven Moreland · 6 years ago
  15. d90e2fe Fix enum toString for inherited enums + test. by Steven Moreland · 6 years ago
  16. d40a576 FqInstance::setTo accepts more formats. by Yifan Hong · 6 years ago
  17. 7773089 Remove FQName::isValid by Steven Moreland · 6 years ago
  18. d5c53cc Add FqInstance class. by Yifan Hong · 6 years ago
  19. 255c9a1 Clean errors for missing package roots. by Steven Moreland · 6 years ago
  20. 71f0913 Import fails if parsing fails. by Steven Moreland · 6 years ago
  21. 99231b0 Enable experimental in hidl-gen. by Steven Moreland · 6 years ago
  22. 366fe77 hidl_test(_java) require dependency. by Steven Moreland · 6 years ago
  23. 6d3d3c8 Coordinator keeps track of output directory. by Steven Moreland · 6 years ago
  24. d623a9c Error and test for missing variable name. by Steven Moreland · 6 years ago
  25. 3822083 config change after VtsPythonVirtualenvPreparer change by Yuexi Ma · 7 years ago
  26. 06a81cf Get imported packages based on granular names. by Steven Moreland · 7 years ago
  27. e56a217 Merge changes Ia29c8ae4,I8ca07335 by Treehugger Robot · 7 years ago
  28. 1bf7b4f Merge "Make HIDL java to support a interfaces in structs" by Howard Chen · 7 years ago
  29. 36f8e68 Test for empty generates. by Steven Moreland · 7 years ago
  30. 4f20ed6 Automatic dependencies for error test. by Steven Moreland · 7 years ago
  31. af084db Make HIDL java to support a interfaces in structs by Howard Chen · 7 years ago
  32. 121a758 Add metadata to modules in system/tools/hidl by Hsin-Yi Chen · 7 years ago
  33. 3aa0d71 Union in vec in HIDL. by Steven Moreland · 7 years ago
  34. ebb9b24 Add missing check to java test. by Steven Moreland · 7 years ago
  35. 89a9ebb Module owner support in HIDL. by Steven Moreland · 7 years ago
  36. ecfb451 HIDL defined type to support a composed interface by Howard Chen · 7 years ago
  37. 6961d3f Add enum iteration to HIDL. by Steven Moreland · 7 years ago
  38. 3ba4df6 Update makefiles for hidl_interface. by Steven Moreland · 7 years ago
  39. d2af9ea Remove hidl-gen subdirs. by Steven Moreland · 7 years ago
  40. ba93480 Merge "Fix bug in enforceMinorVersionUprevs." by Treehugger Robot · 7 years ago
  41. 8775715 Fix bug in enforceMinorVersionUprevs. by Steven Moreland · 7 years ago
  42. cdfe2cf Move disabled test out. by Steven Moreland · 7 years ago
  43. 2354853 Install 32-bit hidl_test_java_native too by Dan Willemsen · 7 years ago
  44. f89e106 Allow equality checking and hash for HIDL interface proxies. by Yifan Hong · 7 years ago
  45. a23f1ae Optimize array marshaling to copy linear ranges of memory instead of by Andreas Huber · 7 years ago
  46. 9bf5a09 Reland "HIDL Java getService now the same as C++." by Steven Moreland · 7 years ago
  47. d5ba3da Remove module names from LOCAL_ADDITIONAL_DEPENDENCIES by Dan Willemsen · 7 years ago
  48. 5ed0a0b Make sure comments in current.txt files are tested. by Steven Moreland · 7 years ago
  49. 9180ecd Merge "Add fmq_test to hidl's run_all_device_tests script" by Treehugger Robot · 7 years ago
  50. 5e33b0c Merge "hidl_test using static passthrough libs" by Treehugger Robot · 7 years ago
  51. 05de21f Add fmq_test to hidl's run_all_device_tests script by Steven Moreland · 7 years ago
  52. b4a1a59 hidl_test using static passthrough libs by Steven Moreland · 7 years ago
  53. 87b26d7 Don't enforce minor ver restrictions if types-only by Steven Moreland · 7 years ago
  54. 887b84c hidl-gen generates Java with Soong. by Steven Moreland · 7 years ago
  55. 4eb9df1 Fix startup race during execution of hidl_test_java. by Andreas Huber · 7 years ago
  56. c4b8b6f Configure test timeout for hidlUnitTest by Zhuoyao Zhang · 7 years ago
  57. 768250f Add hidl-module-defaults to adapter modules. by Steven Moreland · 7 years ago
  58. bff4bd2 Use wrapPassthrough in getService. by Steven Moreland · 7 years ago
  59. b8361a2 Remove bad/flaky test from hidl_test. by Steven Moreland · 7 years ago
  60. b953206 Merge "Use -Werror in system/tools/hidl" by Treehugger Robot · 7 years ago
  61. 5880ba2 Merge changes from topic "no-L-makefile-prep" by Treehugger Robot · 7 years ago
  62. 489aa29 Merge "Clarify test cases which differentiate passthrough" by Treehugger Robot · 7 years ago
  63. b8e21fd Use -Werror in system/tools/hidl by Chih-Hung Hsieh · 7 years ago
  64. 5c70d61 Coordinator getFilepath explicit support for dirs. by Steven Moreland · 7 years ago
  65. b354398 Clarify test cases which differentiate passthrough by Steven Moreland · 7 years ago
  66. 3c4fea9 Merge "Add VTS dependencies to host tests." by Treehugger Robot · 7 years ago
  67. f8bd0ec Stop generating '_vendor' libs for new makefiles. by Steven Moreland · 7 years ago
  68. 3fde0bf Merge "Fix typo in update makefiles." by Treehugger Robot · 7 years ago
  69. fcdde2e Fix typo in update makefiles. by Steven Moreland · 7 years ago
  70. c6f3162 Additional test for hidl registering. by Steven Moreland · 7 years ago
  71. 9ee1aa2 Add VTS dependencies to host tests. by Steven Moreland · 7 years ago
  72. f78c44d Coordinator add getFormatter. by Steven Moreland · 7 years ago
  73. 3d6e7be Add test for -Lexport-header. by Steven Moreland · 7 years ago
  74. f2c21eb Merge "hidl_test: add expression@1.0 to AndroidTest.xml" by Treehugger Robot · 7 years ago
  75. b866d26 Merge changes from topic "hidl-adapter" by Treehugger Robot · 7 years ago
  76. 9a6da7a Add adapters for HIDL interfaces. by Steven Moreland · 7 years ago
  77. 44b86b1 hidl_test: add expression@1.0 to AndroidTest.xml by Yifan Hong · 7 years ago
  78. da4a014 More specific host/device test summary. by Steven Moreland · 7 years ago
  79. 7421420 Add tests for conflicting interfaces. by Steven Moreland · 7 years ago
  80. 1ef6899 Add hidl_error_test.sh to test dependencies. by Steven Moreland · 7 years ago
  81. 23f8011 Use hidl_error_test.sh from any directory. by Steven Moreland · 7 years ago
  82. 32d2926 Add required errors for hidl_error_test. by Steven Moreland · 7 years ago
  83. 80ccd1a Merge changes from topic "hidl-host-test" by Treehugger Robot · 7 years ago
  84. 745a168 Merge "Fix typo in hidl_error_test.sh usage." by Treehugger Robot · 7 years ago
  85. 37d2611 Better error messages for enum storage type. by Steven Moreland · 7 years ago
  86. 53b9bfb Add hidl-gen-host_test. by Steven Moreland · 7 years ago
  87. 32a9ecc Move hidl_test into its own folder. by Steven Moreland · 7 years ago
  88. 8e35e65 Fix typo in hidl_error_test.sh usage. by Steven Moreland · 7 years ago
  89. 8698469 Add run_all_device_tests.sh script. by Steven Moreland · 7 years ago
  90. 207a9fe Merge changes from topic "hidl-unit-tests" by Treehugger Robot · 7 years ago
  91. 275b7b2 Merge "hidl_test: add trie@1.0 to AndroidTest.xml" by Treehugger Robot · 7 years ago
  92. 960dd87 Add script for running all host tests. by Steven Moreland · 7 years ago
  93. 69788dc Add unit tests for StringHelper. by Steven Moreland · 7 years ago
  94. fb9a1de Merge "Fix error message in hidl_error_test.sh." by Treehugger Robot · 7 years ago
  95. 250f0a2 Fix error message in hidl_error_test.sh. by Steven Moreland · 7 years ago
  96. 4789588 hidl_test: add trie@1.0 to AndroidTest.xml by Yifan Hong · 7 years ago
  97. c726d86 hidl_test: add expression test by Yifan Hong · 7 years ago
  98. 4613914 hidl_test: move static test to a separate file. by Yifan Hong · 7 years ago
  99. c57402d Merge "hidl_test: fix FailedBatchAllocate test." by Treehugger Robot · 7 years ago
  100. 6153973 Merge "Omit HIDL test libraries from the VNDK." by Treehugger Robot · 7 years ago