DescriptionFix 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 #Messages
Total messages: 15 (0 generated)
|