1. 7b94c19 Follow Soong changes to PathForSource behavior in tests by Colin Cross · 4 years ago
  2. e5b3af1 Modules of which 'unstable' is false should have version in release version by Jeongik Cha · 4 years, 1 month ago
  3. cafbb06 restrict unstable aidl interface by Jeongik Cha · 4 years, 2 months ago
  4. c91e0dc Merge "aidl_interface: single place to validate versions" into rvc-dev by Steven Moreland · 4 years, 1 month ago
  5. 825a3c5 aidl_interface: single place to validate versions by Steven Moreland · 4 years, 1 month ago
  6. 95c3fc4 Add min_sdk_version property by Jooyung Han · 4 years, 2 months ago
  7. 11afe44 Add unstable property to aidl_interface by Jiyong Park · 4 years, 2 months ago
  8. ff1e481 Add support for atrace in new build system by Devin Moore · 4 years, 2 months ago
  9. c10a6eb Check if vintf aidl interface has been frozen on a release platform by Jeongik Cha · 4 years, 2 months ago
  10. 69cd646 Merge "Use base module names for ALL_AIDL_INTERFACES" into rvc-dev by Jiyong Park · 4 years, 2 months ago
  11. 118259f Use base module names for ALL_AIDL_INTERFACES by Jiyong Park · 4 years, 2 months ago
  12. 48f1b62 Check for the current API dump is enforced by Jiyong Park · 4 years, 2 months ago
  13. 4fc9d86 Add API dump for the current version by Jiyong Park · 4 years, 3 months ago
  14. edc24a5 Properly filter out hash file in API diff rule by Paul Trautrim · 4 years, 3 months ago
  15. b5ff1a2 Add build-time checks of AIDL API hashes by Paul Trautrim · 4 years, 3 months ago
  16. cfdb3b0 Dump current AIDL API and make sure that it is always updated by Jiyong Park · 4 years, 3 months ago
  17. 655e34c Merge "libaidlmetadata: include hashes" into rvc-dev by Steven Moreland · 4 years, 3 months ago
  18. e63d1f8 libaidlmetadata: include hashes by Steven Moreland · 4 years, 3 months ago
  19. db47795 Limit VNDK entries to latest frozen version. by Steven Moreland · 4 years, 3 months ago
  20. 092802e AIDL: -freeze-api includes vintf stability by Steven Moreland · 4 years, 3 months ago
  21. dd31e9f Reuse NDK modules from cc/testing.go by Colin Cross · 4 years, 3 months ago
  22. f6a0c44 fix variable naming s/host_supported/hostSupported/ by Steven Moreland · 4 years, 4 months ago
  23. c08a736 Disable "VintfStability + cpp + vendor" variant. by Steven Moreland · 4 years, 4 months ago
  24. 63dbe55 Support 'apex_available' field in AIDL by Jeongik Cha · 4 years, 4 months ago
  25. 74d3f55 AIDL metadata by Steven Moreland · 4 years, 4 months ago
  26. 22dbb97 Sort aidl file list before sha1sum by Jeongik Cha · 4 years, 4 months ago
  27. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 5 months ago
  28. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 4 months ago
  29. d27568b Remove obsolete vendor_available TODO by Steven Moreland · 4 years, 5 months ago
  30. b635ad1 Remove obsolete Local_includes from TODO. by Steven Moreland · 4 years, 5 months ago
  31. f653980 cpp build: clean header dirs by Steven Moreland · 4 years, 5 months ago
  32. 7d8470e Add owners of build/soong as additional owners for build directory by Colin Cross · 4 years, 5 months ago
  33. a8cfc5f Use LoadHookContext instead of BaseModuleContext by Colin Cross · 4 years, 5 months ago
  34. 91a5c41 Dedup cc build components registration by Paul Duffin · 4 years, 6 months ago
  35. 9298c2f Dedup registration for cc default test config by Paul Duffin · 4 years, 6 months ago
  36. 30df9d9 API dumps: fix preamble by Steven Moreland · 4 years, 6 months ago
  37. a7b764d Follow moving filesystem into Config by Colin Cross · 4 years, 6 months ago
  38. 595143f Follow empty string for core image variant by Colin Cross · 4 years, 6 months ago
  39. 63a926a Add basic tests for build stuff by Jooyung Han · 4 years, 6 months ago
  40. 2cd53e9 Remove restriction on VintfStability. by Steven Moreland · 4 years, 7 months ago
  41. 31b3500 aidl_interface: support platform_apis by Steven Moreland · 4 years, 6 months ago
  42. 42213df Remove api_dir property by Sundong Ahn · 4 years, 7 months ago
  43. 01f0b57 Fix the incorrect output path of the AIDL API dumps by Jiyong Park · 4 years, 6 months ago
  44. 7b3a965 Uncomment ParcelFileDescriptor[] in test aidl file by Jeongik Cha · 4 years, 6 months ago
  45. 46f12d7 aidl_interface: backend specific VNDK props by Steven Moreland · 4 years, 6 months ago
  46. 8146b82 Remove restriction for VINTF Java. by Steven Moreland · 4 years, 7 months ago
  47. 6dc02c0 Fix paths of generated headers by Inseob Kim · 4 years, 7 months ago
  48. 15da935 Append version to the module that doesn't have version by Jeongik Cha · 4 years, 7 months ago
  49. 4a0bfca aidl_interface respects path property of filegroup by Jiyong Park · 4 years, 7 months ago
  50. 2aa389a Change frozen AIDL interface module and artifact name by Jeongik Cha · 4 years, 8 months ago
  51. 88378b1 Remove __ANDROID_NDK__ dependency. by Steven Moreland · 4 years, 8 months ago
  52. 369ea5c getInterfaceVersion() returns next version on ToT by Jiyong Park · 4 years, 8 months ago
  53. 4f064a5 Follow CreateModule change to take an android.ModuleFactory by Colin Cross · 4 years, 8 months ago
  54. dca9d4b Reland "AIDL stub libs: on host" by Steven Moreland · 4 years, 9 months ago
  55. 0d1cee2 Revert "AIDL stub libs: on host" by Steven Moreland · 4 years, 9 months ago
  56. a7c172c AIDL stub libs: on host by Steven Moreland · 4 years, 9 months ago
  57. ea74a99 Reland: Check stable AIDL interfaces based on hash am: f753467656 by Jiyong Park · 4 years, 9 months ago
  58. f753467 Reland: Check stable AIDL interfaces based on hash by Jiyong Park · 4 years, 10 months ago
  59. 3e24aa1 Remove include_dirs from aidl_mapping by Jiyong Park · 4 years, 10 months ago
  60. 28df747 Remove include_dirs from aidl_mapping by Jiyong Park · 4 years, 10 months ago
  61. 94e3ce0 fix: framework-aidl-mapping is working on incomplete set of inputs by Jiyong Park · 4 years, 10 months ago
  62. 98e4e0f fix: framework-aidl-mapping is working on incomplete set of inputs by Jiyong Park · 4 years, 10 months ago
  63. f46c9c1 Disable Java backend for VINTF. am: 922643b073 by Steven Moreland · 4 years, 10 months ago
  64. 922643b Disable Java backend for VINTF. by Steven Moreland · 4 years, 10 months ago
  65. 53268cb Revert "Check stable AIDL interfaces based on hash" am: e6f4cb1618 by Jiyong Park · 4 years, 10 months ago
  66. e6f4cb1 Revert "Check stable AIDL interfaces based on hash" by Jiyong Park · 4 years, 10 months ago
  67. 21fa46e respect backend.java.enabled am: e773b020f9 by Steven Moreland · 4 years, 10 months ago
  68. e773b02 respect backend.java.enabled by Steven Moreland · 4 years, 10 months ago
  69. 58b8b0d Check stable AIDL interfaces based on hash am: 5b8bf0f394 by Jiyong Park · 4 years, 10 months ago
  70. 5b8bf0f Check stable AIDL interfaces based on hash by Jiyong Park · 4 years, 10 months ago
  71. 9bb4dee Temporarily limit where 'stability' values can be used. am: 24cfdff832 by Steven Moreland · 4 years, 10 months ago
  72. 24cfdff Temporarily limit where 'stability' values can be used. by Steven Moreland · 4 years, 10 months ago
  73. b644141 Add stability options. am: a57d0a6d94 by Steven Moreland · 4 years, 10 months ago
  74. a57d0a6 Add stability options. by Steven Moreland · 4 years, 10 months ago
  75. 30bebe8 aidl_interface: rely on inherited 'owner' property am: f15bee6ac3 by Steven Moreland · 4 years, 10 months ago
  76. f15bee6 aidl_interface: rely on inherited 'owner' property by Steven Moreland · 4 years, 10 months ago
  77. 5a416e4 Document 'Imports'. am: 622b2270c4 by Steven Moreland · 4 years, 10 months ago
  78. 622b227 Document 'Imports'. by Steven Moreland · 4 years, 10 months ago
  79. e701534 Remove superfluous use of no_framework_libs: true am: 4bcc0dc453 am: 8e08bce02b by Paul Duffin · 5 years ago
  80. 4bcc0dc Remove superfluous use of no_framework_libs: true by Paul Duffin · 5 years ago
  81. 60fe6d6 Expose proper header dependencies am: 6d4f60704f am: 7750d16ae7 by Dan Willemsen · 5 years ago
  82. 6d4f607 Expose proper header dependencies by Dan Willemsen · 5 years ago
  83. 96ab623 AIDL API check ignores blank lines and comments am: 8558309645 am: f504611882 by Jiyong Park · 5 years ago
  84. 8558309 AIDL API check ignores blank lines and comments by Jiyong Park · 5 years ago
  85. 40819b9 aidl_interface: support filegroups am: f49719c94b am: 714ee6538b by Steven Moreland · 5 years ago
  86. f49719c aidl_interface: support filegroups by Steven Moreland · 5 years ago
  87. 909810d Make it difficult to force update AIDL API signature files am: f1bc25ed27 by Jiyong Park · 5 years ago
  88. f1bc25e Make it difficult to force update AIDL API signature files by Jiyong Park · 5 years ago
  89. aa8e40a Add a phony target aidl-freeze-api am: 09e8cb4caa am: e68f133f39 by Jiyong Park · 5 years ago
  90. 09e8cb4 Add a phony target aidl-freeze-api by Jiyong Park · 5 years ago
  91. a8783a7 Make aidl_mapping imports deterministic am: e782c9e4d8 am: db97f5c940 by Colin Cross · 5 years ago
  92. e782c9e Make aidl_mapping imports deterministic by Colin Cross · 5 years ago
  93. 33a1045 build: Do not specify a directory as an output file am: 50be4dde7c by Dan Willemsen · 5 years ago
  94. 50be4dd build: Do not specify a directory as an output file by Dan Willemsen · 5 years ago
  95. 69165b4 Update build test APIs. am: e308abd330 by Steven Moreland · 5 years ago
  96. e308abd Update build test APIs. by Steven Moreland · 5 years ago
  97. 37e2ad5 Log supporting for binder ndk by Jeongik Cha · 5 years ago
  98. 4c86de0 Don't allow modification to the AIDL interfaces when SDK is finalized by Jiyong Park · 5 years ago
  99. 7c3c11c Don't allow modification to the AIDL interfaces when SDK is finalized by Jiyong Park · 5 years ago
  100. f06bc62 Simplify paths for the generated source files by Jiyong Park · 5 years ago