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

Issue 10694128: Fix the conflict of input and output manifest files (Closed)

Created:
8 years, 5 months ago by yongsheng
Modified:
8 years, 5 months ago
CC:
chromium-reviews, michaelbai
Visibility:
Public.

Description

Fix the conflict of input and output manifest files The ant building base dir is the same as the output directory. In SDK r20, mergemanifest task will use the same file to do copying. As a result, it will empty the manifest file - AndroidManifest.xml. For the backward compatibility, fix it by copying input manifest file into a new directory so the output manifest file is still in the ant building base directory which could be used later by other tasks. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146296

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add the comment in code #

Patch Set 3 : Copy AndroidManifest.xml from project base dir #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M testing/android/native_test_apk.xml View 1 2 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
yongsheng
The native unittests apk gets build errors due to this conflict: The reason is that ...
8 years, 5 months ago (2012-07-11 05:33:54 UTC) #1
yongsheng
On 2012/07/11 05:33:54, yongsheng.zhu wrote: > The native unittests apk gets build errors due to ...
8 years, 5 months ago (2012-07-11 05:45:29 UTC) #2
nilesh
8 years, 5 months ago (2012-07-11 05:57:35 UTC) #3
nilesh
http://codereview.chromium.org/10694128/diff/1/testing/android/native_test_apk.xml File testing/android/native_test_apk.xml (right): http://codereview.chromium.org/10694128/diff/1/testing/android/native_test_apk.xml#newcode69 testing/android/native_test_apk.xml:69: <copy file="${out.dir}/AndroidManifest.xml" todir="${out.dir}/manifest"/> Please add a comment here.
8 years, 5 months ago (2012-07-11 05:58:31 UTC) #4
yongsheng
On 2012/07/11 05:58:31, nileshagrawal1 wrote: > http://codereview.chromium.org/10694128/diff/1/testing/android/native_test_apk.xml > File testing/android/native_test_apk.xml (right): > > http://codereview.chromium.org/10694128/diff/1/testing/android/native_test_apk.xml#newcode69 > ...
8 years, 5 months ago (2012-07-11 06:02:23 UTC) #5
nilesh
On 2012/07/11 06:02:23, yongsheng.zhu wrote: > On 2012/07/11 05:58:31, nileshagrawal1 wrote: > > > http://codereview.chromium.org/10694128/diff/1/testing/android/native_test_apk.xml ...
8 years, 5 months ago (2012-07-11 17:12:13 UTC) #6
John Grabowski
Owners LGTM
8 years, 5 months ago (2012-07-11 20:36:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yongsheng.zhu@intel.com/10694128/1002
8 years, 5 months ago (2012-07-12 01:20:23 UTC) #8
yongsheng
On 2012/07/11 20:36:25, John Grabowski wrote: > Owners LGTM thanks, john and nileshagrawal.
8 years, 5 months ago (2012-07-12 01:20:34 UTC) #9
commit-bot: I haz the power
Try job failure for 10694128-1002 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 5 months ago (2012-07-12 01:32:35 UTC) #10
yongsheng
On 2012/07/12 01:32:35, I haz the power (commit-bot) wrote: > Try job failure for 10694128-1002 ...
8 years, 5 months ago (2012-07-12 01:34:28 UTC) #11
yongsheng
Fix the stupid error. Please check it again.
8 years, 5 months ago (2012-07-12 03:10:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yongsheng.zhu@intel.com/10694128/10003
8 years, 5 months ago (2012-07-12 06:05:18 UTC) #13
yongsheng
On 2012/07/12 06:05:18, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
8 years, 5 months ago (2012-07-12 06:11:42 UTC) #14
commit-bot: I haz the power
8 years, 5 months ago (2012-07-12 07:16:10 UTC) #15
Change committed as 146296

Powered by Google App Engine
This is Rietveld 408576698