[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 Review URL: https://chromiumcodereview.appspot.com/13891010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194780 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment