1. 1f33e40 Add native_bridge target to Android.bp by dimitry · 6 years ago
  2. 0866b00 Build contexts files with Soong by Inseob Kim · 6 years ago
  3. 54879d1 TARGET_FS_CONFIG_GEN is a list, not a single path by Dan Willemsen · 6 years ago
  4. 71c7460 Expose TargetFSConfigGen to DeviceConfig from Make by Dan Willemsen · 6 years ago
  5. b6d171b Update default soong config by Dan Willemsen · 6 years ago
  6. b6d2305 Implement `host_required` and `target_required` properties. by Sasha Smundak · 6 years ago
  7. 092c9da Export more config variables by Colin Cross · 6 years ago
  8. 134f8f6 Make libc_scudo always go first. by Christopher Ferris · 6 years ago
  9. 53c8844 Separate device and product overlays by Anton Hansson · 6 years ago
  10. efd249e Add support for no-vendor-variant VNDK by Vic Yang · 6 years ago
  11. aaf5353 Add required: to debuggable by Mark Salyzyn · 6 years ago
  12. 9be4152 Pass DEXPREOPT_BOOT_JARS_MODULES to Make by Colin Cross · 6 years ago
  13. 69f59a3 Make RuleBuilder methods take Paths by Colin Cross · 6 years ago
  14. f24a22a Move hiddenapi singleton rules to Soong by Colin Cross · 6 years ago
  15. d5275c8 Add option to disable Scudo globally [Soong] by Kostya Kortchinsky · 6 years ago
  16. a74ca04 Replace *[]string with []string in product variables by Colin Cross · 6 years ago
  17. 9d22a91 Add a prod var to override package names. by Jaewoong Jung · 6 years ago
  18. 2ad817c Enable certificate overrides with product vars. by Jaewoong Jung · 6 years ago
  19. 4fcea3d Add prebuilt ABI checker support to soong by Logan Chien · 6 years ago
  20. 0f670a2 Replace hiddenapi-{public,private}-list.txt with a CSV file by David Brazdil · 6 years ago
  21. 8faf8fc Move hiddenapi to Soong by Colin Cross · 6 years ago
  22. 21b9427 Initial Fuchsia support. by Doug Horn · 6 years ago
  23. e8b00d6 Preopt: Do not strip non-image boot class path jars. by Vladimir Marko · 6 years ago
  24. c946414 Check system certificate violation for product apks by Jeongik Cha · 6 years ago
  25. 7f67f48 Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES by Jiyong Park · 6 years ago
  26. 1f367bf Add a flag to allow unbundled builds to build SDKs from source by Colin Cross · 6 years ago
  27. 43f08db Dexpreopt soong modules inside soong by Colin Cross · 6 years ago
  28. 4ff85eb Revert "Dexpreopt soong modules inside soong" by Colin Cross · 6 years ago
  29. 29ff887 Dexpreopt soong modules inside soong by Colin Cross · 6 years ago
  30. 7dbfd82 Remove obsolete flag by Anton Hansson · 6 years ago
  31. 23d37e0 Allow NDK APIs to be marked as drafts. by Dan Albert · 6 years ago
  32. 074ec48 Add support for AArch64 XOM binaries. by Ivan Lozano · 6 years ago
  33. 377a12b Add product_variables.product_is_iot variables by Dan Willemsen · 6 years ago
  34. 8fd6192 APEX can be flattened by Jiyong Park · 6 years ago
  35. 3273cc2 Add sanitize.address to product_variables.eng by Colin Cross · 6 years ago
  36. 5a0dcd5 Store dex files uncompressed and unstripped in privileged APKs by Colin Cross · 6 years ago
  37. 395f2cf Move Ndk_abis from soong.config to soong.variables by Colin Cross · 6 years ago
  38. fa2aee1 Remove USE_CLANG_LLD[=false] by Dan Willemsen · 6 years ago
  39. 2d31a44 Stop using DIST_DIR in Soong by Dan Willemsen · 6 years ago
  40. d6ea749 Remove Sepolicy_split. by Steven Moreland · 6 years ago
  41. 88da24e Add DevicePrefer32BitApps to Soong by Colin Cross · 6 years ago
  42. 61ebf8d Provide access to product_variables.malloc_svelte.cflags inside target. by Sasha Smundak · 6 years ago
  43. fafe84f Add support for /product-services partition am: fd05a74e06 by Dario Freni · 6 years ago
  44. fd05a74 Add support for /product-services partition by Dario Freni · 7 years ago
  45. 6b9e67e Merge "Allow disabling LTO on eng" am: 7f1c57ee33 by John Reck · 6 years ago
  46. 1d2b7ee Allow disabling LTO on eng by John Reck · 6 years ago
  47. 0a24608 Merge "Add Product_is_iot to soong config." am: ffc924b8f8 by Ari Hausman-Cohen · 7 years ago
  48. 7805d1d Add Product_is_iot to soong config. by Ari Hausman-Cohen · 7 years ago
  49. ec3a768 Merge "Account for multiple BOARD_PLAT_PUBLIC[PRIVATE]_SEPOLICY_DIR dirs" am: 542d60062f by Tri Vo · 7 years ago
  50. f544fe3 Account for multiple BOARD_PLAT_PUBLIC[PRIVATE]_SEPOLICY_DIR dirs by Tri Vo · 7 years ago
  51. bfd347d Pass platform version name as --version-name for framework-res.apk by Colin Cross · 7 years ago
  52. 37d46e4 Pass platform version name as --version-name for framework-res.apk by Colin Cross · 7 years ago
  53. b691e24 Pass platform version name as --version-name for framework-res.apk by Colin Cross · 7 years ago
  54. 64f3435 Merge "Expose selinux variables to Soong." am: c5934c55c7 am: 368e0ab5a2 by Tri Vo · 7 years ago
  55. 35a5143 Expose selinux variables to Soong. by Tri Vo · 7 years ago
  56. 3f49fcb Merge "Fix aapt2 --min-sdk-version after finalized SDK" am: 59bcf6e631 by Colin Cross · 7 years ago
  57. e20c1b1 Fix aapt2 --min-sdk-version after finalized SDK by Colin Cross · 7 years ago
  58. d09b0b6 Fix aapt2 --min-sdk-version after finalized SDK by Colin Cross · 7 years ago
  59. 8328367 Add VendorConfig for board-level Soong plugin configuration by Dan Willemsen · 7 years ago
  60. d57ed55 Make Config.ProductVariables private by Dan Willemsen · 7 years ago
  61. 505b2c6 Add USE_CLANG_LLD and use_clang_lld. am: 02b4da53a7 am: 98fda157fb by Chih-Hung Hsieh · 7 years ago
  62. 02b4da5 Add USE_CLANG_LLD and use_clang_lld. by Chih-Hung Hsieh · 7 years ago
  63. 32af22e Add VendorConfig for board-level Soong plugin configuration am: 0fe7866897 by Dan Willemsen · 7 years ago
  64. 1fb615d Make Config.ProductVariables private am: 45133ac184 am: 1a837ac9fa by Dan Willemsen · 7 years ago
  65. 0fe7866 Add VendorConfig for board-level Soong plugin configuration by Dan Willemsen · 7 years ago
  66. 45133ac Make Config.ProductVariables private by Dan Willemsen · 7 years ago
  67. 6f80dfd Merge "Add product_variables.Use_lmkd_stats_log." into pi-dev am: f65a99cee1 by Rajeev Kumar · 7 years ago
  68. 423e2db Add product_variables.Use_lmkd_stats_log. by Rajeev Kumar · 7 years ago
  69. 04f97ce Remove obsolete Brillo variable am: a052599bb6 am: 567eda6a7d by Dan Willemsen · 7 years ago
  70. a052599 Remove obsolete Brillo variable by Dan Willemsen · 7 years ago
  71. bfef411 Droiddoc Support in Soong am: 581fd21e91 am: 2ea76706b3 am: a400bb400c by Nan Zhang · 7 years ago
  72. 581fd21 Droiddoc Support in Soong by Nan Zhang · 7 years ago
  73. beb1452 Search for PGO profiles in PGO_ADDITIONAL_PROFILE_DIRS am: 49540800f0 am: 8f7ea0ebdd by Pirama Arumuga Nainar · 7 years ago
  74. 4954080 Search for PGO profiles in PGO_ADDITIONAL_PROFILE_DIRS by Pirama Arumuga Nainar · 7 years ago
  75. e3e2659 Use product instead of oem for Product specific module am: 5cfbfbb67a am: 2b6236308b by Jaekyun Seok · 7 years ago
  76. 5cfbfbb Use product instead of oem for Product specific module by Jaekyun Seok · 7 years ago
  77. 596229f Merge "Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS" am: d89f6621ae am: ee33e88111 by Jiyong Park · 7 years ago
  78. 8704d60 Merge "Revert "Support enabling overflow sanitization by path."" am: e021b0405d am: a8388ac9e6 by Ivan Lozano · 7 years ago
  79. b7d0f52 Revert "Support enabling overflow sanitization by path." by Ivan Lozano · 7 years ago
  80. bb20d98 Merge "Support enabling overflow sanitization by path." am: c1fecc2dfa am: a613b55860 by Ivan Lozano · 7 years ago
  81. 1a5d7b1 Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS by Jiyong Park · 7 years ago
  82. 17df3c1 Support enabling overflow sanitization by path. by Ivan Lozano · 7 years ago
  83. 8991335 [Android.bp] Add cflags, include_dirs, shared_libs ans srcs to ARC++ Product by Hirokazu Honda · 7 years ago
  84. 51207eb Merge "Remove unnecessary DeviceUsesClang." am: 2e020842dc am: 4bf625d7e6 by Stephen Hines · 7 years ago
  85. 6ea0f81 Remove unnecessary DeviceUsesClang. by Stephen Hines · 7 years ago
  86. eb7b1a2 Merge "Add [soc|device|product]_specific" am: 95fba1a8f8 am: 0fffd6bca4 by Jiyong Park · 7 years ago
  87. 2db7692 Add [soc|device|product]_specific by Jiyong Park · 7 years ago
  88. 35a468e Merge "Remove sepolicy_split from soong." am: 57603998a6 am: 3fac38f544 by Steven Moreland · 7 years ago
  89. 0afa55a Remove sepolicy_split from soong. by Steven Moreland · 7 years ago
  90. ec1c4d5 Merge "Remove Treble/PRODUCT_FULL_TREBLE from Soong." am: e565435a7b am: 642948940e by Steven Moreland · 7 years ago
  91. dd0bb0b Remove Treble/PRODUCT_FULL_TREBLE from Soong. by Steven Moreland · 7 years ago
  92. 631efe9 Merge "Add split PRODUCT_FULL_TREBLE variables to Soong." am: 4c016b996e am: 3b81e0d9f6 by Steven Moreland · 7 years ago
  93. c2b9f06 Add split PRODUCT_FULL_TREBLE variables to Soong. by Steven Moreland · 7 years ago
  94. b41da7c Install current VNDK libs to the versioned directories. am: 8fe1212261 am: df323367e7 by Justin Yun · 7 years ago
  95. 8fe1212 Install current VNDK libs to the versioned directories. by Justin Yun · 7 years ago
  96. 729ee1d Revert "Revert "Soong support for namespaces"" am: 088e29ed38 am: 994f9e7a92 by Jeff Gaston · 7 years ago
  97. 3978135 Install VNDK snapshot libraries for system build am: 7154928c93 am: 702a40d5cd by Justin Yun · 7 years ago
  98. 088e29e Revert "Revert "Soong support for namespaces"" by Jeff Gaston · 7 years ago
  99. 7154928 Install VNDK snapshot libraries for system build by Justin Yun · 7 years ago
  100. dfff3da Use default app certificate from Make am: 61ae0b7eed am: 9d58bf0610 by Colin Cross · 7 years ago