Skip to content
  1. May 28, 2019
    • Colin Cross's avatar
      Document escaping · e4a0584f
      Colin Cross authored
      Document that strings can contain double quotes escaped as \", and
      the droiddoc args argument can contain a dollar signe escaped as $$.
      
      Test: none
      Change-Id: I91d3fa73f484094c9ce8cbecc93189850856de84
      e4a0584f
  2. May 24, 2019
    • Martin Stjernholm's avatar
      Allow //visibility:public to override other visibility rules. · 226b20dc
      Martin Stjernholm authored
      However only allow it when they are merged from different defaults.
      
      Extend the tests to cover that and other cases with visibilities in
      defaults.
      
      Also avoid dumping the whole visibility spec in the error message when a
      visibility check fails, because it gets noisy for long visibility lists, and
      can be confusing when //visibility:public gets merged with other visibility
      rules.
      
      Test: Soong self test
      Bug: 112158820
      Bug: 130796911
      Change-Id: I242513975a3f824b9ea2eab5b94b194b9af2481b
      226b20dc
  3. Apr 26, 2019
    • Paul Duffin's avatar
      Add visibility support · 2e61fa6e
      Paul Duffin authored
      Implementation uploaded for review. Includes unit tests but does not
      yet handle prebuilts, that will come in a future change once some
      more general issues with prebuilts and namespaces is resolved.
      
      See README.md#Visibility for details of what this does and how to use
      it.
      
      Bug: 112158820
      Test: add visibility rules for core library modules, make core-tests
      Change-Id: I8ec980554398ad6f2d42043ce518f811a35da679
      2e61fa6e
  4. Mar 01, 2019
  5. Feb 09, 2019
    • Mikhail Naganov's avatar
      Docs: update path to soong_build.html · e0d0a453
      Mikhail Naganov authored
      On the recent versions, the module types help
      is generated into $OUT_DIR/soong/docs/soong_build.html
      
      Test: make && ls -l out/soong/docs/soong_build.html
      Change-Id: Ib7522a417fd5467f19d7393672a592d349f276f4
      e0d0a453
  6. Jan 17, 2019
  7. Sep 25, 2018
  8. Jul 09, 2018
  9. Apr 30, 2018
  10. Apr 24, 2018
    • Alex Light's avatar
      Add support for generating Compdb file · ec868fc4
      Alex Light authored
      Some tools (i.e. you-complete-me) make use of a 'compdb' file
      (compile_commands.json) that records (among other things) the
      arguments needed to compile a file. These tools can use this with
      libclang to provide semantic completions and perform other IDE
      actions. This CL adds support for soong to generate a (simple)
      compile_commands.json file.
      
      Test: make SOONG_GEN_COMPDB=1 SOONG_LINK_COMPDB_TO=$ANDROID_BUILD_TOP nothing
            examine $ANDROID_BUILD_TOP/compile_commands.json
      
      Change-Id: I751bb344b90dfcdad1dfd71c2a85bacd345f0464
      ec868fc4
  11. Feb 07, 2018
  12. Dec 05, 2017
  13. Nov 06, 2017
  14. Jan 14, 2017
  15. Dec 17, 2016
    • Colin Cross's avatar
      Support filegroups · 068e0fea
      Colin Cross authored
      filegroup is a module that contains a list of files, and can be used
      to export files across package boundaries.  filegroups (and genrules)
      can be referenced from srcs properties of other modules using the
      syntax ":module".
      
      Test: m -j
      Change-Id: I3d6fc4819c0b4225b474e0ad42f0d947f55a5961
      068e0fea
  16. Sep 26, 2016
    • Colin Cross's avatar
      Update readme · 024c32e9
      Colin Cross authored
      Use go/Android.bp link, add a little more on androidmk conversions.
      
      Test: none
      Change-Id: Ibe2be4ad54b6d9a8954d7efbb40d04dc54c8dbf2
      024c32e9
  17. Jul 18, 2016
Loading