DescriptionAdd test jar generation logic for ant builds.
Add a new property generate.test.jar to ant scripts.
When this property is set, a jar containing all compiled
classes and referred classes is generated and placed in
out/{Debug|Release}/test.lib.java directory.
This makes it easier and cleaner to write ant build files for test apks.
New directory structure for the build:
Apks are placed in : out/{Debug|Release}/apks
All java libraries in : out/{Debug|Release}/lib.java
All test java libraries in : out/{Debug|Release}/test.lib.java
This CL also includes cleanup to work with the modified output
directory structure.
BUG=146583
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=157570
Patch Set 1 #Patch Set 2 : fix indent in base.gyp. #
Total comments: 32
Patch Set 3 : Incorporate Chris's feedback . #Patch Set 4 : Incorporate Chris's feedback. #Patch Set 5 : rebase #
Total comments: 30
Patch Set 6 : #Patch Set 7 : Yaron's feedback. #
Total comments: 2
Patch Set 8 : fix nits. #Patch Set 9 : rebase #
Total comments: 4
Patch Set 10 : nitz #Patch Set 11 : #Patch Set 12 : rebase #
Messages
Total messages: 21 (0 generated)
|