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

Issue 3008973002: Add --build_dir arg to build_aar.py (Closed)

Created:
3 years, 3 months ago by korniltsev
Modified:
3 years, 3 months ago
CC:
webrtc-reviews_webrtc.org
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add --build_dir arg to build_aar.py This will enable incremental build for aar BUG=None Review-Url: https://codereview.webrtc.org/3008973002 Cr-Commit-Position: refs/heads/master@{#19689} Committed: https://chromium.googlesource.com/external/webrtc/+/0b510a994692df0137b39d38427e7c7311bdad27

Patch Set 1 #

Total comments: 6

Patch Set 2 : review fixes #

Total comments: 3

Patch Set 3 : review fixes #

Total comments: 1

Patch Set 4 : Rename tmp_dir to build_dir #

Patch Set 5 : Rebase on master, rename tmp_dir to build_dir in GenerateLicense functino #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -16 lines) Patch
M tools_webrtc/android/build_aar.py View 1 2 3 4 6 chunks +19 lines, -16 lines 0 comments Download

Messages

Total messages: 27 (10 generated)
korniltsev
3 years, 3 months ago (2017-08-31 07:50:20 UTC) #2
kjellander_webrtc
+sakal https://codereview.webrtc.org/3008973002/diff/1/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): https://codereview.webrtc.org/3008973002/diff/1/tools_webrtc/android/build_aar.py#newcode167 tools_webrtc/android/build_aar.py:167: if args.build_dir == '': I prefer: if not ...
3 years, 3 months ago (2017-08-31 08:03:06 UTC) #4
sakal
https://codereview.webrtc.org/3008973002/diff/1/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): https://codereview.webrtc.org/3008973002/diff/1/tools_webrtc/android/build_aar.py#newcode49 tools_webrtc/android/build_aar.py:49: parser.add_argument('--build_dir', default='', I don't think it is necessary to ...
3 years, 3 months ago (2017-08-31 08:07:49 UTC) #5
sakal
https://codereview.webrtc.org/3008973002/diff/1/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): https://codereview.webrtc.org/3008973002/diff/1/tools_webrtc/android/build_aar.py#newcode49 tools_webrtc/android/build_aar.py:49: parser.add_argument('--build_dir', default='', Also, can we use build-dir for consistency ...
3 years, 3 months ago (2017-08-31 08:09:01 UTC) #6
korniltsev
https://codereview.webrtc.org/3008973002/diff/1/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): https://codereview.webrtc.org/3008973002/diff/1/tools_webrtc/android/build_aar.py#newcode49 tools_webrtc/android/build_aar.py:49: parser.add_argument('--build_dir', default='', On 2017/08/31 08:07:49, sakal wrote: > I ...
3 years, 3 months ago (2017-08-31 08:25:59 UTC) #7
sakal
https://codereview.webrtc.org/3008973002/diff/20001/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): https://codereview.webrtc.org/3008973002/diff/20001/tools_webrtc/android/build_aar.py#newcode170 tools_webrtc/android/build_aar.py:170: tmp_dir = args.build_dir nit: I would to call this ...
3 years, 3 months ago (2017-08-31 08:42:07 UTC) #8
kjellander_webrtc
https://codereview.webrtc.org/3008973002/diff/20001/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): https://codereview.webrtc.org/3008973002/diff/20001/tools_webrtc/android/build_aar.py#newcode170 tools_webrtc/android/build_aar.py:170: tmp_dir = args.build_dir On 2017/08/31 08:42:07, sakal wrote: > ...
3 years, 3 months ago (2017-08-31 08:48:11 UTC) #9
kjellander_webrtc
3 years, 3 months ago (2017-08-31 08:48:13 UTC) #10
korniltsev
Done. Should I rename tmp_dir to build_dir in all other fuctions? https://codereview.webrtc.org/3008973002/diff/20001/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): ...
3 years, 3 months ago (2017-08-31 09:49:46 UTC) #11
sakal
lgtm with nits fixed https://codereview.webrtc.org/3008973002/diff/40001/tools_webrtc/android/build_aar.py File tools_webrtc/android/build_aar.py (right): https://codereview.webrtc.org/3008973002/diff/40001/tools_webrtc/android/build_aar.py#newcode88 tools_webrtc/android/build_aar.py:88: def _GetOutputDirectory(tmp_dir, arch): nit: I ...
3 years, 3 months ago (2017-08-31 10:29:42 UTC) #12
korniltsev
3 years, 3 months ago (2017-08-31 10:52:50 UTC) #13
kjellander_webrtc
lgtm I realize I never setup a trybot for this archiving, so you'll have to ...
3 years, 3 months ago (2017-08-31 11:06:13 UTC) #14
korniltsev
On 2017/08/31 11:06:13, kjellander_webrtc wrote: > lgtm > > I realize I never setup a ...
3 years, 3 months ago (2017-09-01 13:32:18 UTC) #15
sakal
I just realized my recent change conflicts with this CL. Can you rebase please and ...
3 years, 3 months ago (2017-09-05 08:29:38 UTC) #20
korniltsev
Rebased on master.
3 years, 3 months ago (2017-09-05 14:45:07 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/3008973002/80001
3 years, 3 months ago (2017-09-05 14:46:19 UTC) #24
commit-bot: I haz the power
3 years, 3 months ago (2017-09-05 15:12:37 UTC) #27
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/external/webrtc/+/0b510a994692df0137b39d384...

Powered by Google App Engine
This is Rietveld 408576698