1. b01ac4b Remove support for generating versioned snapshots by Paul Duffin · 3 years, 2 months ago
  2. 96320df Handle multiple linkages in sdk snapshots by Liz Kammer · 3 years, 3 months ago
  3. 7eed538 Remove unused uses_sdks property for apexes by Liz Kammer · 3 years, 3 months ago
  4. 12a0a31 Add ramdisk image sdk trait to cc_library_headers by Paul Duffin · 3 years, 11 months ago
  5. 6369622 Add recovery image sdk trait to cc_library_headers by Paul Duffin · 4 years ago
  6. 93b750e Add support for native bridge trait by Paul Duffin · 6 years ago
  7. 6b8f425 Remove default_shared_libs by Colin Cross · 4 years ago
  8. 137d7da Support shared_libs, static_libs and default_shared_libs in cc_object by Colin Cross · 4 years, 1 month ago
  9. 9ecb42d Add default_shared_libs property by Colin Cross · 4 years, 1 month ago
  10. 525a590 Make sdk tests more realistic by Paul Duffin · 4 years, 3 months ago
  11. 7b0259f Make order of properties in snapshot module consistent by Paul Duffin · 4 years, 3 months ago
  12. 25c47a4 Merge ""current" is implicitly added to stubs.versions" by Treehugger Robot · 4 years, 4 months ago
  13. d4a3a13 "current" is implicitly added to stubs.versions by Jiyong Park · 4 years, 5 months ago
  14. db462dd Disallow non-existent paths in sdk package by Paul Duffin · 4 years, 5 months ago
  15. 1822a0a Improve sdk snapshot testing by Paul Duffin · 4 years, 5 months ago
  16. 89648f9 Remove usages of FixtureFactory from misc packages by Paul Duffin · 4 years, 5 months ago
  17. 36474d3 Stop sdk package depending on testing.T being embedded in TestResult by Paul Duffin · 4 years, 5 months ago
  18. 4a2a29c Support test fixtures in sdk package by Paul Duffin · 4 years, 5 months ago
  19. 981b94b Switch CheckSnapshot from a testSdkResult method to a function by Paul Duffin · 4 years, 5 months ago
  20. f8dcf5e Make apex.updatable default to true. by Mathew Inwood · 4 years, 6 months ago
  21. 7a7d067 Generated headers may not be arch specific by Paul Duffin · 4 years, 6 months ago
  22. 42dd4e6 Fix the snapshot handling of generated headers by Paul Duffin · 4 years, 5 months ago
  23. 86b02a7 Differentiate usages of word "include" in cc_sdk_test.go by Paul Duffin · 4 years, 5 months ago
  24. a43f927 Add sdk test for incorrect handling of generated headers by Paul Duffin · 4 years, 6 months ago
  25. 75b902a Separate versioned/unversioned testing in sdk/cc_sdk_test.go by Paul Duffin · 4 years, 5 months ago
  26. 1e04109 Always set apex_available in SDK snapshots. by Martin Stjernholm · 4 years, 9 months ago
  27. 59e0c7a Disable sanitizer flags and output files for sanitizer-enabled SDK members. by Martin Stjernholm · 4 years, 9 months ago
  28. 8fe14e6 Enable sdk and sdk members in os_arch granularity by Jiyong Park · 4 years, 10 months ago
  29. 405af07 Revert "Make lots of tests run in parallel" by Colin Cross · 4 years, 10 months ago
  30. 323dc60 Make lots of tests run in parallel by Colin Cross · 4 years, 11 months ago
  31. d99d997 Explicitly specify visibility in sdk/module_exports snapshot by Paul Duffin · 4 years, 10 months ago
  32. b7c77bd Merge "Retain all stubs versions in the snapshot." by Martin Stjernholm · 4 years, 10 months ago
  33. 618b671 Retain all stubs versions in the snapshot. by Martin Stjernholm · 4 years, 10 months ago
  34. b024957 Propagate all sanitizer flags in SDK snapshots. by Martin Stjernholm · 4 years, 11 months ago
  35. d6abaa7 Propagate recovery_available property through to sdk snapshot by Paul Duffin · 5 years ago
  36. d1edbd4 Propagate vendor_available property through to sdk snapshot by Paul Duffin · 5 years ago
  37. fbb486f Propagate sanitize.never flag in SDK snapshots. by Martin Stjernholm · 5 years ago
  38. aede88c Reland: Deduplicate APEX variants that would build identically by Colin Cross · 5 years ago
  39. caa47d7 Disable all host OS variants except those explicitly included. by Martin Stjernholm · 5 years ago
  40. 4cfa2c6 Set compile_multilib for SDK snapshots for device. by Martin Stjernholm · 5 years ago
  41. 89238f4 Add compile_multilib properties to all native prebuilts (reland). by Martin Stjernholm · 5 years ago
  42. 7feceb2 Add support for SDK tests with LinuxBionic OS type. by Martin Stjernholm · 5 years ago
  43. 3ff2e66 Disable all SDK snapshot generation tests on mac. by Martin Stjernholm · 5 years ago
  44. 29936ae Revert "Add compile_multilib properties to all native prebuilts." by Charles Chen · 5 years ago
  45. 1e9c267 Add compile_multilib properties to all native prebuilts. by Martin Stjernholm · 5 years ago
  46. ed62b9c Differentiate sdk snapshot include dir by os type by Paul Duffin · 5 years ago
  47. 26ab8e8 Prepend default to allow overriding in the bp file. by Martin Stjernholm · 5 years ago
  48. cc77601 Do not follow SDK member dependencies for APEX payloads. by Martin Stjernholm · 5 years ago
  49. 47ed352 Propagate unique_host_soname to cc_library prebuilts. by Martin Stjernholm · 5 years ago
  50. 7130fab Propagate flags necessary for a prebuilt of the Bionic linker. by Martin Stjernholm · 5 years ago
  51. 7a1f7f3 Retry: Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 5 years ago
  52. ad913d5 Revert "Fix snapshot of a host/device cc_library with stubs" by Greg Kaiser · 5 years ago
  53. 2af5238 Fix snapshot of a host/device cc_library with stubs by Paul Duffin · 5 years ago
  54. cc330d6 Do not propagate dynamic dependencies for stub libs. by Martin Stjernholm · 5 years ago
  55. bdd0dff Do not propagate the stub symbol file to prebuilts. by Martin Stjernholm · 5 years ago
  56. c5dd4f7 Propagate stubs to the SDK for libraries that have them. by Martin Stjernholm · 5 years ago
  57. 66a0694 Don't run new test on Darwin that lacks snapshot support. by Martin Stjernholm · 5 years ago
  58. 10566a0 Propagate empty vs unspecified system_shared_libs correctly. by Martin Stjernholm · 5 years ago
  59. 6a7e953 Sdk snapshot set compile_multilib per OsType by Paul Duffin · 5 years ago
  60. 9b76c0b Add support for using cc_library in sdk/module_exports by Paul Duffin · 5 years ago
  61. cd07bce Add SDK member support for cc_object. by Martin Stjernholm · 5 years ago
  62. 07ef3cb Output properties before sets in snapshot module by Paul Duffin · 5 years ago
  63. 0174d8d Remove SdkMemberType.FinalizeModule by Paul Duffin · 5 years ago
  64. 13f0271 Copy shared_libs and system_shared_libs to module snapshot by Paul Duffin · 5 years ago
  65. 0cb37b9 Disable installation for sdk snapshot versioned prebuilts by Paul Duffin · 5 years ago
  66. a04c107 Add support for multiple os types by Paul Duffin · 5 years ago
  67. 0c394f3 Copy sdk_version to cc library snapshots by Paul Duffin · 5 years ago
  68. befa4b9 Copy apex_available properties to snapshot modules by Paul Duffin · 5 years ago
  69. 1356d8c Add CommonOS variant for sdk by Paul Duffin · 5 years ago
  70. 91756d2 Add support for cc_library_headers in sdk/module_exports by Paul Duffin · 5 years ago
  71. 13ad94f Allow compile_multilib to be specified on module exports by Paul Duffin · 5 years ago
  72. f9aabd7 Make apex use cc.GatherRequiredDepsForTests by Colin Cross · 5 years ago
  73. 25ce04b Add support for cc_binary in module_exports by Paul Duffin · 6 years ago
  74. eec79eb Default apex_available to //apex_available:platform by Anton Hansson · 6 years ago
  75. e602918 Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot by Paul Duffin · 6 years ago
  76. a0843f6 Differentiate between cc library and binary by Paul Duffin · 6 years ago
  77. 7113d20 Use empty string for core image variant by Colin Cross · 6 years ago
  78. 57b9e1d Improve handling of generated include dirs by Paul Duffin · 6 years ago
  79. a7cd8c8 Generalize common property extraction by Paul Duffin · 6 years ago
  80. 9ab556f Added support for using static libraries in sdk snapshot by Paul Duffin · 6 years ago
  81. c62a510 Discard duplicate operations to copy files to snapshot by Paul Duffin · 6 years ago
  82. 593b3c9 Ensure prebuilt modules have same visibility as source modules by Paul Duffin · 6 years ago
  83. d835daa Separate out module type specific test config by Paul Duffin · 6 years ago
  84. a80fdec Extract the cc and java sdk related tests out into their own file by Paul Duffin · 6 years ago