1. 91b4e3e Disable all-assigned check in hiddenapi on master-art by David Brazdil · 7 years ago
  2. afbb173 Pass annotation processors to kotlinc by Colin Cross · 7 years ago
  3. 0f670a2 Replace hiddenapi-{public,private}-list.txt with a CSV file by David Brazdil · 7 years ago
  4. 8faf8fc Move hiddenapi to Soong by Colin Cross · 7 years ago
  5. 21b9427 Initial Fuchsia support. by Doug Horn · 7 years ago
  6. b84fc9d Enable execute-only memory layouts by default. by Ivan Lozano · 7 years ago
  7. 01a3c25 Configure the default arch variant features per-OS by Dan Willemsen · 7 years ago
  8. e8b00d6 Preopt: Do not strip non-image boot class path jars. by Vladimir Marko · 7 years ago
  9. 9335a26 APEXes can be signed with devkeys by Jiyong Park · 7 years ago
  10. c946414 Check system certificate violation for product apks by Jeongik Cha · 7 years ago
  11. 7f67f48 Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES by Jiyong Park · 7 years ago
  12. 1f367bf Add a flag to allow unbundled builds to build SDKs from source by Colin Cross · 7 years ago
  13. 43f08db Dexpreopt soong modules inside soong by Colin Cross · 7 years ago
  14. 4ff85eb Revert "Dexpreopt soong modules inside soong" by Colin Cross · 7 years ago
  15. 29ff887 Dexpreopt soong modules inside soong by Colin Cross · 7 years ago
  16. 1d6eb68 Use debug mode when running R8 for eng builds. by Jaewoong Jung · 7 years ago
  17. 23d37e0 Allow NDK APIs to be marked as drafts. by Dan Albert · 7 years ago
  18. a3b8366 Up the NDK's minimum supported API level. by Dan Albert · 7 years ago
  19. 074ec48 Add support for AArch64 XOM binaries. by Ivan Lozano · 7 years ago
  20. 60e62f0 Add nanopb-c support by Dan Willemsen · 7 years ago
  21. 8fd6192 APEX can be flattened by Jiyong Park · 7 years ago
  22. 37a07b1 Revert "Use protoc-gen-javalite for java lite protos" by Colin Cross · 7 years ago
  23. 5a5aca0 Use protoc-gen-javalite for java lite protos by Colin Cross · 7 years ago
  24. 3e6b1fb Revert "Export static libraries." by Jaewoong Jung · 7 years ago
  25. 5d19e1d Export static libraries. by Jaewoong Jung · 7 years ago
  26. 5a0dcd5 Store dex files uncompressed and unstripped in privileged APKs by Colin Cross · 7 years ago
  27. 395f2cf Move Ndk_abis from soong.config to soong.variables by Colin Cross · 7 years ago
  28. 0ef639b Allow generating modules once per OS instead of once per Class by Dan Willemsen · 7 years ago
  29. fa2aee1 Remove USE_CLANG_LLD[=false] by Dan Willemsen · 7 years ago
  30. a4f0881 Add support for JNI libraries to android_app modules by Colin Cross · 7 years ago
  31. 2a07692 Add tests for genrule command expansion by Colin Cross · 7 years ago
  32. 88da24e Add DevicePrefer32BitApps to Soong by Colin Cross · 7 years ago
  33. d42f19c Revert "Change LibartImgDeviceBaseAddress to 0x60000000" by Mathieu Chartier · 7 years ago
  34. 0c7bb7f Change LibartImgDeviceBaseAddress to 0x60000000 by Mathieu Chartier · 7 years ago
  35. ed064c0 Fix logic for adding gnu debuglink to match Make by Colin Cross · 7 years ago
  36. 95cf767 s/product-services/product_services/g by Dario Freni · 7 years ago
  37. fd05a74 Add support for /product-services partition by Dario Freni · 7 years ago
  38. 8d52f86 Fix: recovery module is disabled on 32-bit targets by Jiyong Park · 7 years ago
  39. 878c662 Use correct variant for annotation processors. by Mathew Inwood · 7 years ago
  40. 997262f Always use OpenJDK9 for building by Colin Cross · 7 years ago
  41. 6654810 Run ErrorProne in OpenJDK9 by Colin Cross · 7 years ago
  42. bafb897 Revert "Revert "Remove desugar support"" by Colin Cross · 7 years ago
  43. 7576916 Revert "Remove desugar support" by Colin Cross · 7 years ago
  44. 000280b Remove desugar support by Colin Cross · 7 years ago
  45. f544fe3 Account for multiple BOARD_PLAT_PUBLIC[PRIVATE]_SEPOLICY_DIR dirs by Tri Vo · 7 years ago
  46. bfd347d Pass platform version name as --version-name for framework-res.apk by Colin Cross · 7 years ago
  47. 35a5143 Expose selinux variables to Soong. by Tri Vo · 7 years ago
  48. d09b0b6 Fix aapt2 --min-sdk-version after finalized SDK by Colin Cross · 7 years ago
  49. 02b4da5 Add USE_CLANG_LLD and use_clang_lld. by Chih-Hung Hsieh · 7 years ago
  50. 0fe7866 Add VendorConfig for board-level Soong plugin configuration by Dan Willemsen · 7 years ago
  51. 45133ac Make Config.ProductVariables private by Dan Willemsen · 7 years ago
  52. 674dc7f Expose ProductVariables from TestConfig by Dan Willemsen · 7 years ago
  53. 3fb1fae Use Config/DeviceConfig functions to access ProductVariables by Dan Willemsen · 7 years ago
  54. 34ce67d Consider binder bitness while looking for abi references. by Jayant Chowdhary · 7 years ago
  55. 15cd21a Report errors when opening config files by Colin Cross · 7 years ago
  56. 581fd21 Droiddoc Support in Soong by Nan Zhang · 8 years ago
  57. 4954080 Search for PGO profiles in PGO_ADDITIONAL_PROFILE_DIRS by Pirama Arumuga Nainar · 7 years ago
  58. 5cfbfbb Use product instead of oem for Product specific module by Jaekyun Seok · 8 years ago
  59. 1a5d7b1 Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS by Jiyong Park · 8 years ago
  60. 6ea0f81 Remove unnecessary DeviceUsesClang. by Stephen Hines · 8 years ago
  61. e2fb629 Make D8 Desugaring default. by Alan Leung · 8 years ago
  62. 18099fd Build with OpenJDK 9 -target 1.8 by default (attempt 4). by Tobias Thierer · 8 years ago
  63. b4330e2 Move string list utility functions to android package by Colin Cross · 8 years ago
  64. 2db7692 Add [soc|device|product]_specific by Jiyong Park · 8 years ago
  65. c37c634 Prep D8 default instead of CompatDX in build/soong by Alan Leung · 8 years ago
  66. e1731a5 Export app certificates to Make for apkcerts list by Colin Cross · 8 years ago
  67. 8fe1212 Install current VNDK libs to the versioned directories. by Justin Yun · 8 years ago
  68. e87040b Allow Soong to generate its own build documentation by Colin Cross · 8 years ago
  69. e05f3a5 Revert "Build with OpenJDK 9 -target 1.8 by default except for errorprone." by Tobias Thierer · 8 years ago
  70. 13f23a2 Build with OpenJDK 9 -target 1.8 by default except for errorprone. by Tobias Thierer · 8 years ago
  71. 7c05949 Revert "Default to building with OpenJDK 9 -target 1.8." by Tobias Thierer · 8 years ago
  72. 0ae8b54 Build with OpenJDK 9 -target 1.8 by default except for errorprone. by Tobias Thierer · 8 years ago
  73. 7154928 Install VNDK snapshot libraries for system build by Justin Yun · 8 years ago
  74. e15ddaf Fix builds outside of make by Colin Cross · 8 years ago
  75. 61ae0b7 Use default app certificate from Make by Colin Cross · 8 years ago
  76. 3bc7ffa Replace aapt support with aapt2 by Colin Cross · 8 years ago
  77. a7cdd15 Support EXPERIMENTAL_USE_OPENJDK9=false. by Tobias Thierer · 8 years ago
  78. 1fa3ac5 CFI include/exclude path support (Soong) by Vishwath Mohan · 8 years ago
  79. 126a25c Propagate PRODUCT_MINIMIZE_JAVA_DEBUG_INFO to soong and use it by Colin Cross · 8 years ago
  80. face4e4 Import AAPT-related product variables from make by Colin Cross · 8 years ago
  81. 0d3f8c0 Use prebuilt dx for PDK builds by Colin Cross · 8 years ago
  82. 1369cdb Initial support for converting jars to java9 system modules by Colin Cross · 8 years ago
  83. 6a43f04 Squash vendor sources before linkageMutator runs by Jiyong Park · 8 years ago
  84. 6ccbc91 Let tests override environment by Colin Cross · 8 years ago
  85. fc3674a Remove android_prebuilt_sdk modules by Colin Cross · 8 years ago
  86. ae4c618 Add test infrastructure for running the arch mutator by Colin Cross · 8 years ago
  87. 32616ed Ignore environment variables in tests by Colin Cross · 8 years ago
  88. 595a406 Pass --min-sdk-version to dx by Colin Cross · 8 years ago
  89. d4db4ac Update the minimum NDK target API. by Dan Albert · 8 years ago
  90. f5415d7 Expose the minimum supported SDK version to make. by Dan Albert · 8 years ago
  91. 31384de Adapt to PLATFORM_VERSION_FUTURE_CODENAMES. by Dan Albert · 8 years ago
  92. 5f59553 Allow integer_overflow sanitizer path exclusion. by Ivan Lozano · 8 years ago
  93. cec8171 Add integration testing infrastructure by Colin Cross · 8 years ago
  94. d773eb3 add device_kernel_headers module for vendor-specific kernel headers by Jiyong Park · 8 years ago
  95. 0c3a1ef Add integer_overflow sanitization build option. by Ivan Lozano · 8 years ago
  96. 00269f2 Fix install location for vendor tests by Dan Willemsen · 8 years ago
  97. 20e1365 Fix panic in builds with no device by Colin Cross · 8 years ago
  98. efc1b41 Have Soong try to enforce that genrules declare all their outputs. by Jeff Gaston · 8 years ago
  99. ae7f3e2 MIPS: Lower LibartImgDeviceBaseAddress() to fix ART tests. by Chris Larsen · 8 years ago
  100. 6606872 Revert "Revert "Ensure environment dependencies are correct"" by Dan Willemsen · 8 years ago