iancottrell@chromium.org
2a27f96188
Replacing the javascript jar file merge with pure ant
...
BUG=310065
Review URL: https://codereview.chromium.org/35473002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@230420 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-23 14:31:31 +00:00
navabi@google.com
45bd690053
Some of the build tools have moved in the SDK (e.g. aapt, aidl) from
...
sdk/platform-tools/ to sdk/build-tools/<tools-version>/. The tools version is 18.0.1.
BUG=263966
Review URL: https://chromiumcodereview.appspot.com/21977003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216612 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-09 06:48:18 +00:00
jayjang@chromium.org
867afcbe90
Support multiple proguard flags from java_apk.gypi. Proguard supports multiple proguard configuration files but java_apk and apk-build.xml supports only one proguard configuration.
...
BUG=181470
Review URL: https://chromiumcodereview.appspot.com/12913017
git-svn-id: http://src.chromium.org/svn/trunk/src/build@191806 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-02 09:10:54 +00:00
cjhopman@chromium.org
83d2ed66a8
Fix proguard
...
Proguard should only be run in Release mode (in gyp, proguard_enabled is
not set based on the configuration). This is the way that we had
been determining whether or not to run proguard before recent Ant
refactoring.
Also, proguard needs the path to the android.jar
BUG=224079
Review URL: https://chromiumcodereview.appspot.com/12922004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@190876 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-27 09:04:27 +00:00
cjhopman@chromium.org
d63e35e839
Translate some ant to python
...
This moves java compilation, jar, and dex for apks from
ant to python. This uses the same javac.py and jar.py
that are used by build/java.gypi for libraries and introduces a simple dex.py.
BUG=158821
Review URL: https://chromiumcodereview.appspot.com/12880007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@190756 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-26 20:44:29 +00:00