Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
sdk
/
5e39089070b438ba090ac4dee83aaf71dc69ce90
/
anttasks
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
· 15 years ago
1836265
Add multi-apk export log.
by Xavier Ducrohet
· 15 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
4737bce
Add support for signing in the multi-apk ant build.
by Xavier Ducrohet
· 15 years ago
711c35d
New If/Then/Else custom Ant rules to simplify some Ant rules logic.
by Xavier Ducrohet
· 15 years ago
114ca22
First step of multiple apk support.
by Xavier Ducrohet
· 15 years ago
b2e132c
Add ABI filtering and version code injection in the Ant rules and tasks.
by Xavier Ducrohet
· 15 years ago
0fd2efc
Add rev 3 of the ant rules.
by Xavier Ducrohet
· 15 years ago
cd23678
Add support for the new Ant rules files.
by Xavier Ducrohet
· 15 years ago
d00fc08
Disable writting the apk settings.
by Xavier Ducrohet
· 15 years ago
ed88cf9
Move ant.prop to sdk.prop and up a folder.
by Xavier Ducrohet
· 15 years ago
af01c6d
detect too recent version of the ant rules and display an error.
by Xavier Ducrohet
· 15 years ago
c10712c
Move sdklib.internal.io.* into sdklib.io
by Xavier Ducrohet
· 15 years ago
a07f53e
Improve the IAbstractFile/Folder classes.
by Xavier Ducrohet
· 15 years ago
6e2c5ce
Merge remote branch 'goog/master' into HEAD
by Xavier Ducrohet
· 15 years ago
610a758
ADT: Library support: source folder and pre-compiler.
by Xavier Ducrohet
· 15 years ago
5a2bee2
Only add gdbserver to the APK if the manifest has debuggable to true.
by Xavier Ducrohet
· 15 years ago
f1c91b9
Check whether the project's target supports libraries.
by Xavier Ducrohet
· 15 years ago
a359dbf
Add support for external jar files in library project.
by Xavier Ducrohet
· 15 years ago
7bfc746
Add support for library project in the Ant build system.
by Xavier Ducrohet
· 15 years ago
f52076d
Add support for the -0 aapt option in the custom Ant task for aapt.
by Xavier Ducrohet
· 15 years ago
6dcf484
Error when building application with package that has a single segment.
by Xavier Ducrohet
· 15 years ago
ccea4ad
Add support for packaging gdbserver in the apk in Ant.
by Xavier Ducrohet
· 15 years ago
9f11429
Fix issue with absolute path in -nf parameter of apkbuilder.
by Xavier Ducrohet
· 15 years ago
eefd909
Update the project creation (from the command line):
by Xavier Ducrohet
· 15 years ago
f6f5405
Add warning on mismatch minSdkVersion.
by Xavier Ducrohet
· 15 years ago
4bf0351
Add an XPath Ant task to be used in the android_rules.xml file.
by Xavier Ducrohet
· 15 years ago
d1dfc9a
Add <jarfile> tag to ApkBuilder ant task
by Android (Google) Code Review
· 15 years ago
b0b6726
Add ant-based code coverage support to Android SDK
by Piotr Gurgul
· 15 years ago
c4be226
Update apkbuilder to support new property names
by Piotr Gurgul
· 15 years ago
c364a52
Make ApkBuilder create filenames supported by older rules.
by Xavier Ducrohet
· 15 years ago
a7616f4
Make sure older rules files can find the SDK Location.
by Xavier Ducrohet
· 15 years ago
b266768
Move from arbitrary resource filters to fix ones
by Xavier Ducrohet
· 15 years ago
889ecf9
Ant properties names legacy support
by Piotr Gurgul
· 15 years ago
3f1f33d
Ant properties names changed
by Piotr Gurgul
· 15 years ago
5f3b8ff
Make the Ant script sign and zipalign release builds.
by Xavier Ducrohet
· 15 years ago
ba7dd92
Add support for add-on based on preview of platforms.
by Xavier Ducrohet
· 15 years ago
79c1241
Refactored AndroidXPathFactory into sdklib.
by Xavier Ducrohet
· 15 years ago
c37e4b4
Enforce codename value for minSdkVersion in the Ant build.
by Xavier Ducrohet
· 15 years ago
6d8d418
Add support for preview versions of platforms.
by Xavier Ducrohet
· 15 years ago
169f0bb
Update the API of ApkBuilder to make it clearer what is stable and what isn't.
by Xavier Ducrohet
· 15 years ago
cca5e17
Move some classes that have non ready APIs to internal packages
by Xavier Ducrohet
· 16 years ago
43793c7
Split development/.gitignore into separate gitignore files per project.
by Raphael
· 16 years ago
e5b8de6
Automated import from //branches/donutburger/...@141594,141594
by Xavier Ducrohet
· 16 years ago
55a2c71
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
82ea7a1
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
76bc028
auto import from //branches/cupcake/...@132569
by The Android Open Source Project
· 16 years ago
4fd2474
auto import from //branches/cupcake/...@132276
by The Android Open Source Project
· 16 years ago
4d360ca
auto import from //branches/cupcake/...@126645
by The Android Open Source Project
· 16 years ago
a1514da
auto import from //branches/cupcake/...@125939
by The Android Open Source Project
· 16 years ago