1. 2adb7ee Merge "Enable the experimental LLVM new pass manager" by Yi Kong · 6 years ago
  2. 13feeb7 Merge "Convert LOCAL_COMPATIBILITY_SUPPORT_FILES to data: attribute in androidmk" by Treehugger Robot · 6 years ago
  3. acce05a Merge "Fix override for native_bridge modules" by Dimitry Ivanov · 6 years ago
  4. 7636b36 Merge "Apply native_bridge suffix to all cc_modules" by Dimitry Ivanov · 6 years ago
  5. a725681 Merge "androidmk conversion logic for android_app_import" by Jaewoong Jung · 6 years ago
  6. ace17d3 Merge "Add stl property to android_app." by Jaewoong Jung · 6 years ago
  7. 0d11feb Convert LOCAL_COMPATIBILITY_SUPPORT_FILES to data: attribute in androidmk by Sasha Smundak · 6 years ago
  8. d14e5c6 Merge "Add some more visibility test cases." by Treehugger Robot · 6 years ago
  9. db41747 Fix override for native_bridge modules by dimitry · 6 years ago
  10. 4320449 Apply native_bridge suffix to all cc_modules by dimitry · 6 years ago
  11. 18bb34d Merge "soong: fix wrong link type for VNDKs" by Treehugger Robot · 6 years ago
  12. 2fc3248 Enable the experimental LLVM new pass manager by Yi Kong · 6 years ago
  13. ecca61f Merge "Cut darwinStripPool from 10 to 5" by Treehugger Robot · 6 years ago
  14. 3800291 soong: fix wrong link type for VNDKs by Jooyung Han · 6 years ago
  15. badf8d6 Cut darwinStripPool from 10 to 5 by Colin Cross · 6 years ago
  16. 989d83c Merge "Native bridge modules are not translated second archs" by Treehugger Robot · 6 years ago
  17. 628db6f Native bridge modules are not translated second archs by dimitry · 6 years ago
  18. 49a25cb Restore the test for bionic being in an APEX. by Peter Collingbourne · 6 years ago
  19. 8edeb63 Add some more visibility test cases. by Martin Stjernholm · 6 years ago
  20. 6be6c2e Merge "Add kotlin-stdlib-jdk8 when using Kotlin" by Colin Cross · 6 years ago
  21. 8a7469a Merge "Add an option to preserve symbols and debug_frame." by Christopher Ferris · 6 years ago
  22. 3f3a70c Merge "Avoid targeting Java 9 for targets with SDK version up to 29." by Pete Gillin · 6 years ago
  23. 90b6561 Merge "Teach soong not to duplicate the HWASAN runtime into each APEX." by Peter Collingbourne · 6 years ago
  24. 9c64014 Avoid targeting Java 9 for targets with SDK version up to 29. by Pete Gillin · 6 years ago
  25. 288a1e2 Merge "Limit calls to strip.sh on darwin" by Treehugger Robot · 6 years ago
  26. b43fe7a Add an option to preserve symbols and debug_frame. by Christopher Ferris · 6 years ago
  27. 045f0f1 Merge changes I3dc3fded,Ic1276329,I6be04dec by Treehugger Robot · 6 years ago
  28. ee3ea31 Limit calls to strip.sh on darwin by Colin Cross · 6 years ago
  29. 77c22bf Merge "Support using cc_prebuilt_library_shared with cc_library" by Treehugger Robot · 6 years ago
  30. d3104e8 Merge "Soong: Add mk2bp conversion for prebuilt_font." by Treehugger Robot · 6 years ago
  31. 3478bb2 Teach soong not to duplicate the HWASAN runtime into each APEX. by Peter Collingbourne · 6 years ago
  32. 815daf9 Add bpf_test.go to build and fix tests by Colin Cross · 6 years ago
  33. 0d99f7c Don't create a second host arch for tests on darwin by Colin Cross · 6 years ago
  34. 9a94287 Move CreateTestContext to cc/testing.go by Colin Cross · 6 years ago
  35. 33b2fb7 Support using cc_prebuilt_library_shared with cc_library by Colin Cross · 6 years ago
  36. bc625cd Add stl property to android_app. by Jaewoong Jung · 6 years ago
  37. 4c83b89 Merge "Turn off dex actions for sourceless modules." by Jaewoong Jung · 6 years ago
  38. d1f45c8 Soong: Add mk2bp conversion for prebuilt_font. by Patrice Arruda · 6 years ago
  39. 105920a Merge "Fix override_android_app dependency issues." by Jaewoong Jung · 6 years ago
  40. f50406e Merge "Add No_dist property" by Treehugger Robot · 6 years ago
  41. e40da8c Merge "Soong: Add support on installing fonts in /fonts system image." by Treehugger Robot · 6 years ago
  42. a24af3b Turn off dex actions for sourceless modules. by Jaewoong Jung · 6 years ago
  43. 62ca44a Merge "Generate VNDK snapshot with Soong except configs" am: 651f40bbe1 by Inseob Kim · 6 years ago
  44. 651f40b Merge "Generate VNDK snapshot with Soong except configs" by Treehugger Robot · 6 years ago
  45. 61583eb Soong: Add support on installing fonts in /fonts system image. by Patrice Arruda · 6 years ago
  46. e07b0b6 androidmk conversion logic for android_app_import by Jaewoong Jung · 6 years ago
  47. b639a6a Fix override_android_app dependency issues. by Jaewoong Jung · 6 years ago
  48. bf200f6 Merge "Prevent hangs in OncePer when the callback panics" am: b7afaf0802 by Colin Cross · 6 years ago
  49. 0b03d97 Add kotlin-stdlib-jdk8 when using Kotlin by Colin Cross · 6 years ago
  50. b7afaf0 Merge "Prevent hangs in OncePer when the callback panics" by Colin Cross · 6 years ago
  51. f293509 manifest_fixer argument should be --use-embedded-dex rather than --use-embedded-dex=true by Sasha Smundak · 6 years ago
  52. 80a87b3 Add No_dist property by Sundong Ahn · 6 years ago
  53. 1f086e2 Generate VNDK snapshot with Soong except configs by Inseob Kim · 6 years ago
  54. 74bd953 Revert "Add bpf_test.go to build and fix the tests" am: d3d3ad1686 by Colin Cross · 6 years ago
  55. d2e5361 manifest_fixer argument should be --use-embedded-dex rather than --use-embedded-dex=true by Sasha Smundak · 6 years ago
  56. d3d3ad1 Revert "Add bpf_test.go to build and fix the tests" by Colin Cross · 6 years ago
  57. 51cb5ee Add bpf_test.go to build and fix the tests am: 192e3aa6a8 by Colin Cross · 6 years ago
  58. 192e3aa Add bpf_test.go to build and fix the tests by Colin Cross · 6 years ago
  59. 66bdb69 Prevent hangs in OncePer when the callback panics by Colin Cross · 6 years ago
  60. 3cb6b2e Fix manifest_fixer_test.py am: e4948c79d3 by Jaewoong Jung · 6 years ago
  61. e4948c7 Fix manifest_fixer_test.py by Jaewoong Jung · 6 years ago
  62. 1d5d99d Merge "Fixes typos in device_host_converter.go comments." am: bc975e8b89 by Jaewoong Jung · 6 years ago
  63. bc975e8 Merge "Fixes typos in device_host_converter.go comments." by Treehugger Robot · 6 years ago
  64. 486b170 Merge "Remove libc_scudo library when building asan." am: d7e66d9e7c by Christopher Ferris · 6 years ago
  65. d7e66d9 Merge "Remove libc_scudo library when building asan." by Christopher Ferris · 6 years ago
  66. 707d788 Fixes typos in device_host_converter.go comments. by Jaewoong Jung · 6 years ago
  67. 9a7ee9d Merge "Don't hide *.kotlin_module in turbine dependencies" am: f3e802bf0d by Colin Cross · 6 years ago
  68. f3e802b Merge "Don't hide *.kotlin_module in turbine dependencies" by Treehugger Robot · 6 years ago
  69. f742a23 Merge "Add aaudio, amidi, camera2ndk and nativewindow NDK libraries." by Sasha Smundak · 6 years ago
  70. 95aabda Merge "Add aaudio, amidi, camera2ndk and nativewindow NDK libraries." by Treehugger Robot · 6 years ago
  71. 142ec3b Merge "Uncompress dex file in imported apk when needed." am: b7cb607812 by Jaewoong Jung · 6 years ago
  72. b7cb607 Merge "Uncompress dex file in imported apk when needed." by Jaewoong Jung · 6 years ago
  73. 075ed06 Merge "Make core-generated-annotation-stubs link as core stubs." am: dd6dd18ef6 by Pete Gillin · 6 years ago
  74. dd6dd18 Merge "Make core-generated-annotation-stubs link as core stubs." by Pete Gillin · 6 years ago
  75. 927aad4 Merge "Write dexpreopt.config again during the build" am: 0967b34dd9 by Colin Cross · 6 years ago
  76. 0967b34 Merge "Write dexpreopt.config again during the build" by Colin Cross · 6 years ago
  77. c0b973a Merge "Soong: Add mk2bp conversion for prebuilt_usr_share." am: bebfdea437 by Patrice Arruda · 6 years ago
  78. bebfdea Merge "Soong: Add mk2bp conversion for prebuilt_usr_share." by Treehugger Robot · 6 years ago
  79. 77311df Soong: Add mk2bp conversion for prebuilt_usr_share. by Patrice Arruda · 6 years ago
  80. 2d00f0d Write dexpreopt.config again during the build by Colin Cross · 6 years ago
  81. 350f098 Merge "Rename EXPERIMENTAL_USE_OPENJDK9 to EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9." by Pete Gillin · 6 years ago
  82. cbff326 Make core-generated-annotation-stubs link as core stubs. by Pete Gillin · 6 years ago
  83. 42e862c Merge "Rename EXPERIMENTAL_USE_OPENJDK9 to EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9." by Pete Gillin · 6 years ago
  84. 64ad4e8 Merge "Enable native bridge support by default for certain ndk modules" by Dimitry Ivanov · 6 years ago
  85. 9c9fd4e Merge "Enable native bridge support by default for certain ndk modules" by Dimitry Ivanov · 6 years ago
  86. 3408d62 Merge "Go back to the host sed until we have a faster prebuilt." am: 4af530ff72 by Elliott Hughes · 6 years ago
  87. 66c5cac Merge "Attach global variables to Context" am: a1591ab08c by Inseob Kim · 6 years ago
  88. 7b7f45b [automerger skipped] Merge "DO NOT MERGE - Merge Pie Bonito/Sargo into master." by Xin Li · 6 years ago
  89. 4af530f Merge "Go back to the host sed until we have a faster prebuilt." by Treehugger Robot · 6 years ago
  90. f528ca6 [automerger skipped] DO NOT MERGE - Merge Pie Bonito/Sargo into master. by Xin Li · 6 years ago
  91. a1591ab Merge "Attach global variables to Context" by Treehugger Robot · 6 years ago
  92. 7592444 Merge "DO NOT MERGE - Merge Pie Bonito/Sargo into master." by Xin Li · 6 years ago
  93. ea1bdb0 Uncompress dex file in imported apk when needed. by Jaewoong Jung · 6 years ago
  94. 5a6e89d Merge "Make device_kernel_headers available to recovery and vendor" by Tao Bao · 6 years ago
  95. 18e0d5e Go back to the host sed until we have a faster prebuilt. by Elliott Hughes · 6 years ago
  96. 753d4a6 Remove libc_scudo library when building asan. by Christopher Ferris · 6 years ago
  97. fcf9979 Merge "Make device_kernel_headers available to recovery and vendor" by Tao Bao · 6 years ago
  98. 48fcec3 Merge "Fix dangling rules on aosp_cf_x86_phone" am: 11cd91dada by Colin Cross · 6 years ago
  99. e0ec6c7 DO NOT MERGE - Merge Pie Bonito/Sargo into master. by Xin Li · 6 years ago
  100. 11cd91d Merge "Fix dangling rules on aosp_cf_x86_phone" by Treehugger Robot · 6 years ago