| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
They all output into out/host/repo
Change-Id: I78a1a976f0a99860a66248492da7fd9c6593b1c2
|
|
|
|
|
|
|
| |
Fix for
http://code.google.com/p/android/issues/detail?id=27966
Change-Id: I1a3e538644044ee0c02cb729aca40e15f5b23d22
|
|
|
|
| |
Change-Id: Idd328ef4e0548a1f162b6243f10bafe2242062b9
|
|
|
|
|
|
|
|
| |
This application is intended to run in the emulator to test sensor emulation.
This app listens to all the available sensors, and display their values on the
screen. So, it's easy to see if sensor emulation works using this application.
Change-Id: Iff4f9898fcfa6842bc4644e977dd8fa27972f60f
|
|
|
|
| |
Change-Id: I3fab918d5d9ed96d753410cfe3cf58a06788a058
|
|
|
|
| |
Change-Id: Ie4e5dcc64ba8e341f2229dce77b07effbe9443ba
|
|
|
|
|
|
|
| |
This is a follow up to Change I084d78dd from prebuilt.git
to add the files required by sdklib to ADT.
Change-Id: I651ddf8f6dec480843c5bccd7d3296227b262937
|
|
|
|
|
|
|
|
|
| |
The build_server script used to build the plugin zip file was Linux
specific. This changeset tweaks the scripts such that they will also
run on Mac OSX. It also adds various .gitignore filters such that the
temporary files created by the build script are ignored by git.
Change-Id: I77cfe6bfb65be86c11beb50bcab9c345433b5a8e
|
|
|
|
|
|
| |
And clean-up whitespace.
Change-Id: Icb6bd5c8bf403fda0de436d4b9e732e7ea976267
|
|
|
|
|
|
| |
For reference, there's an XSD primer here:
- http://www.w3.org/TR/xmlschema-0/#NS
- http://www.w3schools.com/Schema/
|
|
|
|
| |
Also updates eclipse/changes.txt
|
|
|
|
| |
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|
|
|
|
| |
Added missing gitignore for layoutlib_utils.
Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.
|
| |
|
|
Use a .gitignore to prevent files created by
./development/tools/eclipse/scripts/create_all_symlinks.sh
from appearing in git.
This is for Linux. Not sure if we need to amend that for Mac/Windows.
|