1. 31 Jul, 2015 1 commit
    • Daniel Rosenberg's avatar
      Add ro.build.system_root_image · 59156a6b
      Daniel Rosenberg authored
      ro.build.system_root_image is true if the root directory is built
      into the system image.
      
      Change-Id: I17208ebd004c63aebb09db6c3e5f795619e73bd2
      59156a6b
  2. 29 Jul, 2015 4 commits
  3. 28 Jul, 2015 6 commits
  4. 27 Jul, 2015 3 commits
  5. 24 Jul, 2015 6 commits
  6. 23 Jul, 2015 2 commits
  7. 21 Jul, 2015 13 commits
  8. 20 Jul, 2015 2 commits
  9. 19 Jul, 2015 1 commit
    • Tao Bao's avatar
      Override properties that point to out/ directory. · 84e7568b
      Tao Bao authored
      A few properties are stored as links to the files in the out/
      directory, which are no longer available when (re)packing from
      target_files zip. Redirect those properties to the actual files in
      the unzipped directory when repacking.
      
      Change-Id: I18e930cbea224ab9c6db8d4e721b1c266a671db6
      84e7568b
  10. 18 Jul, 2015 1 commit
    • Colin Cross's avatar
      Read BUILD_NUMBER from file in rules · f37b4558
      Colin Cross authored
      Using $(BUILD_NUMBER) inside a rule causes odd behavior, as the rule
      is different every time make is run, but since make doesn't depend
      on the command line it only ends up being built with the new value
      if some other dependency has changed.
      
      To allow ninja, which does depend on the command line, to provide the
      same behavior, store the build number in out/build_number.txt, and
      use a shell expansion to cat the file in rules that use it.  This will
      cause the rule command to stay identical between builds, while still
      getting the new build number if the rule is rerun for a dependency.
      
      Also use the same trick for BUILD_FINGERPRINT, and the date in
      droiddoc rules.
      
      Change-Id: I6c5e6b6b3ef4c613563d7f5604df0e401575ba5f
      f37b4558
  11. 17 Jul, 2015 1 commit