1. cc72e98 Use deep copy when copying bpPropertySets by Paul Duffin · 6 years ago
  2. 7839d8f Merge "Exclude sdkMemberVersionedDepTag from visibility enforcement" by Treehugger Robot · 6 years ago
  3. eec79eb Default apex_available to //apex_available:platform by Anton Hansson · 6 years ago
  4. fe14922 Exclude sdkMemberVersionedDepTag from visibility enforcement by Paul Duffin · 6 years ago
  5. c132742 Dedup package build components registration by Paul Duffin · 6 years ago
  6. 1b82e6a Add support for java_test in sdk by Paul Duffin · 6 years ago
  7. e602918 Restrict SdkMemberTypes that can be used with sdk/sdk_snapshot by Paul Duffin · 6 years ago
  8. 8150da6 Added module_exports/_snapshot as alias for sdk/_snapshot by Paul Duffin · 6 years ago
  9. e2bc36f Merge "Generate .srcjar for prebuilt_stubs_sources" by Paul Duffin · 6 years ago
  10. a0843f6 Differentiate between cc library and binary by Paul Duffin · 6 years ago
  11. 6c26dc7 Dedup cc library module type registration by Paul Duffin · 6 years ago
  12. 9b478b0 Generate .srcjar for prebuilt_stubs_sources by Paul Duffin · 6 years ago
  13. d686791 Improve cc tests by adding sanitizer mutators by Paul Duffin · 6 years ago
  14. 0c4979b Dedup prebuilt mutator registration by Paul Duffin · 6 years ago
  15. 77980a8 Dedup registration for cc default test config by Paul Duffin · 6 years ago
  16. 59986b2 Dedup cc prebuilts module type registration by Paul Duffin · 6 years ago
  17. 884363e Dedup droiddoc module type registration by Paul Duffin · 6 years ago
  18. f9b1da0 Dedup registration code for module types and singletons by Paul Duffin · 6 years ago
  19. 98be1bb Move filesystem into Config by Colin Cross · 6 years ago
  20. bd06243 Merge "Use empty string for core image variant" by Treehugger Robot · 6 years ago
  21. 7113d20 Use empty string for core image variant by Colin Cross · 6 years ago
  22. 255f18e Decouple addition of new sdk member types from sdk code by Paul Duffin · 6 years ago
  23. 57b9e1d Improve handling of generated include dirs by Paul Duffin · 6 years ago
  24. a7cd8c8 Generalize common property extraction by Paul Duffin · 6 years ago
  25. 9ab556f Added support for using static libraries in sdk snapshot by Paul Duffin · 6 years ago
  26. c62a510 Discard duplicate operations to copy files to snapshot by Paul Duffin · 6 years ago
  27. fa02872 Sort sdkProperties by package and then name by Paul Duffin · 6 years ago
  28. 0b0e1b9 AndroidMkEntries() returns multiple AndroidMkEntries structs by Jiyong Park · 6 years ago
  29. ce482dc Exclude META-INF/ from repackaged source jar in snapshot by Paul Duffin · 6 years ago
  30. 593b3c9 Ensure prebuilt modules have same visibility as source modules by Paul Duffin · 6 years ago
  31. 9d8d609 Pass SdkMember to AddPrebuiltModule instead of the name by Paul Duffin · 6 years ago
  32. 8cda6d9 Merge "Support header and implementation jars in sdk" by Treehugger Robot · 6 years ago
  33. ae6c520 Move ImageMutator after archMutator by Colin Cross · 6 years ago
  34. a0dbf43 Support header and implementation jars in sdk by Paul Duffin · 6 years ago
  35. d835daa Separate out module type specific test config by Paul Duffin · 6 years ago
  36. a6e737b Organize sdk member properties by Paul Duffin · 6 years ago
  37. a80fdec Extract the cc and java sdk related tests out into their own file by Paul Duffin · 6 years ago
  38. c3c5d5e Improve testing of sdk snapshot generation by Paul Duffin · 6 years ago
  39. 82d9043 Separate sdk testing infrastructure from sdk tests by Paul Duffin · 6 years ago
  40. 1387957 Parameterize the sdk member processing by Paul Duffin · 6 years ago
  41. 375058f Use static build rules in snapshot generation by Paul Duffin · 6 years ago
  42. 46fc58e Disable TestHostSnapshot test for non-linux build by Paul Duffin · 6 years ago
  43. e44358f Add support for host sdk by Paul Duffin · 6 years ago
  44. b645ec8 Add model to represent generated snapshot .bp file by Paul Duffin · 6 years ago
  45. 01178ed Remove unused methods from sdk/sdk_test.go by Paul Duffin · 6 years ago
  46. 66905ed Simplify sdk_snapshot module member list generation by Paul Duffin · 6 years ago
  47. 7264c69 Remove unused frozenVersions() method by Paul Duffin · 6 years ago
  48. b1a8813 Dedup code for generating prebuilt_stubs_sources in snapshot by Paul Duffin · 6 years ago
  49. ac37c50 Check the contents of an SDK snapshot's generated Android.bp by Paul Duffin · 6 years ago
  50. 9010250 Generate unversioned cc_prebuilt_library_shared by Paul Duffin · 6 years ago
  51. 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 6 years ago
  52. 4b49b76 Make TestContext.RegisterModuleType take an android.ModuleFactory by Colin Cross · 6 years ago
  53. 9154718 Adds droidstubs support to sdk module by Paul Duffin · 6 years ago
  54. 504b461 Simplify building an SDK snapshot from the command line by Paul Duffin · 6 years ago
  55. 7228ecd Move cc.imageMutator into the android package by Colin Cross · 6 years ago
  56. 0e0cf1d Refactor sdk update mechanism by Paul Duffin · 6 years ago
  57. 232e785 SDK snapshot is dist'ed by Jiyong Park · 6 years ago
  58. 100f3fd sdk modules are by default compile_multilib: "both" by Jiyong Park · 6 years ago
  59. 73c54ee native shared libs in an SDK can be snapshotted by Jiyong Park · 6 years ago
  60. c5bba64 Merge "Prohibit dependencies outside of uses_sdks" by Treehugger Robot · 6 years ago
  61. ad4a597 Merge "Add method to determine variations from a Target" by Colin Cross · 6 years ago
  62. a7bc8ad Prohibit dependencies outside of uses_sdks by Jiyong Park · 6 years ago
  63. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 6 years ago
  64. 9b409bc Create scripts to update and freeze a module SDK by Jiyong Park · 6 years ago
  65. d1063c1 Introduce module type 'sdk' by Jiyong Park · 6 years ago