1. b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 4 years, 2 months ago
  2. 398cdeb Hide the -source modules that are auto-generated by Jiyong Park · 3 years, 11 months ago
  3. 1150b2a Compile generated cc modules with apex names by Jooyung Han · 4 years ago
  4. 969f11a Add maybe_unused for an empty parcelable by Jeongik Cha · 4 years ago
  5. e9228c2 Change C++ output file name rule regarding non-versioned module by Jeongik Cha · 4 years ago
  6. 9389915 Change the rule to pick up VNDK targeted aidl interface version by Jeongik Cha · 4 years ago
  7. 722ea94 Make an unstable module depend on the unstable version of its imports by Jeongik Cha · 4 years ago
  8. 257d781 Check if VNDK module's stability is "vintf" by Jeongik Cha · 4 years ago
  9. b6fb98f Generate 'unstable' postfixed module even for non-versioned module by Jeongik Cha · 4 years ago
  10. e7adb11 Remove required libs from phony package. by Steven Moreland · 4 years ago
  11. 5376b50 Optimize checkDuplicatedVersions by Jiyong Park · 4 years ago
  12. e5cacd1 Elaborate error message about 'owner' by Jeongik Cha · 4 years, 1 month ago
  13. 3b0fc9f Remove redundant ndk_library registration. by Dan Albert · 4 years, 1 month ago
  14. dc118a1 Don't check the duplicated versions for imports by Jiyong Park · 4 years, 1 month ago
  15. 1976ae2 Follow Soong changes to PathForSource behavior in tests by Colin Cross · 4 years, 2 months ago
  16. 20f8317 Prevent different versions of the same interface in a process by Jiyong Park · 4 years, 2 months ago
  17. 1e62d98 m <aidl_interface name> generates every artifacts by Jeongik Cha · 4 years, 2 months ago
  18. 0ff8ca2 Supplement the comment for update-api by Jeongik Cha · 4 years, 2 months ago
  19. e2ccf8a Enable tracing in AIDL Java backend by Devin Moore · 4 years, 2 months ago
  20. e337b7c Add libandroid_aidltrace for platform NDK tracing by Devin Moore · 4 years, 2 months ago
  21. 7d5a454 Add Atrace support for aidl_interface NDK backend by Devin Moore · 4 years, 3 months ago
  22. a82bfe1 Modules of which 'unstable' is false should have version in release version by Jeongik Cha · 4 years, 3 months ago
  23. 9aa9fed aidl_interface: single place to validate versions by Steven Moreland · 4 years, 3 months ago
  24. 00c3302 Add min_sdk_version property by Jooyung Han · 4 years, 3 months ago
  25. a3617e6 Add unstable property to aidl_interface by Jiyong Park · 4 years, 3 months ago
  26. a45a360 Add support for atrace in new build system by Devin Moore · 4 years, 3 months ago
  27. 3885527 restrict unstable aidl interface by Jeongik Cha · 4 years, 4 months ago
  28. f782f0a Check if vintf aidl interface has been frozen on a release platform by Jeongik Cha · 4 years, 4 months ago
  29. fa31d22 Use base module names for ALL_AIDL_INTERFACES by Jiyong Park · 4 years, 4 months ago
  30. f58a6ba Check for the current API dump is enforced by Jiyong Park · 4 years, 4 months ago
  31. 6988260 Add API dump for the current version by Jiyong Park · 4 years, 4 months ago
  32. 56f7ad5 Properly filter out hash file in API diff rule by Paul Trautrim · 4 years, 4 months ago
  33. b01451d Add build-time checks of AIDL API hashes by Paul Trautrim · 4 years, 5 months ago
  34. 5d9c28b Dump current AIDL API and make sure that it is always updated by Jiyong Park · 4 years, 4 months ago
  35. fbe2192 Add name suffix information to 'Backend' docs. by Steven Moreland · 4 years, 5 months ago
  36. afc20c5 libaidlmetadata: include hashes by Steven Moreland · 4 years, 5 months ago
  37. f3a5cf4 Limit VNDK entries to latest frozen version. by Steven Moreland · 4 years, 5 months ago
  38. a11db15 Remove isCurrentVersion function. by Steven Moreland · 4 years, 5 months ago
  39. 9d7b9c8 Fix hashes for previously-frozen interfaces by Paul Trautrim · 4 years, 5 months ago
  40. 092802e AIDL: -freeze-api includes vintf stability by Steven Moreland · 4 years, 5 months ago
  41. dd31e9f Reuse NDK modules from cc/testing.go by Colin Cross · 4 years, 5 months ago
  42. f6a0c44 fix variable naming s/host_supported/hostSupported/ by Steven Moreland · 4 years, 5 months ago
  43. c08a736 Disable "VintfStability + cpp + vendor" variant. by Steven Moreland · 4 years, 5 months ago
  44. 63dbe55 Support 'apex_available' field in AIDL by Jeongik Cha · 4 years, 5 months ago
  45. 74d3f55 AIDL metadata by Steven Moreland · 4 years, 6 months ago
  46. 22dbb97 Sort aidl file list before sha1sum by Jeongik Cha · 4 years, 6 months ago
  47. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 6 months ago
  48. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 6 months ago
  49. d27568b Remove obsolete vendor_available TODO by Steven Moreland · 4 years, 6 months ago
  50. b635ad1 Remove obsolete Local_includes from TODO. by Steven Moreland · 4 years, 6 months ago
  51. f653980 cpp build: clean header dirs by Steven Moreland · 4 years, 7 months ago
  52. 7d8470e Add owners of build/soong as additional owners for build directory by Colin Cross · 4 years, 7 months ago
  53. a8cfc5f Use LoadHookContext instead of BaseModuleContext by Colin Cross · 4 years, 7 months ago
  54. 91a5c41 Dedup cc build components registration by Paul Duffin · 4 years, 7 months ago
  55. 9298c2f Dedup registration for cc default test config by Paul Duffin · 4 years, 7 months ago
  56. 30df9d9 API dumps: fix preamble by Steven Moreland · 4 years, 7 months ago
  57. a7b764d Follow moving filesystem into Config by Colin Cross · 4 years, 7 months ago
  58. 595143f Follow empty string for core image variant by Colin Cross · 4 years, 7 months ago
  59. 63a926a Add basic tests for build stuff by Jooyung Han · 4 years, 8 months ago
  60. 2cd53e9 Remove restriction on VintfStability. by Steven Moreland · 4 years, 9 months ago
  61. 31b3500 aidl_interface: support platform_apis by Steven Moreland · 4 years, 8 months ago
  62. 42213df Remove api_dir property by Sundong Ahn · 4 years, 8 months ago
  63. 01f0b57 Fix the incorrect output path of the AIDL API dumps by Jiyong Park · 4 years, 8 months ago
  64. 7b3a965 Uncomment ParcelFileDescriptor[] in test aidl file by Jeongik Cha · 4 years, 8 months ago
  65. 46f12d7 aidl_interface: backend specific VNDK props by Steven Moreland · 4 years, 8 months ago
  66. 8146b82 Remove restriction for VINTF Java. by Steven Moreland · 4 years, 8 months ago
  67. 6dc02c0 Fix paths of generated headers by Inseob Kim · 4 years, 8 months ago
  68. 15da935 Append version to the module that doesn't have version by Jeongik Cha · 4 years, 9 months ago
  69. 4a0bfca aidl_interface respects path property of filegroup by Jiyong Park · 4 years, 9 months ago
  70. 2aa389a Change frozen AIDL interface module and artifact name by Jeongik Cha · 4 years, 9 months ago
  71. 88378b1 Remove __ANDROID_NDK__ dependency. by Steven Moreland · 4 years, 10 months ago
  72. 369ea5c getInterfaceVersion() returns next version on ToT by Jiyong Park · 4 years, 10 months ago
  73. 4f064a5 Follow CreateModule change to take an android.ModuleFactory by Colin Cross · 4 years, 10 months ago
  74. dca9d4b Reland "AIDL stub libs: on host" by Steven Moreland · 4 years, 10 months ago
  75. 0d1cee2 Revert "AIDL stub libs: on host" by Steven Moreland · 4 years, 10 months ago
  76. a7c172c AIDL stub libs: on host by Steven Moreland · 4 years, 11 months ago
  77. ea74a99 Reland: Check stable AIDL interfaces based on hash am: f753467656 by Jiyong Park · 5 years ago
  78. f753467 Reland: Check stable AIDL interfaces based on hash by Jiyong Park · 5 years ago
  79. 3e24aa1 Remove include_dirs from aidl_mapping by Jiyong Park · 5 years ago
  80. 28df747 Remove include_dirs from aidl_mapping by Jiyong Park · 5 years ago
  81. 94e3ce0 fix: framework-aidl-mapping is working on incomplete set of inputs by Jiyong Park · 5 years ago
  82. 98e4e0f fix: framework-aidl-mapping is working on incomplete set of inputs by Jiyong Park · 5 years ago
  83. f46c9c1 Disable Java backend for VINTF. am: 922643b073 by Steven Moreland · 5 years ago
  84. 922643b Disable Java backend for VINTF. by Steven Moreland · 5 years ago
  85. 53268cb Revert "Check stable AIDL interfaces based on hash" am: e6f4cb1618 by Jiyong Park · 5 years ago
  86. e6f4cb1 Revert "Check stable AIDL interfaces based on hash" by Jiyong Park · 5 years ago
  87. 21fa46e respect backend.java.enabled am: e773b020f9 by Steven Moreland · 5 years ago
  88. e773b02 respect backend.java.enabled by Steven Moreland · 5 years ago
  89. 58b8b0d Check stable AIDL interfaces based on hash am: 5b8bf0f394 by Jiyong Park · 5 years ago
  90. 5b8bf0f Check stable AIDL interfaces based on hash by Jiyong Park · 5 years ago
  91. 9bb4dee Temporarily limit where 'stability' values can be used. am: 24cfdff832 by Steven Moreland · 5 years ago
  92. 24cfdff Temporarily limit where 'stability' values can be used. by Steven Moreland · 5 years ago
  93. b644141 Add stability options. am: a57d0a6d94 by Steven Moreland · 5 years ago
  94. a57d0a6 Add stability options. by Steven Moreland · 5 years ago
  95. 30bebe8 aidl_interface: rely on inherited 'owner' property am: f15bee6ac3 by Steven Moreland · 5 years ago
  96. f15bee6 aidl_interface: rely on inherited 'owner' property by Steven Moreland · 5 years ago
  97. 5a416e4 Document 'Imports'. am: 622b2270c4 by Steven Moreland · 5 years ago
  98. 622b227 Document 'Imports'. by Steven Moreland · 5 years ago
  99. e701534 Remove superfluous use of no_framework_libs: true am: 4bcc0dc453 am: 8e08bce02b by Paul Duffin · 5 years ago
  100. 4bcc0dc Remove superfluous use of no_framework_libs: true by Paul Duffin · 5 years ago