1. efbce1c Merge "Add C++ Host support on sysprop_library" by Treehugger Robot · 5 years ago
  2. 5d600c9 For legacy10 APEXes default target_sdk_version and min_sdk_version to 29 by Nikita Ioffe · 5 years ago
  3. f9f6a91 Merge "Allow compile_multilib to be specified on module exports" by Treehugger Robot · 5 years ago
  4. 61f7a24 Merge "Allow Linux hosts to use ubsan runtime sanitizers." by Ivan Lozano · 5 years ago
  5. 004d717 Allow for setting a logging_parent for an Apex. by Baligh Uddin · 5 years ago
  6. 13ad94f Allow compile_multilib to be specified on module exports by Paul Duffin · 5 years ago
  7. a0d5889 Merge "Ensure consistent handling of generated headers/dirs" by Treehugger Robot · 5 years ago
  8. 1c1c6ab Merge "Do not add dependencies from disabled sdk variants to its members" by Treehugger Robot · 5 years ago
  9. 1a9be9f Merge "Add jni_uses_platform_api property to android_app" by Colin Cross · 5 years ago
  10. 5c50e7f Merge "Add static_libs field to target.vendor" by Treehugger Robot · 5 years ago
  11. ed5c146 Add static_libs field to target.vendor by Chong Zhang · 5 years ago
  12. 3f561c6 Merge "Add minijail to whitelist.go" by Lingfeng Yang · 5 years ago
  13. 7862000 Merge "Enable bitwise-conditional-parentheses warning" by Chih-hung Hsieh · 5 years ago
  14. 5efd198 Ensure consistent handling of generated headers/dirs by Paul Duffin · 5 years ago
  15. 583bf7e Do not add dependencies from disabled sdk variants to its members by Paul Duffin · 5 years ago
  16. 53fe467 Merge changes from topic "soong_tests_ndk" by Treehugger Robot · 5 years ago
  17. 9ac32c7 Allow Linux hosts to use ubsan runtime sanitizers. by Ivan Lozano · 5 years ago
  18. 1120452 Merge "Use flag names with merge_csv.py." by Treehugger Robot · 5 years ago
  19. 3a15b89 Merge "bpf progs depend on system/core/libcutils/include" by Maciej Żenczykowski · 5 years ago
  20. 3be82c0 Create manifest_utils library target. by Baligh Uddin · 5 years ago
  21. 0f8c5b4 Add minijail to whitelist.go by Lingfeng Yang · 5 years ago
  22. 44885e2 Simplify visibility rules that include //visibility:public by Paul Duffin · 5 years ago
  23. 5f78d55 Enable bitwise-conditional-parentheses warning by Chih-Hung Hsieh · 5 years ago
  24. 89db15d Add C++ Host support on sysprop_library by Inseob Kim · 5 years ago
  25. 7fa7646 Add tests for py(2|3)-cmd by Dan Willemsen · 5 years ago
  26. ee87c60 Add jni_uses_platform_api property to android_app by Colin Cross · 5 years ago
  27. f9aabd7 Make apex use cc.GatherRequiredDepsForTests by Colin Cross · 5 years ago
  28. f28329d Move NDK test modules into cc/testing.go by Colin Cross · 5 years ago
  29. eb9b9f2 Merge "have a per-module switch to turn the symlinking optimizaiton off" by Jiyong Park · 5 years ago
  30. 888d92e Merge "Automate dependency on inputs of genrule module type." by Bill Peckham · 5 years ago
  31. 578b7ac Merge "Fix .vendor suffix for snapshots" by Treehugger Robot · 5 years ago
  32. 07f3712 Merge "Do not hide VNDK prebuilts from make" by Treehugger Robot · 5 years ago
  33. 5b37383 Merge "Fix build error on vendor_snapshot_static" by Treehugger Robot · 5 years ago
  34. 0298d03 Merge "Fix header deps of sysprop_library" by Treehugger Robot · 5 years ago
  35. 2d6d5d8 Merge "Permissions XML file for java_sdk_library is mutated for APEX" by Jiyong Park · 5 years ago
  36. b34ebcf Merge "Add CCACHE_DIR to allowed environment variables" by Treehugger Robot · 5 years ago
  37. c2937d2 Merge "Port IdentityCredential HAL to AIDL." by David Zeuthen · 5 years ago
  38. 1876a76 Merge "Allow java_system_modules_import to replace java_system_modules" by Treehugger Robot · 5 years ago
  39. 24f3c99 Merge "Allow vts config to be packaged in other test suites" by Dan Shi · 5 years ago
  40. c087be1 Automate dependency on inputs of genrule module type. by Bill Peckham · 5 years ago
  41. 83a2d96 Allow java_system_modules_import to replace java_system_modules by Paul Duffin · 5 years ago
  42. 79fac05 Use flag names with merge_csv.py. by Artur Satayev · 5 years ago
  43. ae83ce6 Merge "Revert "Another round of no-vendor-variant VNDK whitelist cleanup"" by Treehugger Robot · 5 years ago
  44. 9d67720 have a per-module switch to turn the symlinking optimizaiton off by Jiyong Park · 5 years ago
  45. 23be2bf Merge "Add support for cc_binary in module_exports" by Treehugger Robot · 5 years ago
  46. cbeaab2 Merge "Add system server jars expressed in make in the system server classpath." by Nicolas Geoffray · 5 years ago
  47. ed2641f Fix header deps of sysprop_library by Inseob Kim · 5 years ago
  48. 7667b62 Revert "Another round of no-vendor-variant VNDK whitelist cleanup" by Albal Tai · 5 years ago
  49. 252d744 Merge "Enable tautological-bitwise-compare warning" by Chih-hung Hsieh · 5 years ago
  50. 5f64aec Fix .vendor suffix for snapshots by Inseob Kim · 5 years ago
  51. 8a2d1b4 Merge "Do not add ccWrapper to ccNoDeps rule" by Treehugger Robot · 5 years ago
  52. e383388 Permissions XML file for java_sdk_library is mutated for APEX by Jiyong Park · 5 years ago
  53. 79f6f75 bpf progs depend on system/core/libcutils/include by Maciej Żenczykowski · 5 years ago
  54. e6c44dc Merge "Another round of no-vendor-variant VNDK whitelist cleanup" by Vic Yang · 5 years ago
  55. 15631dc Enable tautological-bitwise-compare warning by Chih-Hung Hsieh · 5 years ago
  56. 2f94e85 Merge "Allow for setting a logging_parent for an Android App." by Treehugger Robot · 5 years ago
  57. 207b18c Merge "Switch from clang-r377782 to clang-r377782b" by Chih-hung Hsieh · 5 years ago
  58. d8b80bc Merge "Statically link the unwinder into binaries packaged into an unbundled APEX with legacy_android10_support: true." by Peter Collingbourne · 5 years ago
  59. ab392f6 Merge "Enable bool-operation warning" by Chih-hung Hsieh · 5 years ago
  60. 5b16dfb Allow for setting a logging_parent for an Android App. by Baligh Uddin · 5 years ago
  61. 25ce04b Add support for cc_binary in module_exports by Paul Duffin · 5 years ago
  62. 2976bfd Do not add ccWrapper to ccNoDeps rule by Kousik Kumar · 5 years ago
  63. 36b6aec Merge "Simple refactoring of prefix related functions." by Jaewoong Jung · 5 years ago
  64. 974b0e8 Add CCACHE_DIR to allowed environment variables by John Eckerdal · 5 years ago
  65. 7c9662a Merge "sdk_version: "system_server_current"" by Treehugger Robot · 5 years ago
  66. 287a13f Switch from clang-r377782 to clang-r377782b by Chih-Hung Hsieh · 5 years ago
  67. c3b1a16 Fix build error on vendor_snapshot_static by Inseob Kim · 5 years ago
  68. 47cbfcd Add system server jars expressed in make in the system server classpath. by Nicolas Geoffray · 5 years ago
  69. 2b96bf5 Do not hide VNDK prebuilts from make by Inseob Kim · 5 years ago
  70. 954b297 Merge "Revert "Turn on the instrumentation by default for the java code in APEXes"" by Jackal Guo · 5 years ago
  71. c021ea0 Revert "Turn on the instrumentation by default for the java code in APEXes" by Jackal Guo · 5 years ago
  72. 2fe818f Merge "Add apex name to description" by Treehugger Robot · 5 years ago
  73. 3aff578 Simple refactoring of prefix related functions. by Jaewoong Jung · 5 years ago
  74. 1d62b1c Merge "Turn on the instrumentation by default for the java code in APEXes" by Treehugger Robot · 5 years ago
  75. b13a948 Add apex name to description by Dan Willemsen · 5 years ago
  76. f1366a3 Merge "Allow using test_config_template for CTS tests." by Treehugger Robot · 5 years ago
  77. 77def87 Another round of no-vendor-variant VNDK whitelist cleanup by Vic Yang · 5 years ago
  78. 0e5bb27 Enable bool-operation warning by Chih-Hung Hsieh · 5 years ago
  79. d0bf3db Merge "Remove execute-only support." by Ivan Lozano · 5 years ago
  80. e29c21e Allow using test_config_template for CTS tests. by Lorenzo Colitti · 5 years ago
  81. dc4f986 Statically link the unwinder into binaries packaged into an unbundled APEX with legacy_android10_support: true. by Peter Collingbourne · 5 years ago
  82. edb3174 Merge "Bump the macOS version to 10.10." by Treehugger Robot · 5 years ago
  83. 46459b0 Remove empty directories when removing previously installed files by Dan Willemsen · 5 years ago
  84. 7d8ecd0 Merge "Remove liblog from whitelist" by Jeffrey Huang · 5 years ago
  85. 7622713 Bump the macOS version to 10.10. by Elliott Hughes · 5 years ago
  86. 403c9d3 Allow vts config to be packaged in other test suites by Dan Shi · 5 years ago
  87. 680afd7 Merge "apexDepsMutator is a top-down mutator" by Treehugger Robot · 5 years ago
  88. 33b6654 Turn on the instrumentation by default for the java code in APEXes by Jiyong Park · 5 years ago
  89. c9f9ab8 Merge changes from topic "dex2oat-soong-dep-2" by Treehugger Robot · 5 years ago
  90. 8744cdf Merge "Switch from clang-r370808b to clang-r377782" by Chih-hung Hsieh · 5 years ago
  91. f0ae6cc Remove liblog from whitelist by Jeffrey Huang · 5 years ago
  92. 8107b85 Remove execute-only support. by Ivan Lozano · 5 years ago
  93. 6d41527 Do all dexpreoptDisabled checks before registering a dex2oat host dep. by Martin Stjernholm · 5 years ago
  94. 8d80cee Pass dexpreopt config structs by reference. by Martin Stjernholm · 5 years ago
  95. d90676f Reland: Get the dex2oat host tool path from module dependency on the by Martin Stjernholm · 5 years ago
  96. 40f9f3c Reland: Move the Once cache for dexpreopt.GlobalConfig into the by Martin Stjernholm · 5 years ago
  97. 75a48d8 Reland: Separate dexpreopt.GlobalSoongConfig to allow independent caching of it. by Martin Stjernholm · 5 years ago
  98. 394b9b3 Merge "Use precise class loader context for system server jars." by Ulyana Trafimovich · 5 years ago
  99. 3375433 Merge "Bump our macOS target version to 10.9." by Elliott Hughes · 5 years ago
  100. f3ff010 Use precise class loader context for system server jars. by Ulya Trafimovich · 5 years ago