| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| | |
Change-Id: I8115fa4f83035d6a5aa59bcb0a5603f38f99a59b
|
| |
| |
| |
| | |
Change-Id: Ia8188de0b8af0ec4474f5c4ca2cec294c077e03f
|
|\ \
| |/
| |
| | |
Change-Id: I51c83c375936259d6ebe3efabd77eb1f46805236
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| | |
Change-Id: Ia61cea62f72a18aea3d908c90c90af9a517ed659
|
| |
| |
| |
| | |
Change-Id: I3dafb284770f475d70a212cbe22cdae6bff36ff7
|
|\ \
| |/
| |
| | |
Change-Id: I1e69603b2d46eb071822dc7fac667bb02649e15a
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Hmm this used to work. But the lines displaying the error
messages are gone...
Change-Id: I83cf7d3e8a471fe6b2166818db9fad4f60d3d392
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: I512ca46b9579f24774b1a56f8d5531a150d090b6
|
| |/
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| | |
Change-Id: Ic53d217bf6b2008bb394f31aac8441a99e449201
|
| |
| |
| |
| |
| |
| |
| | |
If the manifest sets debuggable=true then this override
the release build to be a debug build instead.
Change-Id: Ib66bf9053cecfa7c19a02cefdbf187a20bd6da37
|
|\ \
| |/
| |
| | |
Change-Id: I042d0153b76bd8b164a815165f80d29b4ed94df2
|
| |
| |
| |
| | |
Change-Id: I27faad2282fbe6cff565d945c2b64d42d31db1fe
|
|\ \
| |/
| |
| | |
Change-Id: Ie20ef0aec822d00c70e9bb1764002cd624b4ae38
|
| |
| |
| |
| | |
Change-Id: I3fb80a8b91482de5117a9e093b2d50010bb99546
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| | |
Change-Id: If12bf352bc918d9f874e619bb5b3053c755c9699
|
| |
| |
| |
| | |
Change-Id: I303acdb4fc8de6ba5d8de7c18e020e97fe01e3de
|
|\ \
| |/
| |
| | |
Change-Id: I7f8d4353f2905aa5de511e61f4d0f13e0bc4ddc6
|
| |
| |
| |
| |
| |
| | |
They were importing the old name of the main rules.
Change-Id: If5d591d48f420e5bd8a24843c99befdbb487cd80
|
|\ \
| |/
| |
| | |
Change-Id: I75d0a0bb0dc46dc1823d5fc2ca609d3a26a5f91b
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
"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
|
|\ \
| |/
| |
| | |
Change-Id: Id6d2e8d96b34ecbdd611c7eb19d0bb62655f888a
|
| |\
| | |
| | |
| | | |
Change-Id: I5f416c6e77def15fdc6ae1022bbfe3033a6992ef
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also fix some NPE in usage of ISdkLog.warning
Change-Id: Id2803f7692b82d0d2f5dea49f17f916509a7b205
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Merged from master to tools_r7
Change-Id: Ib8e702344dd2d593d7f7e6d56b0c3534480ff376
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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: properly encode file using CRLF (not Unix mode).
find_java.bat: properly check for Java in the 64-bit ProgramFiles path.
Change-Id: If4a106f144b5b890a62fc5543b35df85ab5ab06c
|
|\ \ \
| |/ /
| | |
| | | |
Change-Id: Ia55cfd4c49a26447d06124b4505eeff73e5998e1
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
Change-Id: Iaf2f7de891f78af2eddd7a5edc6e8d5bcc4e0b48
|
| |\ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Id62b59e75e92fe14376353211dd59d89f4ee63c6
|
|\ \ \ \
| |/ / /
| | | |
| | | | |
Change-Id: I01a81355942ab0a11c257fd4ffa11b6db2e71e8e
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ /
| |
| |
| |
| |
| | |
Also added a sample device configuration for the layout editor.
Change-Id: I1ec540038d2676e1f924e74f7f2aa8000d3672b3
|
|/
|
|
| |
Change-Id: I703a4a52c0f2e76c5b19103f3b43ef203472006c
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Ief8261327f7917d158fc8ad4dd4e4c3d322bbce2
|
|
|
|
| |
Change-Id: I3e36e6f4db60d3d979b24c2b88d496f453394127
|
|
|
|
| |
Change-Id: I6b84248354c48accaed4baab7d9c12d8757a335b
|
|
|
|
| |
Change-Id: Idfc39bcdd79f17700952bb66ed1b67a840495011
|
|
|
|
| |
Change-Id: If4f188591b8c5154be894fdd1872a182d1b6eadc
|
|
|
|
| |
Change-Id: I09e8e5b40df3b8da4b34fe4f000e98263ea5bc55
|
|
|
|
| |
Change-Id: I7533b52a56c00502dce8798bf31ac50444543446
|