aboutsummaryrefslogtreecommitdiffstats
path: root/files
Commit message (Collapse)AuthorAgeFilesLines
...
| * Exclude BackupAgentHelper classes from Proguard.Raphael Moll2010-11-151-0/+1
| | | | | | | | | | | | | | | | | | To use the Backup API in Froyo, an app needs to typically extend this helper class and the class is only referenced from the AndroidManifest.xml, so ideally we should exclude such classes from Proguard by default. Change-Id: I690220d2e89a8ff6d0664be93dad55da8b7b66c2
* | merge from open-source masterThe Android Open Source Project2010-10-272-6/+2
|\ \ | |/ | | | | Change-Id: I8115fa4f83035d6a5aa59bcb0a5603f38f99a59b
| * Fix adb location in ant rules.Xavier Ducrohet2010-10-272-6/+2
| | | | | | | | Change-Id: Ia8188de0b8af0ec4474f5c4ca2cec294c077e03f
* | merge from open-source masterThe Android Open Source Project2010-10-263-0/+51
|\ \ | |/ | | | | Change-Id: I51c83c375936259d6ebe3efabd77eb1f46805236
| * SDK: Fixed proguard.bat & co.Raphael Moll2010-10-263-0/+51
| | | | | | | | | | | | | | | | | | These are similar to the external/proguard/bin/*.bat except they use $SDK/tools/lib/find_java.bat to locate the java location and use it if available. find_java will print a proeminent error if java cannot be found. Change-Id: I1fceae838436053031f405de9b3f1ab2d64222e6
* | merge from open-source masterThe Android Open Source Project2010-10-251-3/+23
|\ \ | |/ | | | | Change-Id: Ia61cea62f72a18aea3d908c90c90af9a517ed659
| * Fix external jar support when building with proguard.Xavier Ducrohet2010-10-251-3/+23
| | | | | | | | Change-Id: I3dafb284770f475d70a212cbe22cdae6bff36ff7
* | merge from open-source masterThe Android Open Source Project2010-10-111-1/+1
|\ \ | |/ | | | | Change-Id: I1e69603b2d46eb071822dc7fac667bb02649e15a
| * Merge "Display SDK/plug-in incompatibility messages."Xavier Ducrohet2010-10-111-1/+1
| |\
| | * Display SDK/plug-in incompatibility messages.Xavier Ducrohet2010-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | Hmm this used to work. But the lines displaying the error messages are gone... Change-Id: I83cf7d3e8a471fe6b2166818db9fad4f60d3d392
* | | merge from open-source masterThe Android Open Source Project2010-10-081-0/+34
|\ \ \ | |/ / | | | | | | Change-Id: I512ca46b9579f24774b1a56f8d5531a150d090b6
| * | Proguard default config file.Xavier Ducrohet2010-10-081-0/+34
| |/ | | | | | | | | | | | | | | It is located in $SDK/tools/lib/proguard.cfg and automatically put in Ant project (create and update if project is not already setup for proguard). Change-Id: I9bcb2a5aafec1329b0c001799f4ba34c61569c3a
* | merge from open-source masterThe Android Open Source Project2010-10-011-12/+36
|\ \ | |/ | | | | Change-Id: Ic53d217bf6b2008bb394f31aac8441a99e449201
| * In some cases release build is actually a debug build.Xavier Ducrohet2010-09-291-12/+36
| | | | | | | | | | | | | | If the manifest sets debuggable=true then this override the release build to be a debug build instead. Change-Id: Ib66bf9053cecfa7c19a02cefdbf187a20bd6da37
* | merge from open-source masterThe Android Open Source Project2010-09-271-0/+17
|\ \ | |/ | | | | Change-Id: I042d0153b76bd8b164a815165f80d29b4ed94df2
| * Ant doc on how to replace proguard.Xavier Ducrohet2010-09-271-0/+17
| | | | | | | | Change-Id: I27faad2282fbe6cff565d945c2b64d42d31db1fe
* | merge from open-source masterThe Android Open Source Project2010-09-241-31/+96
|\ \ | |/ | | | | Change-Id: Ie20ef0aec822d00c70e9bb1764002cd624b4ae38
| * Make it easier to use a different obfuscator.Xavier Ducrohet2010-09-241-37/+34
| | | | | | | | Change-Id: I3fb80a8b91482de5117a9e093b2d50010bb99546
| * Use proguard for release builds through Ant.Xavier Ducrohet2010-09-241-16/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only activated if default.properties contains a property "proguard.config" with the name of a proguard config file. Some clean-up in the Ant tasks and in the name of the properties used by the rules and the custom tasks to make them clearer. Added a new test app with a project using a jar file as well as a library using a jar file. Change-Id: Ia8f4d873025993d454c0a484e61d47ae679ea79c
* | merge from open-source masterThe Android Open Source Project2010-09-241-1/+8
|\ \ | |/ | | | | Change-Id: If12bf352bc918d9f874e619bb5b3053c755c9699
| * Make javac ant options configurable.Xavier Ducrohet2010-09-241-1/+8
| | | | | | | | Change-Id: I303acdb4fc8de6ba5d8de7c18e020e97fe01e3de
* | merge from open-source masterThe Android Open Source Project2010-09-101-1/+1
|\ \ | |/ | | | | Change-Id: I7f8d4353f2905aa5de511e61f4d0f13e0bc4ddc6
| * Fix test ant rules.Xavier Ducrohet2010-09-101-1/+1
| | | | | | | | | | | | They were importing the old name of the main rules. Change-Id: If5d591d48f420e5bd8a24843c99befdbb487cd80
* | merge from open-source masterThe Android Open Source Project2010-09-029-1275/+22
|\ \ | |/ | | | | Change-Id: I75d0a0bb0dc46dc1823d5fc2ca609d3a26a5f91b
| * Support for debug build in Ant.Xavier Ducrohet2010-09-029-1275/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | "ant debug" now automatically insert debuggable=true in the manifest. Also cleaned up a lot of the Ant stuff (versioned Ant rules, support for importing different rules files based on compatibility computation). This is rendered moot with our new single aapt executable. The ant rules will now evolve alongside aapt, and there will not be mismatch between the two. Change-Id: Iaf309f40e6ab4a0204dfbdb428cfb569bf5ca3b3
* | merge from open-source masterThe Android Open Source Project2010-08-311-1/+5
|\ \ | |/ | | | | Change-Id: Id6d2e8d96b34ecbdd611c7eb19d0bb62655f888a
| * resolve conflict from tools_r7Jean-Baptiste Queru2010-08-311-1/+5
| |\ | | | | | | | | | Change-Id: I5f416c6e77def15fdc6ae1022bbfe3033a6992ef
| | * Add Ant property when in release mode.Xavier Ducrohet2010-08-271-1/+5
| | | | | | | | | | | | | | | | | | Also fix some NPE in usage of ISdkLog.warning Change-Id: Id2803f7692b82d0d2f5dea49f17f916509a7b205
| | * Merge "SDK: Rename "SDK Setup.exe" to "SDK Manager.exe"" into tools_r7Xavier Ducrohet2010-08-231-3/+9
| | |\
| | | * SDK: Rename "SDK Setup.exe" to "SDK Manager.exe"Raphael Moll2010-08-231-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | Merged from master to tools_r7 Change-Id: Ib8e702344dd2d593d7f7e6d56b0c3534480ff376
| | * | Improve capability of the post-compile target.Xavier Ducrohet2010-08-231-1/+2
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the dex target use a different property to read the input folder for classes to dexify. By default the new property has the same value but can be overriden if a post-compile target modify (obfuscate) code into a different location. Merged from master into tools_r7 Change-Id: I1fe2fd2a2678d8c4354702250cea1481f74dd7cf
| | * Android.bat support for Java 64-bit.Raphael Moll2010-08-231-8/+16
| | | | | | | | | | | | | | | | | | | | | android.bat: properly encode file using CRLF (not Unix mode). find_java.bat: properly check for Java in the 64-bit ProgramFiles path. Change-Id: If4a106f144b5b890a62fc5543b35df85ab5ab06c
* | | merge from open-source masterThe Android Open Source Project2010-08-231-1/+2
|\ \ \ | |/ / | | | | | | Change-Id: Ia55cfd4c49a26447d06124b4505eeff73e5998e1
| * | Merge "Improve capability of the post-compile target."Xavier Ducrohet2010-08-231-1/+2
| |\ \
| | * | Improve capability of the post-compile target.Xavier Ducrohet2010-08-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the dex target use a different property to read the input folder for classes to dexify. By default the new property has the same value but can be overriden if a post-compile target modify (obfuscate) code into a different location. Change-Id: I9caeca9f342c7ead1dcee9b4d80cde4ad741a843
* | | | merge from open-source masterThe Android Open Source Project2010-08-231-3/+9
|\ \ \ \ | |/ / / | | | | | | | | Change-Id: Iaf2f7de891f78af2eddd7a5edc6e8d5bcc4e0b48
| * | | Merge "SDK: Rename "SDK Setup.exe" to "SDK Manager.exe""Raphael Moll2010-08-231-3/+9
| |\ \ \ | | |/ / | |/| |
| | * | SDK: Rename "SDK Setup.exe" to "SDK Manager.exe"Raphael Moll2010-08-231-3/+9
| | | | | | | | | | | | | | | | Change-Id: Id62b59e75e92fe14376353211dd59d89f4ee63c6
* | | | merge from open-source masterThe Android Open Source Project2010-08-231-8/+16
|\ \ \ \ | |/ / / | | | | | | | | Change-Id: I01a81355942ab0a11c257fd4ffa11b6db2e71e8e
| * | | Android.bat support for Java 64-bit.Raphael Moll2010-08-211-8/+16
| |/ / | | | | | | | | | | | | | | | | | | android.bat: properly encode file using CRLF (not Unix mode). find_java.bat: properly check for Java in the 64-bit ProgramFiles path. Change-Id: I78adb4783955cfad867d29f66d7ee58a017d41c4
* | | ADT: support xlarge resource configuration.Raphael2010-08-111-0/+27
|/ / | | | | | | | | | | Also added a sample device configuration for the layout editor. Change-Id: I1ec540038d2676e1f924e74f7f2aa8000d3672b3
* | Move tools to r8 in the dev branch.Xavier Ducrohet2010-07-221-1/+1
|/ | | | Change-Id: I703a4a52c0f2e76c5b19103f3b43ef203472006c
* Add new default devices to the layout editor.Xavier Ducrohet2010-07-091-3/+203
| | | | | | | | | Those devices represent one of each res/density combo for officially supported screens. See http://developer.android.com/guide/practices/screens_support.html#range Change-Id: I6b8348ae1ab96b6b1f27fa2afd655ff6f3866dd8
* Ant support for library depending on other libraries.Xavier Ducrohet2010-06-291-2/+10
| | | | Change-Id: Ief8261327f7917d158fc8ad4dd4e4c3d322bbce2
* Support for aidl files in library project in the Ant build system.Xavier Ducrohet2010-06-282-18/+54
| | | | Change-Id: I3e36e6f4db60d3d979b24c2b88d496f453394127
* Add support for Dock, Night mode, and Navigation state resource qualifiers.Xavier Ducrohet2010-06-221-0/+3
| | | | Change-Id: I6b84248354c48accaed4baab7d9c12d8757a335b
* Add support for adb.device.arg to the test Ant rules.Xavier Ducrohet2010-05-281-0/+2
| | | | Change-Id: Idfc39bcdd79f17700952bb66ed1b67a840495011
* Override local keystore/alias info when using export project to export.Xavier Ducrohet2010-05-071-0/+1
| | | | Change-Id: If4f188591b8c5154be894fdd1872a182d1b6eadc
* Add support for code-less project.Xavier Ducrohet2010-05-061-50/+90
| | | | Change-Id: I09e8e5b40df3b8da4b34fe4f000e98263ea5bc55
* Move all Ant rules under sdk/files/antXavier Ducrohet2010-05-058-0/+0
| | | | Change-Id: I7533b52a56c00502dce8798bf31ac50444543446