incremental_apk_by_default builds break at gn step |
||
Issue description
Steps to reproduce:
1) Add `incremental_apk_by_default = true` to your gn args
2) Run `gn gen`
Result:
ERROR at //build/config/android/rules.gni:2448:23: Assignment had no effect.
_apk_operations = []
^
You set the variable "_apk_operations" here and it was unused before it went
out of scope.
,
Jul 19 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/547811c04560d75abab73a3ebed44e98138896a0 commit 547811c04560d75abab73a3ebed44e98138896a0 Author: Mounir Lamouri <mlamouri@chromium.org> Date: Wed Jul 19 13:23:28 2017 Fix unused variabl gn error when using `incremental_apk_by_default=true`. Bug: 746276 Change-Id: Iab7f806ac062067c599cf7063f83d2a10de92f7a Reviewed-on: https://chromium-review.googlesource.com/576180 Reviewed-by: Bernhard Bauer <bauerb@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#487842} [modify] https://crrev.com/547811c04560d75abab73a3ebed44e98138896a0/build/config/android/rules.gni
,
Jul 19 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by mlamouri@chromium.org
, Jul 19 2017