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

Issue 383613002: Make android_apk template actually create an apk (Closed)

Created:
6 years, 5 months ago by cjhopman
Modified:
6 years, 4 months ago
Reviewers:
brettw, newt (away)
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@gn-apk-dex
Project:
chromium
Visibility:
Public.

Description

Make android_apk template actually create an apk This is essentially three steps, packaging resources, packaging code, and then signing+zipaligning the apk. The apk does not currently contain the native libraries. Depends on http://crrev.com/386473002/ BUG=359249 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287729

Patch Set 1 #

Patch Set 2 : Switch to private variables #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -6 lines) Patch
M build/android/ant/apk-package.xml View 1 chunk +1 line, -2 lines 0 comments Download
M build/android/gyp/ant.py View 1 3 chunks +14 lines, -2 lines 0 comments Download
M build/android/gyp/finalize_apk.py View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M build/android/gyp/package_resources.py View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M build/config/android/config.gni View 1 3 chunks +7 lines, -0 lines 0 comments Download
M build/config/android/internal_rules.gni View 1 2 3 4 1 chunk +138 lines, -0 lines 0 comments Download
M build/config/android/rules.gni View 1 2 3 2 chunks +23 lines, -2 lines 0 comments Download
M build/java_apk.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
cjhopman
newt: *
6 years, 4 months ago (2014-07-29 23:32:24 UTC) #1
newt (away)
https://codereview.chromium.org/383613002/diff/80001/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): https://codereview.chromium.org/383613002/diff/80001/build/config/android/internal_rules.gni#newcode155 build/config/android/internal_rules.gni:155: _dex_path = invoker.classes_dex_path any reason not to use the ...
6 years, 4 months ago (2014-07-30 21:23:14 UTC) #2
cjhopman
https://codereview.chromium.org/383613002/diff/80001/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): https://codereview.chromium.org/383613002/diff/80001/build/config/android/internal_rules.gni#newcode155 build/config/android/internal_rules.gni:155: _dex_path = invoker.classes_dex_path On 2014/07/30 21:23:14, newt wrote: > ...
6 years, 4 months ago (2014-07-31 22:15:05 UTC) #3
newt (away)
Sounds good. lgtm
6 years, 4 months ago (2014-07-31 22:39:55 UTC) #4
cjhopman
brettw for OWNERS
6 years, 4 months ago (2014-07-31 22:40:26 UTC) #5
brettw
lgtm https://codereview.chromium.org/383613002/diff/100001/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): https://codereview.chromium.org/383613002/diff/100001/build/config/android/internal_rules.gni#newcode237 build/config/android/internal_rules.gni:237: _rebased_resource_packaged_apk_path = rebase_path(_resource_packaged_apk_path, root_build_dir) Can you wrap to ...
6 years, 4 months ago (2014-08-03 23:42:59 UTC) #6
cjhopman
https://codereview.chromium.org/383613002/diff/100001/build/config/android/internal_rules.gni File build/config/android/internal_rules.gni (right): https://codereview.chromium.org/383613002/diff/100001/build/config/android/internal_rules.gni#newcode237 build/config/android/internal_rules.gni:237: _rebased_resource_packaged_apk_path = rebase_path(_resource_packaged_apk_path, root_build_dir) On 2014/08/03 23:42:58, brettw wrote: ...
6 years, 4 months ago (2014-08-06 00:19:35 UTC) #7
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 4 months ago (2014-08-06 00:19:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/383613002/120001
6 years, 4 months ago (2014-08-06 00:21:12 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 07:29:45 UTC) #10
Message was sent while issue was closed.
Change committed as 287729

Powered by Google App Engine
This is Rietveld 408576698