1. 28 Oct, 2015 1 commit
    • Ying Wang's avatar
      Fix "make product-graph" and "make dump-products". · 67132baa
      Ying Wang authored
      - For unmodified "make product-graph" and "make dump-products",
        load only the current product configuration makefiles. This is much
        faster than loading all product makefiles.
      - For "make product-graph ANDROID_PRODUCT_GRAPH=--all",
        "make dump-products ANDROID_DUMP_PRODUCTS=all", load all product
        makefiles.
      - Move product-graph.mk out of build tasks, so we can skip loading all
        the Android.mks, which takes long and we don't really need them.
        More importantly, with all product makefiles loaded, modules in
        Android.mks are prone to clash (if they are conditionally included
        by variables set up in product makefiles) and lead to parse-time
        error.
      
      Change-Id: Idc1d6b0c23eb2c8bb34fdd7a1fa4d56171768d21
      67132baa
  2. 04 Feb, 2015 1 commit
  3. 05 Jan, 2015 1 commit
  4. 27 Oct, 2014 1 commit
  5. 02 Aug, 2013 1 commit
    • Ying Wang's avatar
      Split the product-graph build commands · 3670c844
      Ying Wang authored
      1) As more product configuration files are added to the source tree, the
      command line has become too long.
      2) Escape "(" and ")" that may may appear in PRODUCT_MODEL.
      
      Change-Id: I08f278dce434050f013498327c7cbf3592512460
      3670c844
  6. 17 Aug, 2012 4 commits
  7. 13 Nov, 2009 1 commit
  8. 08 Aug, 2009 1 commit
  9. 29 Jul, 2009 1 commit
  10. 05 Mar, 2009 1 commit
  11. 04 Mar, 2009 2 commits
  12. 16 Jan, 2009 1 commit
  13. 21 Oct, 2008 1 commit