| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
adb now depends on it
Change-Id: Ibf6534a6ecb27b5c3058dee04305a2e284a38355
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I641b0b7debb27ff29449173210346fedd6e05671
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The emulator GLES support has two interfaces: a host shared library
interface used by QEMU, and a protocol between the platform and the
host. The host library interface is not versioned; QEMU and the GLES
renderer must match. The protocol on the other hand must be backwards
compatible: a new GLES renderer must support an older platform image.
Thus for branching purposes it makes more sense to put the GLES
renderer in sdk.git, which is branched along with qemu.git for SDK
releases. Platform images will be built against the protocol version
in the platform branch of sdk.git.
Change-Id: I2c3bce627ecfd0a4b3e688d1839fe10755a21e58
|
|
|
|
| |
Change-Id: I39bf14bd5c12e75d265ca5a21824b2a633939dbc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a new SDK/tools/monitor[.bat] wrapper
as well as SDK/tools/lib/monitor-x86[_64]/ directories
that contain the actual RCP application.
The monitor shell wrappers + bat have not been properly tested yet.
The goal of this CL is just to build the RCP. In a following
CL we'll adjust the wrapper and the actual binary location
in the SDK.
Cross-dependency: Requires build.git change Ifb31e2e3.
Change-Id: I7afbd63badfb81fd5d3d899de672e02525a49bc2
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This small win32 app takes a path as
argument and outputs the names of the
processes that are holding handles
that overlap that path.
The goal is to use this in the SDK Manager
to identify which apps are locking the
SDK folder and preventing updates.
Change-Id: I4fbf66a53410fba0c5f9ab51dac10d267a7c21a7
|
|
|
|
| |
Change-Id: I7f592876b02c8859781a3b52e422dbebfa92ae8d
|
|
This replaces the list maintained in build/core/main.mk
There's a similar change in development.git at Change Ie6f728bee
Change-Id: Ifa8111dbae177258e7d6c7f8058ee1d6edbdc8ce
|