Commit 81d5159b authored by mstrum's avatar mstrum Committed by Commit bot

Fix comment describing how to use finalize_apk_action.gypi

The existing comment references the old name of finalize_apk_action.gypi, this
updates it to its current name.

This also reorders the input list to be alphabetized.

Review URL: https://codereview.chromium.org/899063002

Cr-Commit-Position: refs/heads/master@{#314656}
parent 83d11eaa
......@@ -12,7 +12,7 @@
# 'input_apk_path': 'relative/path/to/input.apk',
# 'output_apk_path': 'relative/path/to/output.apk',
# },
# 'includes': [ '../../build/android/finalize_apk.gypi' ],
# 'includes': [ '../../build/android/finalize_apk_action.gypi' ],
# },
#
......@@ -34,8 +34,8 @@
],
},
'inputs': [
'<(DEPTH)/build/android/gyp/util/build_utils.py',
'<(DEPTH)/build/android/gyp/finalize_apk.py',
'<(DEPTH)/build/android/gyp/util/build_utils.py',
'<(keystore_path)',
'<(input_apk_path)',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment