| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Also fixes the fact the Windows SDK wasn't building emulator-arm
nor emulator-x86.
SDK BUG: 4377649
Change-Id: I1450a8c73e0078e69ccd28b220bf37ecd0a6fd5c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This little EPL library provides a way for the SDK apps to integrate
with the Mac menu bar -- that is correctly hook into the About and
Preferences menu items.
On other platforms (Windows, Linux), corresponding items are
added to the provided menu.
The library provides both a Carbon and a Cocoa implementation.
However the Cocoa implemented is currently commented out since
we only link with a Carbon-aware version of SWT.jar.
Added a README that explain how to use this.
Change-Id: I4b8457f0269946df056b5dd597c7263da1c4e784
|
|
|
|
| |
Change-Id: I09946be68f244922de0ad89d970e53165957fa2b
|
|
|
|
| |
This reverts commit 253acabecba0d9f649f04499f6dda980fbe7bf49.
|
|\ |
|
| |
| |
| |
| | |
This reverts commit ecd2f055e09ebe5a16244b91af1c6f80cae671a0.
|
|/
|
|
| |
Change-Id: Idba9f5b5724926209bbb96bfd75e04dbffa3760c
|
|
|
|
|
|
|
|
| |
The core issue is why emulator-x86 is missing from the build.
Whilst we investigate why, this will unbreak the build. We should
revert this once the emu-x86 is built correctly again.
Change-Id: I4852490f1fea91ea18a798be28411f5a57a31a89
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unfortunately, the latest x86-specific changes to tools.atree break
internal Android builds that depend on this file.
This change moves the changes to a different file that is only
parsed for x86-specific SDK builds (sdk_x86-eng).
It depends on https://review.source.android.com/#change,21957
to allow the AOSP build to pick up tools.x86.atree properly.
Change-Id: I163d7fb43aa06609d9b0e4bfbaf56311958ea25e
|
|
|
|
|
|
|
| |
This reverts commit 147e8b73aefa28ef599628c718060450539b6102.
The original commit was merged out of sequence - thus the need for the
original revert. All dependent commits are now complete so we can put back
in place the original change.
|
|
|
|
| |
Change-Id: I7d589782bf898d1ce09d0e29108566f7560019f1
|
|\ |
|
| |
| |
| |
| |
| | |
Change-Id: I6f526b920f1d671e016ff8a2cde6f11843283e99
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
|
|/
|
|
| |
Change-Id: If9f7d3fc61b5969d84a2cda68dc1ad948c21ae88
|
|
|
|
|
| |
Change-Id: Ieb0aa637c44ff2b9d386b6927c0b8564d1b50621
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
|
|
|
|
| |
Change-Id: Idf2ce283466dcc92ba8877d4e8166f2d64b319f4
|
|
|
|
|
|
|
| |
Change the shell script to make any error fatal and actually
break the build, like it should.
Change-Id: Iee86b79c5b12a109ccb92dbc81d586c54ac68b5f
|
|
|
|
|
|
| |
Also respect 'Wipe User Data' by disabling snapshot launch, and support 'Edit AVD'.
Change-Id: I5bc94c316e550b2585ca80185a02ffbe6d3e8401
|
|
|
|
| |
Change-Id: I861a1b02a3abb1bb1f9120bbd25f3d4ffd949e9e
|
|
|
|
|
|
| |
Needed by draw9patch
Change-Id: I677e4ba5230aa5a8bfc1d497ec2381131c3940d7
|
|
|
|
|
|
|
|
| |
- make it so that layout display something about the project,
and possibly the result of calling out to class coming from jar files.
- make the activity names on the launcher to be the name of the projects.
Change-Id: I318255c3284337be28220df509630cfff4eae38b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The main makefile+scripts to build the Windows SDK is still
in development/build/tools. However it defers to a new
matching set of files here in sdk/build to build and
package things that depend on the sdk.git or external/qemu.git.
This will make it easier for us to prepare SDKs based on
a tools_rN branch that isn't cut at the same time than the
platform branch.
This is a multi-part changeset. The other part is in
development.git.
Change-Id: Ic94d261b16ad595101c6f83cd77055715b45a622
|
|
|
|
| |
Change-Id: I75d082fc2c69f994197f5887c3f38ad30cfe7bfb
|
|
|
|
|
|
|
|
| |
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: I7a71f4d91993c48c147bc080c08f830457a23ef1
|