| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| |/
| |
| | |
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
|
|
|
|
| |
Change-Id: I0b0223b7fa5275995563a1a21192941bd72811cc
|
|
|
|
|
|
|
| |
Also cleaned up some attribute of our other custom tasks to conform
to the standard convention (all lower case, all those were new in r3)
Change-Id: If328a8eb2448d95bee1f1b70928d72fde5014eeb
|
|
|
|
|
|
| |
Ouput properties were renamed from *.package to *.file
Change-Id: Id6885951f630a0507df0d68298778cd4cc64a4ad
|
|
|
|
|
|
| |
They were created from the wrong r2 file.
Change-Id: I62dc6c631cc7c1fdac6dd7ba57a776bb576e3c1f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- New export type project to handle exporting a single app represented
by multiple projects (for different minSdkVersion for instance).
- Cleaned-up the current Ant tasks and Eclipse builder to not
deal with ApkSettings anymore. It's not possible to generate
more than one APK in a single pass. The export project will
handle this and call out the normal build system to export
each variant. Make older (deprecated) attribute actually
output a warning.
- Ant rules r3 now with support for multi apk export. Lots
of clean up, add new properties to be overriden by the
multi-apk export task, make older one overrideable too.
- Better handling of older rules, older tasks, etc...
in the SetupTask used by the normal build.
- Add split by ABI to ApkSettings and use it in the
new multi apk export.
- New custom task for multi-apk export. Replaces
SetupTask for export-type projects. Calls out to the
project's build.xml after setting/overriding properties.
This also override the project's versionCode with a
new composite one made of different values.
Also uses a different build.xml, so added a new template:
build.export.template.
Very much a work in progress. Still to do:
Add other types of APK split, create/update export projects,
export the build log, ...
Also, we need to refactor the normal build rules to avoid
so much duplication!
Change-Id: I57a565c60d097a5eabb40108ae1fa8cb209f2380
|
|
|
|
| |
Change-Id: I5f187584afb91814ccba4e984c4c45c24557aaae
|
|
|
|
| |
Change-Id: Ic8e41c1ad5343b32d2766427ba271a79c88b3b66
|
|
|
|
|
|
|
| |
For now they are the same as the r2.
Also modified SetupTask to deal better with older tools.
Change-Id: I22ff809ace3ff81fb6852a707165165a9b4ec88a
|
|\
| |
| |
| | |
Change-Id: If11d893ba56c1189620e00f86b7f51bf4d698e49
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Fix import of the main rules since we changed the name!
- Added main project libraries to the classpath of the test project.
Bug: 2568115
Change-Id: I8803b84a179c6301736d7e2558e06a1734eef650
|
|/
|
|
| |
Change-Id: Ia7690ff2787aa68bb668af05bbaf13a7cf16bc8b
|
|
|
|
| |
Change-Id: Ie6c99be890ac78ba578234be0c145147fc6afa5e
|
|
|
|
|
|
| |
aidl is not supported by libraries.
Change-Id: Id37d71ac2f1f48776bf9bff72e2a3099a1511c64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this file is meant to have general sdk properties, not
just Ant ones.
Also separated the library support from the Ant build version.
It's clearer whether or not libraries are supported, and it's
not just tied to Ant anyway (ADT needs to know as well).
Finally use that new property to do checks on library support
in both the custom Ant tasks and ADT.
Depends on a CL in development.git (sdk.atree change).
Change-Id: I77d229ed3fd60f0468b1d3d31f7cf147b03a32fb
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I2411f59f46cdda2e12b1627d450cde6c9cd109d8
|
| |
| |
| |
| |
| |
| |
| | |
Once added to the rest of the properties, "revision.*" is a bit
to vague.
Change-Id: I386780f3bd3b39ef6ea49d1c8d3c717cb263b6a1
|
| |
| |
| |
| |
| |
| |
| | |
Once added to the rest of the properties, "revision.*" is a bit
to vague.
Change-Id: Ifaca600ac3a5c6de35aa6bd1465a0a3fc2ccde52
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Change-Id: I1cd3964707c5472851c6868796649e62b4f2d232
|
| |
| |
| |
| |
| | |
Bug: 2294012
Change-Id: I88bc99d9c3ac4135aac4c5af7995aca25bf5c4ee
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new build rules file for library only. Should probably extract
the parts that are common to this and the default rules file.
SetupTask now sets up some properties and Path reference based
on the libraries.
They are used by:
- aapt task (now also used for the generation of R.java) which
use all the res folders of the main project and the libraries,
and generate an R class for the project and the libraries.
- javac which compiles the src/ folders of the libraries.
Bug: 2294012
Change-Id: Ie550dcf0ba8ea57696ebb1c2a61d4c6d73307bdf
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
for updating SDK Setup.exe." into eclair
Merge commit '74d66e2d7f810028620f25c585a3f21e5ad1686b'
* commit '74d66e2d7f810028620f25c585a3f21e5ad1686b':
SDK Updater: Support post install script for updating SDK Setup.exe.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The new post_tools_install.bat will be found in SDK/tools/lib.
This also moves find_java.bat into the same lib folder.
SDK Bug: 2404830
Change-Id: I84e3671918931079f296500e296ec1a55931b851
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
file." into eclair
Merge commit '2b7a00d4dd82ab5db15249150bb36c9d09db1cb3'
* commit '2b7a00d4dd82ab5db15249150bb36c9d09db1cb3':
SDK Launcher: capture stdout from batch file.
|