Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
sdk
/
81b0b45c11fe87bb350917d95c8c24dda7bbe3bf
/
anttasks
249dc01
Use aapt output to feed proguard's keep list.
by Xavier Ducrohet
· 12 years ago
6a98de1
SDK/ant: pass --ignore-assets flag to AAPT.
by Raphael Moll
· 12 years ago
7f14dc0
Fix Ant build.
by Xavier Ducrohet
· 13 years ago
e6ec57d
Revert the disable flag of the manifest merger to be enable instead.
by Xavier Ducrohet
· 13 years ago
3b7b3c0
Minor fixes in Ant.
by Xavier Ducrohet
· 13 years ago
dedd7ea
Manifest merger in Ant build.
by Xavier Ducrohet
· 13 years ago
47f4294
Properly exclude some classes in code coverage.
by Xavier Ducrohet
· 13 years ago
1daa8f9
Fix "ant test" + misc clean up / reorganization of build.xml
by Xavier Ducrohet
· 13 years ago
f1d97cd
SDK: Fix 2 toLowerCase using default locale.
by Raphael Moll
· 13 years ago
15f1c93
SDK: anttask refers to old prebuilt location for ant.jar
by Raphael Moll
· 13 years ago
2d15c42
RS Ant support: split opt level per build type.
by Xavier Ducrohet
· 13 years ago
1cb06d5
Use our own signing code in Ant and don't rely on Jarsigner.
by Xavier Ducrohet
· 13 years ago
7a10e40
Fix issue when running Ant from outside of the project's folder.
by Xavier Ducrohet
· 13 years ago
36e49c5
Merge "Enable passing of debug and optimization flags to slang in Ant builds."
by Xavier Ducrohet
· 13 years ago
430883c
am 99f28497: Merge "Close the dependency file after reading it."
by Tor Norbye
· 13 years ago
99f2849
Merge "Close the dependency file after reading it."
by Tor Norbye
· 13 years ago
763b15f
Close the dependency file after reading it.
by Kaloian Doganov
· 13 years ago
a08befd
Ant build now sanitize jar files in setup task.
by Xavier Ducrohet
· 13 years ago
81c5fb5
Automatically add dependencies to Eclipse project.
by Xavier Ducrohet
· 13 years ago
314a752
Only generate the libraries R/manifest classes in the app project.
by Xavier Ducrohet
· 13 years ago
4987af4
Enable passing of debug and optimization flags to slang in Ant builds.
by Matt Kopec
· 13 years ago
da1c452
Ensure R/Manifest/BuildConfig classes are not added to the library jar file.
by Xavier Ducrohet
· 13 years ago
44a21c2
Fix issue when a project and its libraries use the same jar files.
by Xavier Ducrohet
· 13 years ago
d7d4e98
Merge "Add --rename-manifest-package option to aapt Ant task."
by Jean-Baptiste Queru
· 13 years ago
8688abd
Remove warning that minsdkVersion is lower than the compile target.
by Xavier Ducrohet
· 13 years ago
1dd5c94
Fix ant issue where annotations.jar causes problems.
by Xavier Ducrohet
· 13 years ago
0716298
Add --rename-manifest-package option to aapt Ant task.
by Christopher Orr
· 13 years ago
f526dc3
Make some SDK project compile under Java 1.6
by Xavier Ducrohet
· 13 years ago
80f7e60
Merge changes Ifb914125,I32b31a30
by Xavier Ducrohet
· 13 years ago
b799387
Fix issue where updated Java files don't trigger a new apk in ant.
by Xavier Ducrohet
· 13 years ago
ec17a29
Automatically add annotations.jar on the classpath for API<=15
by Xavier Ducrohet
· 13 years ago
b9436ad
Fixed error in ApkBuilderTask for jar files with resources
by Claes Elgemark
· 13 years ago
3056c8e
Add support for BuildConfig class to ADT.
by Xavier Ducrohet
· 13 years ago
95a0647
Merge "Code cleanup: make sure FileInputStreams are closed."
by Raphael
· 13 years ago
a5613f2
Fix NPE when building project with no code.
by Xavier Ducrohet
· 13 years ago
def6f0d
Improve indirect library dependency support.
by Xavier Ducrohet
· 13 years ago
e162064
Add BuildConfig to ant SDK project.
by Xavier Ducrohet
· 13 years ago
796b6c0
Code cleanup: make sure FileInputStreams are closed.
by Raphael
· 13 years ago
b927427
Improved RenderScript support in SDK build.
by Xavier Ducrohet
· 13 years ago
26d92b7
Ant build didn't use -non-constant-id for libraries!
by Xavier Ducrohet
· 13 years ago
78c89f9
Also process and cache the png files in libraries.
by Xavier Ducrohet
· 13 years ago
2c8cced
Fix dependency support for aild.
by Xavier Ducrohet
· 13 years ago
15fa2cb
Make the zip align ant step check timestamp on intput/output.
by Xavier Ducrohet
· 13 years ago
a9a2823
Add dependency support for ApkBuilder ant step.
by Xavier Ducrohet
· 13 years ago
749cfb6
Make sure renderscript's -target-api receives 11+
by Xavier Ducrohet
· 13 years ago
c75c75a
Improve error message if manifest has wrong minSdkVersion.
by Xavier Ducrohet
· 13 years ago
91308ed
Pass -target-api to the renderscript compiler.
by Xavier Ducrohet
· 13 years ago
0fd7983
Make the dependency graph use extension restrictions per folder.
by Xavier Ducrohet
· 13 years ago
891cbf7
Add proper dependency support in the dex step of the Ant-based build.
by Xavier Ducrohet
· 13 years ago
50b3e57
Add support for proper dependency detection in the aidl ant compilation step.
by Xavier Ducrohet
· 13 years ago
5103671
Rename default.prop/build.prop to project.prop/ant.prop
by Xavier Ducrohet
· 13 years ago
3b5a006
Prevent running debug and release targets at the same time.
by Xavier Ducrohet
· 13 years ago
48902aa
Added extension specification to dependency check
by Josiah Gaskin
· 13 years ago
d02592f
Change filename for dependency files
by Josiah Gaskin
· 13 years ago
adb0595
Remove obsolete code.
by Xavier Ducrohet
· 13 years ago
babf25c
New library project mechanism.
by Xavier Ducrohet
· 14 years ago
8baa0f1
Expose version.name property for aapt task.
by Tero Saarni
· 13 years ago
c15b4fd
Add support for aapt CrunchCache in ADT and Ant
by Josiah Gaskin
· 13 years ago
8c0bb5e
Add support to Ant for packaging dependency checks
by Josiah Gaskin
· 13 years ago
065dfac
Add support to Ant for dependency checking
by Josiah Gaskin
· 13 years ago
ad94adc
Adding support to ADT and ant for smart R.java gen
by Josiah Gaskin
· 13 years ago
b261893
Add missing notice files.
by Xavier Ducrohet
· 14 years ago
9aa538f
Move the sdk io classes to common.jar
by Xavier Ducrohet
· 14 years ago
96f99e9
Ant tasks and dependency clean up.
by Xavier Ducrohet
· 14 years ago
ea803ca
Add Renderscript support to the ADT builders.
by Xavier Ducrohet
· 14 years ago
68d0fb4
Add renderscript support to the Ant build system.
by Xavier Ducrohet
· 14 years ago
b283eb1
Add Ant version check in setup task.
by Xavier Ducrohet
· 14 years ago
a6324a2
Fix external jar support when building with proguard.
by Xavier Ducrohet
· 14 years ago
e8e6a2f
Merge "Project property cleanup."
by Xavier Ducrohet
· 14 years ago
2c4736e
Project property cleanup.
by Xavier Ducrohet
· 14 years ago
6e8566d
Check for platform-tools presence.
by Xavier Ducrohet
· 14 years ago
e0df3f1
In some cases release build is actually a debug build.
by Xavier Ducrohet
· 14 years ago
a66ca8a
Use proguard for release builds through Ant.
by Xavier Ducrohet
· 14 years ago
aab4e50
Display error for missing required attributes in ant tasks
by Xavier Ducrohet
· 14 years ago
5af43ec
Support for debug build in Ant.
by Xavier Ducrohet
· 14 years ago
1cfea05
Ant: ensure SDK path ends with dir separator.
by Raphael Moll
· 14 years ago
3453535
Ant support for library depending on other libraries.
by Xavier Ducrohet
· 14 years ago
5aea83e
Support for aidl files in library project in the Ant build system.
by Xavier Ducrohet
· 14 years ago
1fd0a0d
Move the exceptions out of ApkBuilder.
by Xavier Ducrohet
· 14 years ago
7c19dcf
New ApkBuilder class.
by Xavier Ducrohet
· 14 years ago
e48a350
Move Apkbuilder into sdklib.
by Xavier Ducrohet
· 14 years ago
452ff02
Refactoring of ApkBuilder to prepare for its integration into sdklib.
by Xavier Ducrohet
· 14 years ago
853ab5a
ADT: Multi-apk export action.
by Xavier Ducrohet
· 14 years ago
e0ac2ae
Export project creation.
by Xavier Ducrohet
· 14 years ago
9b2c855
Rework the multi-apk log file(s).
by Xavier Ducrohet
· 14 years ago
2e62392
Add support for locale filters in multi-apk export.
by Xavier Ducrohet
· 14 years ago
8de0ba7
Add support for soft properties in multi-apk export.
by Xavier Ducrohet
· 14 years ago
fd6c6d2
Implement mechanics for supports-screens in the multi-apk export.
by Xavier Ducrohet
· 14 years ago
a16573f
New log format for multi-apk export.
by Xavier Ducrohet
· 14 years ago
8582ede
Add Manifest checks for multi-apk export.
by Xavier Ducrohet
· 14 years ago
ac8b6fa
Refactored most of the multi-apk export out of the ant task into sdklib.
by Xavier Ducrohet
· 14 years ago
d905872
Move ApkData into sdklib.
by Xavier Ducrohet
· 14 years ago
0bb0887
Fix missing @override.
by Raphael Moll
· 14 years ago
d5579c7
Refactored the Android Manifest into sdklib.
by Xavier Ducrohet
· 14 years ago
1836265
Add multi-apk export log.
by Xavier Ducrohet
· 14 years ago
2cc3f07
Override local keystore/alias info when using export project to export.
by Xavier Ducrohet
· 15 years ago
b266439
ApkBuilderTask is now more lenient with missing libs/ folders.
by Xavier Ducrohet
· 15 years ago
90827a2
Fix NPE when a library does not have a libs folder.
by Xavier Ducrohet
· 15 years ago
0a958e7
Add support for code-less project.
by Xavier Ducrohet
· 15 years ago
e9f516d
Add support for using newer Ant rules distributed by the tools.
by Xavier Ducrohet
· 15 years ago
Next »