| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I4c1979f8f07d24573b3ff7d7a1fa22d6ea87e5e3
|
|
|
|
|
|
|
|
|
|
|
| |
Requires prebuilds/devtools.git I913a29e5f40db99871701461aad6fc38483015d2
To update the prebuilts, you need tools/base.git and the
prebuilts/devtools/update_jars.sh script.
This is supposed to be an intermediary step as we switch to tools/base.
Change-Id: I3dcccfdd9dc243a22a5bfd9db6779d24285db1ac
|
|
|
|
| |
Change-Id: I55c69a46fb7fa21701025f2df4e4fcc3bfd3ef96
|
|
|
|
| |
Change-Id: Icd6597be885179bd1f0b49d227ece7a3fa9f9bcb
|
|
|
|
| |
Change-Id: Idf569800e8500958308273c3a45e8215b85988aa
|
|
|
|
|
|
|
|
| |
These are now added by build.git/target/product/sdk.mk; other products
need to build the emulator too, so adding them here isn't appropriate.
Bug: 7556265
Change-Id: I85b1ce8b565f23d0ed10979628760c3965f4cceb
|
|
|
|
| |
Change-Id: Ia9e2f21573e9bc8ca9dec4d38923385d7c95f1fd
|
|
|
|
| |
Change-Id: I1b39ee439a532f3f6758be35b569948e2e906665
|
|
|
|
| |
Change-Id: Iec38ea5ff95c47da77b9deccda807251d8cd608f
|
|
|
|
|
|
|
| |
Move stuff out of sdklib into common and ide_common.
Remove androidprefs and move the one class into common.
Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
|
|
|
|
| |
Change-Id: I56ec7481d3af5709e675739237eaec2ec785a6e6
|
|
|
|
|
|
| |
Also updated devices.xml to validate against it.
Change-Id: Ia9b5212b8273e39f7f22022661e2c755c3a9d279
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The build system relies on several different delta visitor that
detect file changes to detect that needs to be rebuilt but the
implementation of those files is based on going through
folders recursively while keeping states. This is complex
and prone to errors.
The new mechanism is simply based on glob-pattern, relative
to the project root.
A set of predefined patterns stored in ChangedFileSet instance
allow quick reuse.
ChangeFileSetHelper stores those as well as allow creating
others that are based on a project config (such as the output
folder).
This first CL replace the previous delta visitors in the
PostCompilerBuilder. Replacing the ones in the PreCompilerBuilder
will require a bit more work so I prefer splitting it in another
CL.
The code that runs the pattern recognition is coming from
Ant and is stored in external/ant-glob. This is not all of Ant
but a subset of the classes for our need.
This CL does include a simple set of tests for the extracted
Ant classes.
Change-Id: I2ad1b116ffb29c9f4195d863d04f8812e87a31ca
|
|
|
|
|
|
|
|
|
|
|
| |
The target/product/sdk.mk was split out of build.git.
Now this moves a few dependencies that were listed into the sdk.git
version of this file by mistake. Also sort the entries to be more
readable.
Requires dev.git change I652bca2b03 to be submitted first.
Change-Id: I2c013b3ba04a75d72fd3455d05aaade232d6926f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed with Siva to use the 'ant' builder from Eclipse's baseBuilder jars.
Changed to use:
- the new external/eclipse-basebuilder for the basebuilder jars.
- the rcp deltapack, located prebuilts/eclipse.
- monitor scripts are now in sdk/monitor.
- configuration is now in out/host/eclipse/rcp/build/configuration
and doesn't change any existing repos.
Requires change I7ab027ff6 from build.git
Change-Id: I72fff09231fc9b3031c10eb42ff821c55af9b5d5
|
|
Depends on change I790df85ea8 from build.git and I6bbc6644a from dev.git
Change-Id: Id270eba64a1836accaf8a898c7870077d261d833
|