DescriptionThis is the first change in simplifying our ant build scripts.
First check in a copy of
third_party/android_tools/sdk/tools/ant/build.xml as
build/android/ant/apk-build.xml
Previously we were overriding targets from this build.xml
in build/android/ant/sdk-targets.xml. Instead of doing this
override, just replace the actual targets in apk-build.xml.
Do the same for properties that we were overriding in
build/android/ant/chromium-apk.xml.
Both of these have no logical change on these build scripts.
Ant's targets and properties are immutable and so Ant was
doing this exact thing already.
BUG=158821
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187483
Patch Set 1 : Move Android's build.xml into our tree #
Total comments: 2
Patch Set 2 : Replace targets in apk-build.xml with overrides from sdk-targets.xml #Patch Set 3 : Move property overrides from chromium-apk.xml to apk-build.xml #Patch Set 4 : sdk-targets.xml is still used by native_test_apk.xml #Patch Set 5 : Add License header #
Messages
Total messages: 6 (0 generated)
|