| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This CL adds the following to support ES3:
- all new constant definitions (GLEnum)
- new methods in entries.in
- additional state for texture properties
Change-Id: Ia43fac49790cc7b07e7c9d295b9915e416a3b2a8
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I4f8ef81c7a2b5a9bccb2cf6283b80fe9bbe4cc64
|
|\ \ \
| |/ /
|/| | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Parts of the systrace html file were duplicated in the source
code (HTML_PREFIX and SUFFIX) as well as in the systrace scripts.
This CL picks up that content from data files present in the
systrace folder and removes the duplicated content from the source
files.
Change-Id: I517d23faa14022a666a7f314ffbb34187b1fed1f
|
|/
|
|
|
|
|
|
|
|
|
|
| |
The code was quoting paths send to the command line (even though
it's not required since the exec tasks an array of args instead of
a single line). However if the paths end with a trailing file separator
then, on windows only, this had the effect of escaping the quote,
basically adding with the path:
"c:\foo\" -> c:\foo"
Change-Id: Ia77b6404e69fda8df457fd1a56478296ee455898
|
|
|
|
| |
Change-Id: I9166dafe997f4d9e7988e7f123759952fdea4ba4
|
|\
| |
| |
| |
| |
| | |
* changes:
Change create_symlinks to use gradle-based libraries.
ADT: fix missing lib dependency in ADT base.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As part of this change, each section clearly identifies
where libraries should be built from. Example from the
source:
LIBS="base:common make:ant-glob ... swt:ddmuilib"
means that:
- "common" is taken from tools/base (gradle)
- "ddmuilib" is taken from tools/swt (gradle)
- "sdkstats" is built using 'make', in which case a
prebuilt/devtools JAR will be used if it can be found.
Change-Id: Ie793b684f303566a307ee3ff6d6d72db8d26996e
|
| |
| |
| |
| |
| |
| |
| | |
plugin-base depends on http mime (from the apache libs)
but for some reason it wasn't in the build path.
Change-Id: I083290cddd45dbf718bbd5403b28ed74865a73ac
|
| |
| |
| |
| | |
Change-Id: I662c1e3bf7d671c43cc2d9153caee98dec988500
|
| |
| |
| |
| | |
Change-Id: I1d70bb9857e065d5517c756e4913ac8248edbb6c
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: Ia623df2936b2ccbc63acc3cf5dc26dcdcc806562
|
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: Ie14a7de15a5b392801dcb2d8ca455cc2bdb83938
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Eclipse 4.3 only provides org.junit, so this CL changes the
dependencies to include both org.junit and org.junit4, but both
are marked optional so that this compiles in both 3.x and 4.x
Change-Id: I8d45056aefa9be755668c0770081bfa2045953b3
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If a package with a different signature is already installed on the
launch device, the current behaviour is to simply abort the launch
process and print an error message to the console. The developer has
to use adb to actually do the uninstall.
This patch prompts the user if he wants to uninstall the current
package directly from within Eclipse.
Fixes #22480.
Change-Id: I8b32d19ebba511cace389696848ad9da411011bd
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Splits figuring out the modules and their props from
the code writing the new files.
The project selection page now uses a ProjectSetupBuilder
and updates it on every project selection or unselection.
This provides real-time feedback on missing dependencies
or broken ones.
Creates a new page to allow confirmation of project
root and list of modules. Will also allow review errors
when some are detected during modules gathering.
A final page, is shown after the export takes place
to review the result.
Change-Id: Ia67acc88f390f661518ed13818f25750be181c78
|
| |
| |
| |
| | |
Change-Id: Ic6e543a07ec47fd2a288807089a0dc3884d06de8
|
| |
| |
| |
| | |
Change-Id: Iae8bc5c4bc06643691b82242162a93f22c06d868
|
| |
| |
| |
| | |
Change-Id: I61de48add78495e443066e446b58e2fedaf080b8
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I8a517c2ced3a0293bb94b9955cad9617f555faa8
|
|/ /
| |
| |
| | |
Change-Id: I6cd127ed7034ba33c32a1994bc312e187a15b250
|
| |
| |
| |
| |
| |
| |
| | |
The package for Eclipse Linux RCP has moved to the archives.
Change-Id: I8441a395670ceaf4c0aa20d5c8db63fc9ca38a7d
Signed-off-by: Scott Fan <fancp2007@gmail.com>
|
| |
| |
| |
| | |
Change-Id: Ifae3f44ec25a57586c7ece08f6281ef048f33290
|
| |
| |
| |
| | |
Change-Id: I1b936bdd17a8348bd4bf88c4cccfbe90f43f93c0
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
IPath.getDevice() can potentially be null.
Change-Id: I8929629112d0f5cde4c0a7532997692a1e7fd338
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Only minor issue was in the method that computes
the common root, it was forgetting to set the
path's device value.
Change-Id: Ie4efc4a733514cf2620e27b735d85a5750194b3f
|
|/ /
| |
| |
| | |
Change-Id: Ibff4720dddb23d101bdeefd101a985c56fb04f08
|
| |
| |
| |
| | |
Change-Id: I4840c7f5b1ddd6cbdebe5d266035c20fdefdd5d4
|
| |
| |
| |
| | |
Change-Id: I9163ec770179dabfc370b9011870a46f5524d289
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I163abe963f5871e0ddc579cd9faf5b83e672d422
|
|/ /
| |
| |
| | |
Change-Id: I713b05e2ef049cf75a3a78c364f443a8e4fff33d
|
| |
| |
| |
| | |
Change-Id: I1e3aea29fe35763e8c20f9b5aaf2a57e1f007f62
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This went undetected since the ddmuilib library is included as
a .jar inside Eclipse plugins, and is only a runtime dependency.
Fixes https://code.google.com/p/android/issues/detail?id=55394
Change-Id: I74d095aaa51aa4e508e36be50a6b990cfbc86d2d
|
| |
| |
| |
| | |
Change-Id: I756615ab03786e8dc7711e01a6847cbe4f8188ae
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Adds an exporter that will take a selection of projects and craete
Gradle build files, with a top-level settings.gradle project to
link them together, and a Gradle wrapper that lets them be built
without having to specifically download the right version of
Gradle.
Change-Id: Ic0fbeb7162b5ab80b1e0c8b70e050ced0c9a07c7
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 54638
Change-Id: I568a52132275d3c720650dedae871ee4f1fd3df7
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Change-Id: I1a60ac1e683887dc4cecf8b18bdcf9def48f19a4
|
| | |
| | |
| | |
| | | |
Change-Id: I7d51fca33179b5dba3f5c12bf705a9a9c149383d
|
| | |
| | |
| | |
| | | |
Change-Id: I9a0f4119d6e465d7f30d75fbf7fe9252270c9d02
|