- 08f670a Merge "soong: Use the CpExecutable rule for copying libraries" into main by Treehugger Robot · 9 months ago
- 21e2c10 disablePrebuilt: also clear sanitizer-dependent Srcs by Ryan Prichard · 11 months ago
- 2b6dfb5 Support mechanism to select a specific version of module sdk prebuilt by Spandan Das · 12 months ago
- 4021302 Convert SetProvider to generic providers API by Colin Cross · 1 year, 1 month ago
- 8ff1058 Remove ConvertWithBp2build implementations by Colin Cross · 1 year, 1 month ago
- 637458d Have ConvertWBp2build use Bp2buildMutatorContext by Chris Parsons · 1 year, 4 months ago
- c46c6d4 soong: Use the CpExecutable rule for copying libraries by Alexander Koskovich · 1 year, 5 months ago
- c85750b Use generics for DepSets by Colin Cross · 2 years, 9 months ago
- 39b6cc5 Ignore test apexes from bp2build generated tags by Spandan Das · 1 year, 9 months ago
- c641cc4 bp2build: migrate export_{,system_}include_dirs -> *includes for cc_prebuilt_library{,_static,_shared} by Alex Márquez Pérez Muñíz Díaz Puras Thaureaux · 1 year, 10 months ago
- e5f063e Do not install prebuilt stubs from module_sdk by Jooyung Han · 1 year, 10 months ago
- 8ac7d7d Revert "Export non-apex variants of modules to make" by Jingwen Chen · 1 year, 10 months ago
- 502da39 Export non-apex variants of modules to make by Cole Faust · 1 year, 11 months ago
- c353abd Revert "Revert "Produce _alwayslink sibling targets through bp2b..." by Alex Márquez Pérez Muñíz Díaz Puras Thaureaux · 1 year, 10 months ago
- 295da16 Revert "Export non-apex variants of modules to make" by Iván Budnik · 1 year, 10 months ago
- ad222f2 Export non-apex variants of modules to make by Cole Faust · 1 year, 11 months ago
- 68e126e Revert "Produce _alwayslink sibling targets through bp2build" by Wilson Sung · 1 year, 10 months ago
- 011b7cf Produce _alwayslink sibling targets through bp2build by Alex Márquez Pérez Muñíz Díaz Puras Thaureaux · 1 year, 11 months ago
- e431240 Support DCLA by Yu Liu · 2 years ago
- 4ed95e2 mixed build targets need transitive tidy files by Sam Delmerico · 2 years ago
- 5fb794a clean up CL for androidmk variables by Sam Delmerico · 2 years ago
- 4520481 Merge changes I07db8afc,Ia89e0239 by Treehugger Robot · 2 years ago
- d796f6f Stop module types being SdkAware by Paul Duffin · 2 years, 2 months ago
- c5075e9 Add bp2build support for cc_prebuilt_object by Colin Cross · 2 years, 1 month ago
- 8ec23f8 Merge "Convert apex_available (for supported modules) to bazel tags." by Jingwen Chen · 2 years, 1 month ago
- c4c34e1 Convert apex_available (for supported modules) to bazel tags. by Jingwen Chen · 2 years, 2 months ago
- 2c1d6aa Update sanitize to not modify user properties by Liz Kammer · 2 years, 3 months ago
- c5184ec Rename prebuilt_library_* to cc_prebuilt_library_* by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 2 years, 3 months ago
- 256e3b4 Support mixed building for cc_prebuilt_binary by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 2 years, 3 months ago
- b12ff59 Support cc_prebuilt_binary building with Bazel by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 2 years, 5 months ago
- 329a031 Merge "Support prefix_symbols for prebuilt libraries" by Pierre-Clément Tosi · 2 years, 5 months ago
- d079e0b Reformat build/soong for go 1.19 by Colin Cross · 2 years, 5 months ago
- 6f630ae Support prefix_symbols for prebuilt libraries by Pierre-Clément Tosi · 2 years, 5 months ago
- 5d6fa4d Enable Mixed Builds for Prebuilt Library by Trevor Radcliffe · 2 years, 8 months ago
- 707f65d Merge "Remove library decorator for extracting headers" by Liz Kammer · 2 years, 8 months ago
- 6ce2cf9 cc bazel handlers: use better interface checking by Chris Parsons · 2 years, 8 months ago
- f874e46 Refactor mixed builds to only take one pass by Chris Parsons · 2 years, 8 months ago
- 5454944 Remove library decorator for extracting headers by Liz Kammer · 2 years, 8 months ago
- 8d0e466 Merge "Copy prebuilt objects to the intermediates directory" by Colin Cross · 2 years, 9 months ago
- ee02aed Copy prebuilt objects to the intermediates directory by Colin Cross · 2 years, 9 months ago
- 58ea451 bp2build support for cc_prebuilt_library by Trevor Radcliffe · 2 years, 9 months ago
- 5bdf2d5 Mark implementation variant of prebuilts with stubs as not installable by Martin Stjernholm · 3 years ago
- 2b376bc Create subdir for cc rules. by Liz Kammer · 3 years ago
- c3b97c3 libclang_rt_prebuilt_library_shared mixed builds by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 3 months ago
- bdc922f bp2build: do not convert prebuilt cc binaries by Liz Kammer · 3 years, 1 month ago
- be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 3 years, 2 months ago
- d51cb5c Fix prebuilt header files to produce proper AndroidMk entries. by Martin Stjernholm · 3 years, 2 months ago
- e65c3ae Fix prebuilt selection logic for cc_prebuilt_library_headers. by Martin Stjernholm · 3 years, 2 months ago
- 7b0781d rust: Emit toc files for cdylibs by Ivan Lozano · 3 years, 2 months ago
- 7fa0696 cc_prebuilt_library_shared converted via bp2build by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 3 months ago
- 9804da0 Dedup use of "prebuilt_" by Paul Duffin · 3 years, 3 months ago
- 787fb36 Add OS to configuration key in mixed builds by Chris Parsons · 3 years, 3 months ago
- 0d99045 Lift BazelHandler interface into android/ by Alex Márquez Pérez Muñíz Díaz Púras Thaureaux · 3 years, 5 months ago
- 7cabd42 Export NewPrebuiltObject by Colin Cross · 3 years, 7 months ago
- ef6dfea Only store what's used in SharedLibraryInfo by Liz Kammer · 3 years, 7 months ago
- aef14db Merge changes from topic "tvts-test-host-jni" by Treehugger Robot · 3 years, 9 months ago
- fe23bf3 Add tests for request_type ParseResult functions. by Liz Kammer · 3 years, 9 months ago
- b71794d Consolidate cc-specific cqueries. by Liz Kammer · 3 years, 9 months ago
- 3f9e155 Handle simple prebuilt static libraries from bazel by Liz Kammer · 3 years, 10 months ago
- c04fb9e Remove deapexer and prebuilt apex select mutators by Paul Duffin · 3 years, 11 months ago
- 2df8177 Add Target to cc.SharedLibraryInfo by Colin Cross · 4 years ago
- 6a8c18a Merge "versioning macro is exported from prebuilt stubs as well" by Treehugger Robot · 4 years, 1 month ago
- 892a98f versioning macro is exported from prebuilt stubs as well by Jiyong Park · 4 years, 1 month ago
- 649d817 Require libraries in header_libs to be cc_library_header by Colin Cross · 4 years, 1 month ago
- bf4f55f Improve commenting for cc/builer.go, and kill dead code by Chris Parsons · 4 years, 2 months ago
- 31076b3 Move stubs related methods out of LinkableInterface by Colin Cross · 4 years, 3 months ago
- d462070 Merge "Start using Providers instead of direct module access" by Colin Cross · 4 years, 3 months ago
- 2080bfe Support asan/hwasan versions of prebuilts. by Evgenii Stepanov · 4 years, 6 months ago
- 0de8a1e Start using Providers instead of direct module access by Colin Cross · 4 years, 4 months ago
- 14ee832 Handle absolute source paths correctly. by Martin Stjernholm · 4 years, 4 months ago
- 837ee1a Symlink prebuilt binaries on host. by Martin Stjernholm · 4 years, 5 months ago
- d458745 cc: export Stripper struct by Thiébaud Weksteen · 4 years, 5 months ago
- 9e9bb7f Only output make targets for uninstallable static libs in the APEX by Martin Stjernholm · 4 years, 5 months ago
- 1f6d90f Create 'cc_prebuilt_test_library_shared' module type by Chris Parsons · 4 years, 7 months ago
- 1042d29 Implement cc_object vendor snapshot by Inseob Kim · 4 years, 8 months ago
- 7f283f4 Refine logic choosing vendor snapshot modules by Inseob Kim · 4 years, 8 months ago
- ff6bd14 Merge "cc_prebuilt_library respect module name and stem" by Yo Chiang · 4 years, 9 months ago
- a3ad9b2 cc_prebuilt_library respect module name and stem by Yo Chiang · 4 years, 10 months ago
- bf37d16 Fix missing NOTICE targets for static libs that aren't available to platform. by Martin Stjernholm · 4 years, 10 months ago
- 0b92ac8 Add cc_prebuilt_object. by Martin Stjernholm · 4 years, 10 months ago
- bce90da Add support for cc_prebuilt_library by Paul Duffin · 4 years, 10 months ago
- f5ea9e1 Add cc_prebuilt_library_headers by Paul Duffin · 5 years ago
- 59986b2 Dedup cc prebuilts module type registration by Paul Duffin · 5 years ago
- ac6e608 Dedup prebuilt cc library creation by Paul Duffin · 5 years ago
- d110f87 Fix generated headers of snapshot by Inseob Kim · 5 years ago
- d1063c1 Introduce module type 'sdk' by Jiyong Park · 6 years ago
- 1f6c94a Merge "Add "apex_vndk" module type" by Treehugger Robot · 5 years ago
- 344d543 Add "apex_vndk" module type by Jooyung Han · 5 years ago
- 0fd6a41 Add suffix and target.vendor.suffix to shared libraries by Colin Cross · 5 years ago
- 6937844 Separate exported includes out of flags by Inseob Kim · 6 years ago
- f979d73 Omit .gnu_debuglink sections in object files by Ryan Prichard · 6 years ago
- 33b2fb7 Support using cc_prebuilt_library_shared with cc_library by Colin Cross · 6 years ago
- 3554a98 Soong: Add synopsis to cc_prebuilt_* modules. by Patrice Arruda · 6 years ago
- 65c95ff Include libprofile-extras to all coverage variants by Pirama Arumuga Nainar · 6 years ago
- 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
- c7f797e Fix shared_libs for cc/prebuilt.go by Logan Chien · 6 years ago
- 4fcea3d Add prebuilt ABI checker support to soong by Logan Chien · 6 years ago
- 379de2f APEXes can be sanitized by Jiyong Park · 6 years ago
- b60190a Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 6 years ago
- cb9342e Revert "Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules" by Colin Cross · 6 years ago