Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Issue 13891010: [Android] Only write the ordered libraries file when it changes (Closed)

Created:
7 years, 8 months ago by cjhopman
Modified:
7 years, 8 months ago
Reviewers:
Yaron
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, klundberg+watch_chromium.org, ilevy+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

[Android] Only write the ordered libraries file when it changes This action is triggered whenever the top-level library is re-linked. This file being touched then triggers generating a Java file, and then rebuilding/installing the APK. This is all unnecessary. Instead, only write this file if the output has changed. Then, since the ninja generator uses restat=1, dependent actions will only be retriggered when this actual changes (almost never). BUG=158821 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194780

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M build/android/gyp/util/build_utils.py View 1 chunk +11 lines, -0 lines 0 comments Download
M build/android/gyp/write_ordered_libraries.py View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
cjhopman
7 years, 8 months ago (2013-04-17 20:36:50 UTC) #1
Yaron
lgtm
7 years, 8 months ago (2013-04-17 21:59:27 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/13891010/1
7 years, 8 months ago (2013-04-18 00:50:43 UTC) #3
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 05:31:25 UTC) #4
Message was sent while issue was closed.
Change committed as 194780

Powered by Google App Engine
This is Rietveld 408576698