OSDN Git Service

android-x86/sdk.git
15 years agoam dd3cf52f: Improve Linux 32-bit JVM detection logic.
Jack Palevich [Thu, 28 May 2009 22:13:51 +0000 (15:13 -0700)]
am dd3cf52f: Improve Linux 32-bit JVM detection logic.

Merge commit 'dd3cf52f6f598f72e2f165cc2a2ea9551d0e3cd4'

* commit 'dd3cf52f6f598f72e2f165cc2a2ea9551d0e3cd4':
  Improve Linux 32-bit JVM detection logic.

15 years agoImprove Linux 32-bit JVM detection logic.
Jack Palevich [Thu, 28 May 2009 01:06:52 +0000 (18:06 -0700)]
Improve Linux 32-bit JVM detection logic.

Now we detect if the JVM we are about to run is 32-bit or not,
rather than checking if the CPU is capable of executing 64-bit
code or not.

15 years agoMerge change 2643
Android (Google) Code Review [Thu, 28 May 2009 21:54:16 +0000 (14:54 -0700)]
Merge change 2643

* changes:
  Use bash instead of sh because of the '[[' command

15 years agoUse bash instead of sh because of the '[[' command
Jack Palevich [Thu, 28 May 2009 21:53:02 +0000 (14:53 -0700)]
Use bash instead of sh because of the '[[' command

The '[[' command is not guaranteed to be present in /bin/sh, and in fact
is missing in stock Ubuntu 8.04

15 years agoMerge change 2592
Android (Google) Code Review [Thu, 28 May 2009 20:14:18 +0000 (13:14 -0700)]
Merge change 2592

* changes:
  Improve Linux 32-bit JVM detection logic.

15 years agoam cb9c2eaa: Merge change 2524 into donut
Android (Google) Code Review [Thu, 28 May 2009 19:31:32 +0000 (12:31 -0700)]
am cb9c2eaa: Merge change 2524 into donut

Merge commit 'cb9c2eaac7f52defc2fcc70fc016876f4bbc0b9f'

* commit 'cb9c2eaac7f52defc2fcc70fc016876f4bbc0b9f':
  Force the use of 32-bit toolchain binaries on 64-bit systems.

15 years agoMerge change 2573
Android (Google) Code Review [Thu, 28 May 2009 18:13:13 +0000 (11:13 -0700)]
Merge change 2573

* changes:
  Sim-only files move, part 1/2.

15 years agoMerge change 2524 into donut
Android (Google) Code Review [Thu, 28 May 2009 15:58:35 +0000 (08:58 -0700)]
Merge change 2524 into donut

* changes:
  Force the use of 32-bit toolchain binaries on 64-bit systems. This is used to reduce the number of distributable prebuilt packages (i.e. linux-x86_64 is not needed anymore).

15 years agoMerge change 2456
Android (Google) Code Review [Thu, 28 May 2009 13:42:06 +0000 (06:42 -0700)]
Merge change 2456

* changes:
  add tests for new pause/resume events

15 years agoImprove Linux 32-bit JVM detection logic.
Jack Palevich [Thu, 28 May 2009 01:06:52 +0000 (18:06 -0700)]
Improve Linux 32-bit JVM detection logic.

Now we detect if the JVM we are about to run is 32-bit or not,
rather than checking if the CPU is capable of executing 64-bit
code or not.

15 years agoSim-only files move, part 1/2.
Andy McFadden [Wed, 27 May 2009 23:01:13 +0000 (16:01 -0700)]
Sim-only files move, part 1/2.

Move Pipe and executablepath from libutils to the simulator, since nothing
else uses them.

15 years agoam 5f563d06: Change build path to "packages/app/Camera.apk". So that it will also...
Owen Lin [Wed, 27 May 2009 18:01:15 +0000 (11:01 -0700)]
am 5f563d06: Change build path to "packages/app/Camera.apk". So that it will also build the application code.

Merge commit '5f563d066dd173bd307f5a33581ee325dcd1e81f'

* commit '5f563d066dd173bd307f5a33581ee325dcd1e81f':
  Change build path to "packages/app/Camera.apk". So that it will also

15 years agoChange build path to "packages/app/Camera.apk". So that it will also
Owen Lin [Fri, 22 May 2009 02:36:34 +0000 (19:36 -0700)]
Change build path to "packages/app/Camera.apk". So that it will also
build the application code.

15 years agoForce the use of 32-bit toolchain binaries on 64-bit systems.
David 'Digit' Turner [Wed, 27 May 2009 12:20:44 +0000 (14:20 +0200)]
Force the use of 32-bit toolchain binaries on 64-bit systems.
This is used to reduce the number of distributable prebuilt packages
(i.e. linux-x86_64 is not needed anymore).

Also fix build/tools/build-toolchain.sh to properly copy the GPL and LGPL
license files into the generated prebuilt packages.

Also add a .gitignore files to get less spew from 'git status'

15 years agoam e0fbae30: Merge change 2472 into donut
Android (Google) Code Review [Tue, 26 May 2009 22:29:13 +0000 (15:29 -0700)]
am e0fbae30: Merge change 2472 into donut

Merge commit 'e0fbae303c71b1be68e581e9b686e8a0104e657f'

* commit 'e0fbae303c71b1be68e581e9b686e8a0104e657f':
  ADT #1877529: Fixes a couple potential NPEs in content assists.

15 years agoMerge change 2472 into donut
Android (Google) Code Review [Tue, 26 May 2009 22:26:00 +0000 (15:26 -0700)]
Merge change 2472 into donut

* changes:
  ADT #1877529: Fixes a couple potential NPEs in content assists.

15 years agoam ce803ae7: Update some class names in plugin.xml that were not updated by the refac...
Xavier Ducrohet [Tue, 26 May 2009 22:17:30 +0000 (15:17 -0700)]
am ce803ae7: Update some class names in plugin.xml that were not updated by the refactoring.

Merge commit 'ce803ae7b9162f92f43e64922b7d610e652ab468'

* commit 'ce803ae7b9162f92f43e64922b7d610e652ab468':
  Update some class names in plugin.xml that were not updated by the refactoring.

15 years agoUpdate some class names in plugin.xml that were not updated by the refactoring.
Xavier Ducrohet [Tue, 26 May 2009 22:09:02 +0000 (15:09 -0700)]
Update some class names in plugin.xml that were not updated by the refactoring.

15 years agoADT #1877529: Fixes a couple potential NPEs in content assists.
Raphael [Tue, 26 May 2009 22:08:33 +0000 (15:08 -0700)]
ADT #1877529: Fixes a couple potential NPEs in content assists.

Can't reproduce the NPE in ContentAssist listed in the
bug. However if things go really wrong there are a couple
objects that can be null so let's be defensive about them.

15 years agoam ca2281d8: Fix wrong path to externalized string file.
Xavier Ducrohet [Tue, 26 May 2009 20:52:05 +0000 (13:52 -0700)]
am ca2281d8: Fix wrong path to externalized string file.

Merge commit 'ca2281d885ffcc3f6fb719901d373d9cb192e3f2'

* commit 'ca2281d885ffcc3f6fb719901d373d9cb192e3f2':
  Fix wrong path to externalized string file.

15 years agoFix wrong path to externalized string file.
Xavier Ducrohet [Tue, 26 May 2009 20:44:02 +0000 (13:44 -0700)]
Fix wrong path to externalized string file.

This is from the big refactoring that moved everything into internal.

15 years agoam 5ad70bba: Merge change 2447 into donut
Android (Google) Code Review [Tue, 26 May 2009 20:42:15 +0000 (13:42 -0700)]
am 5ad70bba: Merge change 2447 into donut

Merge commit '5ad70bbac751f41bbd27bc63968f47e8d4fd88b2'

* commit '5ad70bbac751f41bbd27bc63968f47e8d4fd88b2':
  Fix the uninstall target in the Ant build script.

15 years agoam 8b057ed6: Fix bad qemud crash on emulator startup.
David 'Digit' Turner [Tue, 26 May 2009 20:42:13 +0000 (13:42 -0700)]
am 8b057ed6: Fix bad qemud crash on emulator startup.

Merge commit '8b057ed6f6ec4e9eb829b230d6f2d35eaef8658e'

* commit '8b057ed6f6ec4e9eb829b230d6f2d35eaef8658e':
  Fix bad qemud crash on emulator startup.

15 years agoadd tests for new pause/resume events
Mike Reed [Tue, 26 May 2009 20:37:45 +0000 (16:37 -0400)]
add tests for new pause/resume events

15 years agoMerge change 2447 into donut
Android (Google) Code Review [Tue, 26 May 2009 20:25:29 +0000 (13:25 -0700)]
Merge change 2447 into donut

* changes:
  Fix the uninstall target in the Ant build script.

15 years agoFix bad qemud crash on emulator startup.
David 'Digit' Turner [Tue, 26 May 2009 20:21:28 +0000 (22:21 +0200)]
Fix bad qemud crash on emulator startup.

15 years agoFix the uninstall target in the Ant build script.
Xavier Ducrohet [Tue, 26 May 2009 19:25:28 +0000 (12:25 -0700)]
Fix the uninstall target in the Ant build script.

the uninstall parameter is a value (the application package), but the Ant
task was incorrectly using "path" for the argument.

15 years agoam 6a95ff23: Merge change 2388 into donut
Android (Google) Code Review [Tue, 26 May 2009 17:11:49 +0000 (10:11 -0700)]
am 6a95ff23: Merge change 2388 into donut

Merge commit '6a95ff237b00d6da0fecd4c0d3ecfa999a2107db'

* commit '6a95ff237b00d6da0fecd4c0d3ecfa999a2107db':
  Update Eclipse classpath file to add the android.tts package (path to package + files generated from AIDL).

15 years agoam af45b39d: This adds a new helper program (qemu-props) to support the emulated...
David 'Digit' Turner [Tue, 26 May 2009 17:11:16 +0000 (10:11 -0700)]
am af45b39d: This adds a new helper program (qemu-props) to support the emulated system.

Merge commit 'af45b39d887ad4ec4a806d352009cdc28238f21f'

* commit 'af45b39d887ad4ec4a806d352009cdc28238f21f':
  This adds a new helper program (qemu-props) to support the emulated system.

15 years agoMerge change 2388 into donut
Android (Google) Code Review [Tue, 26 May 2009 17:05:33 +0000 (10:05 -0700)]
Merge change 2388 into donut

* changes:
  Update Eclipse classpath file to add the android.tts package (path to package + files generated from AIDL).

15 years agoThis adds a new helper program (qemu-props) to support the emulated system.
David 'Digit' Turner [Tue, 26 May 2009 15:07:25 +0000 (17:07 +0200)]
This adds a new helper program (qemu-props) to support the emulated system.

Its purpose is to contact the 'boot-properties' service during the
boot process and to set the list of system properties read from the
emulator program through it.

It must be launched from /system/etc/init.goldfish.rc as root.

It depends on the 'boot-properties' service being implemented by the
emulator (in a later patch). If not available, it will simply timeout.

This also fixes a potential crash in qemud which can happen in the following case:

- client sends a command to a service
- the service responds with one or more message
- the service immediately closes the connection before the client can read the data

what happened is that the FDHandler object was buffering out-going packets to the
client, but the Multiplexer acted on the disconnection immediately. This resulted
in:

- client_free() being called
-   fdhandler_shutdown() being called
-     the FDHandler being placed on the 'closing' list to be able to send
      buffered packets later. And 'receiver_close' being called
-       client_fd_close() being called, which would call client_free()
        recursively
-         the second client_free() call would free the object
-  the first client_free() call would try to free the object again
-  ==> dlmalloc() detects a double-free and immediately aborts.

the fixes simply avoids the calle to receiver_close() in fdhandler_shutdown()
since this function is called from an explicit shutdown request from the multiplexer,
it doesn't correspond to the case where the client has closed the connection itself.

15 years agoam 3a39e9c9: Merge change 2078 into donut
Android (Google) Code Review [Mon, 25 May 2009 15:36:50 +0000 (08:36 -0700)]
am 3a39e9c9: Merge change 2078 into donut

Merge commit '3a39e9c90b34cbdfa17b6bc2928b448e92204ccc'

* commit '3a39e9c90b34cbdfa17b6bc2928b448e92204ccc':
  Add simple change log to the NDK documentation.

15 years agoam 8c093d5d: Merge change 2085 into donut
Android (Google) Code Review [Mon, 25 May 2009 15:36:22 +0000 (08:36 -0700)]
am 8c093d5d: Merge change 2085 into donut

Merge commit '8c093d5d2a6695cda888827a506633da922ad543'

* commit '8c093d5d2a6695cda888827a506633da922ad543':
  This fixes the build to always define the ANDROID macro, and remove an empty -I from the compiler options.

15 years agoMerge change 2078 into donut
Android (Google) Code Review [Mon, 25 May 2009 09:56:37 +0000 (02:56 -0700)]
Merge change 2078 into donut

* changes:
  Add simple change log to the NDK documentation.

15 years agoMerge change 2085 into donut
Android (Google) Code Review [Mon, 25 May 2009 09:10:35 +0000 (02:10 -0700)]
Merge change 2085 into donut

* changes:
  This fixes the build to always define the ANDROID macro, and remove an empty -I from the compiler options.

15 years agoam ceada119: Merge change 2320 into donut
Android (Google) Code Review [Sat, 23 May 2009 17:36:43 +0000 (10:36 -0700)]
am ceada119: Merge change 2320 into donut

Merge commit 'ceada119d3676a936988cb4b35f75ebf2c28b8ee'

* commit 'ceada119d3676a936988cb4b35f75ebf2c28b8ee':
  Sensors: Use a native_handle for the data channel instead of a single file descriptor.

15 years agoMerge change 2320 into donut
Android (Google) Code Review [Sat, 23 May 2009 17:35:12 +0000 (10:35 -0700)]
Merge change 2320 into donut

* changes:
  Sensors: Use a native_handle for the data channel instead of a single file descriptor.

15 years agoUpdate Eclipse classpath file to add the android.tts package (path to package + files...
Jean-Michel Trivi [Sat, 23 May 2009 00:58:23 +0000 (17:58 -0700)]
Update Eclipse classpath file to add the android.tts package (path to package + files generated from AIDL).

15 years agoam 3276b8e8: Merge change 2384 into donut
Android (Google) Code Review [Sat, 23 May 2009 00:22:20 +0000 (17:22 -0700)]
am 3276b8e8: Merge change 2384 into donut

Merge commit '3276b8e868bb771d2a0bfcc2c83fae65cae172c7'

* commit '3276b8e868bb771d2a0bfcc2c83fae65cae172c7':
  SDK Updater: display properties of sources and packages.

15 years agoMerge change 2384 into donut
Android (Google) Code Review [Sat, 23 May 2009 00:20:35 +0000 (17:20 -0700)]
Merge change 2384 into donut

* changes:
  SDK Updater: display properties of sources and packages.

15 years agoam ab78aebc: Merge change 2348 into donut
Android (Google) Code Review [Sat, 23 May 2009 00:05:28 +0000 (17:05 -0700)]
am ab78aebc: Merge change 2348 into donut

Merge commit 'ab78aebc241d91b4afdc546c40c90e5114c41667'

* commit 'ab78aebc241d91b4afdc546c40c90e5114c41667':
  Fix typo in comment.

15 years agoMerge change 2348 into donut
Android (Google) Code Review [Sat, 23 May 2009 00:03:47 +0000 (17:03 -0700)]
Merge change 2348 into donut

* changes:
  Fix typo in comment.

15 years agoSDK Updater: display properties of sources and packages.
Raphael [Fri, 22 May 2009 23:51:51 +0000 (16:51 -0700)]
SDK Updater: display properties of sources and packages.

15 years agoam dc10c2e5: Update \'android update adb\' to the new file format for 3rd USB Vendor...
Xavier Ducrohet [Fri, 22 May 2009 23:04:13 +0000 (16:04 -0700)]
am dc10c2e5: Update \'android update adb\' to the new file format for 3rd USB Vendor IDs.

Merge commit 'dc10c2e5a388f22fd0e061521dac61b6751b23f4'

* commit 'dc10c2e5a388f22fd0e061521dac61b6751b23f4':
  Update 'android update adb' to the new file format for 3rd USB Vendor IDs.

15 years agoUpdate 'android update adb' to the new file format for 3rd USB Vendor IDs.
Xavier Ducrohet [Fri, 22 May 2009 22:47:13 +0000 (15:47 -0700)]
Update 'android update adb' to the new file format for 3rd USB Vendor IDs.

The new file format is simply 1 ID per line, no need for a count value.
Lines starting with '#' are comments and therefore ignored.

15 years agoam 7c343cef: Add XML Schema for runtest\'s test_defs.xml file
Phil Dubach [Fri, 22 May 2009 22:04:46 +0000 (15:04 -0700)]
am 7c343cef: Add XML Schema for runtest\'s test_defs.xml file

Merge commit '7c343cef7e7cd56aafb7b8a602ceb6462a6bbb71'

* commit '7c343cef7e7cd56aafb7b8a602ceb6462a6bbb71':
  Add XML Schema for runtest's test_defs.xml file

15 years agoAdd XML Schema for runtest's test_defs.xml file
Phil Dubach [Thu, 21 May 2009 23:35:22 +0000 (16:35 -0700)]
Add XML Schema for runtest's test_defs.xml file

15 years agoadd a definition for a ContentProviderOperation unit test
Fred Quintana [Thu, 21 May 2009 01:38:38 +0000 (18:38 -0700)]
add a definition for a ContentProviderOperation unit test

15 years agoam 0db48f76: Merge change 2360 into donut
Android (Google) Code Review [Fri, 22 May 2009 21:13:37 +0000 (14:13 -0700)]
am 0db48f76: Merge change 2360 into donut

Merge commit '0db48f76fb99cdc9d0ac1fafd41f82e51996de06'

* commit '0db48f76fb99cdc9d0ac1fafd41f82e51996de06':
  Make 'android update adb' write the USB vendor IDs in hexa.

15 years agoMerge change 2360 into donut
Android (Google) Code Review [Fri, 22 May 2009 21:11:30 +0000 (14:11 -0700)]
Merge change 2360 into donut

* changes:
  Make 'android update adb' write the USB vendor IDs in hexa.

15 years agoMake 'android update adb' write the USB vendor IDs in hexa.
Xavier Ducrohet [Fri, 22 May 2009 20:47:07 +0000 (13:47 -0700)]
Make 'android update adb' write the USB vendor IDs in hexa.

15 years agoFix typo in comment.
Ken Shirriff [Fri, 22 May 2009 20:01:40 +0000 (13:01 -0700)]
Fix typo in comment.

15 years agoam 906e6529: Merge change 2300 into donut
Android (Google) Code Review [Fri, 22 May 2009 19:32:57 +0000 (12:32 -0700)]
am 906e6529: Merge change 2300 into donut

Merge commit '906e6529fce5e5c4473d9bcdb05c03b13dac2b8f'

* commit '906e6529fce5e5c4473d9bcdb05c03b13dac2b8f':
  SDK Updater: some refactoring and some new features.

15 years agoMerge change 2300 into donut
Android (Google) Code Review [Fri, 22 May 2009 19:30:35 +0000 (12:30 -0700)]
Merge change 2300 into donut

* changes:
  SDK Updater: some refactoring and some new features.

15 years agoam c3515737: Merge change 2281 into donut
Android (Google) Code Review [Fri, 22 May 2009 18:32:03 +0000 (11:32 -0700)]
am c3515737: Merge change 2281 into donut

Merge commit 'c35157377ba06eeef32bc6eaf582fd6e4c9805a8'

* commit 'c35157377ba06eeef32bc6eaf582fd6e4c9805a8':
  Moved updateAdb into SdkManager and updated with new adb_usb.ini format.

15 years agoSDK Updater: some refactoring and some new features.
Raphael [Fri, 22 May 2009 04:43:00 +0000 (21:43 -0700)]
SDK Updater: some refactoring and some new features.

The refactoring part involves moving as much as possible stuff
in SdkLib/internal/repository.

The UI has moved in SdkUiLib/internal/repository except a specific
public wrapper for calling the Sdk Updater window.

There are also a bunch of new classes to handle the internal
structures: Package is the base type and to match the XML element
names we have PlatformPackage, AddonPackage, DocPackage and
ToolPackage.

All headers have been fixed.

15 years agoMerge change 2281 into donut
Android (Google) Code Review [Fri, 22 May 2009 17:44:46 +0000 (10:44 -0700)]
Merge change 2281 into donut

* changes:
  Moved updateAdb into SdkManager and updated with new adb_usb.ini format.

15 years agoam 96882a34: am 83814319: AI 149189: Adding dalvik porting guide based on content...
Reena Lee [Fri, 22 May 2009 14:57:37 +0000 (07:57 -0700)]
am 96882a34: am 83814319: AI 149189: Adding dalvik porting guide based on content from the Android source tree under dalvik/docs/porting.html

Merge commit '96882a3406371e79ca90640e5889c91af50ea4d2'

* commit '96882a3406371e79ca90640e5889c91af50ea4d2':
  AI 149189: Adding dalvik porting guide based on content from the Android source tree under dalvik/docs/porting.html

15 years agoam 97752d4f: Add a timeout flag to runtest for running native tests on devices.
Wei-Ta Chen [Fri, 22 May 2009 14:57:20 +0000 (07:57 -0700)]
am 97752d4f: Add a timeout flag to runtest for running native tests on devices.

Merge commit '97752d4f80740485ec7a248a0f80074fa6a784db'

* commit '97752d4f80740485ec7a248a0f80074fa6a784db':
  Add a timeout flag to runtest for running native tests on devices.

15 years agoSensors: Use a native_handle for the data channel instead of a single file descriptor.
Mike Lockwood [Fri, 22 May 2009 14:03:00 +0000 (10:03 -0400)]
Sensors: Use a native_handle for the data channel instead of a single file descriptor.

This eliminates the requirement that all sensors share a single file descriptor.
This, along with concurrent changes in other projects, fixes bugs b/1614524 and b/1614481

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoam 83814319: AI 149189: Adding dalvik porting guide based on content from the Android...
Reena Lee [Fri, 22 May 2009 07:06:47 +0000 (00:06 -0700)]
am 83814319: AI 149189: Adding dalvik porting guide based on content from the Android source tree under dalvik/docs/porting.html

Merge commit '838143199e2270e3f103050c76cf24539ad8dfe1' into donut

* commit '838143199e2270e3f103050c76cf24539ad8dfe1':
  AI 149189: Adding dalvik porting guide based on content from the Android source tree under dalvik/docs/porting.html

15 years agoAI 149189: Adding dalvik porting guide based on content from the Android source tree...
Reena Lee [Fri, 22 May 2009 07:04:27 +0000 (00:04 -0700)]
AI 149189: Adding dalvik porting guide based on content from the Android source tree under dalvik/docs/porting.html

Automated import of CL 149189

15 years agoAdd a timeout flag to runtest for running native tests on devices.
Wei-Ta Chen [Thu, 21 May 2009 23:24:04 +0000 (16:24 -0700)]
Add a timeout flag to runtest for running native tests on devices.

15 years agoMoved updateAdb into SdkManager and updated with new adb_usb.ini format.
Xavier Ducrohet [Fri, 22 May 2009 00:46:12 +0000 (17:46 -0700)]
Moved updateAdb into SdkManager and updated with new adb_usb.ini format.

New format is: 1 number per line. First number is vendor ID count, followed
by  the vendor IDs themselves. Comment lines starting with # accepted.

15 years agoam cbfa85a4: Sdk Updater: Split UI in window and independant composites.
Raphael [Thu, 21 May 2009 22:34:49 +0000 (15:34 -0700)]
am cbfa85a4: Sdk Updater: Split UI in window and independant composites.

Merge commit 'cbfa85a410cc51330454e6318bbdd88dd17b2401'

* commit 'cbfa85a410cc51330454e6318bbdd88dd17b2401':
  Sdk Updater: Split UI in window and independant composites.

15 years agoSdk Updater: Split UI in window and independant composites.
Raphael [Thu, 21 May 2009 22:22:50 +0000 (15:22 -0700)]
Sdk Updater: Split UI in window and independant composites.

15 years agoMerge change 2195
Android (Google) Code Review [Thu, 21 May 2009 19:47:59 +0000 (12:47 -0700)]
Merge change 2195

* changes:
  Update .classpath for current version of calculator's jar file

15 years agoam 1a0b3ffd: Update doc with a better way to ignore windows problematic files.
Raphael [Thu, 21 May 2009 19:09:29 +0000 (12:09 -0700)]
am 1a0b3ffd: Update doc with a better way to ignore windows problematic files.

Merge commit '1a0b3ffd5e1d5c2c155a2d8bcdf9a7d3402fc148'

* commit '1a0b3ffd5e1d5c2c155a2d8bcdf9a7d3402fc148':
  Update doc with a better way to ignore windows problematic files.

15 years agoUpdate doc with a better way to ignore windows problematic files.
Raphael [Thu, 21 May 2009 18:47:16 +0000 (11:47 -0700)]
Update doc with a better way to ignore windows problematic files.

15 years agoUpdate .classpath for current version of calculator's jar file
Andrew Stadler [Thu, 21 May 2009 18:37:20 +0000 (11:37 -0700)]
Update .classpath for current version of calculator's jar file

15 years agoam fc05fb25: Merge change 2110 into donut
Android (Google) Code Review [Thu, 21 May 2009 17:46:04 +0000 (10:46 -0700)]
am fc05fb25: Merge change 2110 into donut

Merge commit 'fc05fb2556215201e793a2ff7545c4e7d55f0a4f'

* commit 'fc05fb2556215201e793a2ff7545c4e7d55f0a4f':
  Replaced occurences of "porting guide" with platform development kit

15 years agoMerge change 2110 into donut
Android (Google) Code Review [Thu, 21 May 2009 17:44:18 +0000 (10:44 -0700)]
Merge change 2110 into donut

* changes:
  Replaced occurences of "porting guide" with platform development kit Also added LED documentation to the TOC

15 years agoam 38ea3827: Merge change 2122 into donut
Android (Google) Code Review [Thu, 21 May 2009 17:16:40 +0000 (10:16 -0700)]
am 38ea3827: Merge change 2122 into donut

Merge commit '38ea38278923db2823f159df7d53e7964466bc2e'

* commit '38ea38278923db2823f159df7d53e7964466bc2e':
  Add support for USB Vendor ID in the add-ons.

15 years agoMerge change 2122 into donut
Android (Google) Code Review [Thu, 21 May 2009 17:14:27 +0000 (10:14 -0700)]
Merge change 2122 into donut

* changes:
  Add support for USB Vendor ID in the add-ons.

15 years agoam 1f4a1dcb: Merge change 2121 into donut
Android (Google) Code Review [Thu, 21 May 2009 05:44:27 +0000 (22:44 -0700)]
am 1f4a1dcb: Merge change 2121 into donut

Merge commit '1f4a1dcb5f9cfe65a98be2fcb21cd5df4c6a3a9e'

* commit '1f4a1dcb5f9cfe65a98be2fcb21cd5df4c6a3a9e':
  SDK #1800921: Packages the Windows SDK in a temporary location.

15 years agoMerge change 2121 into donut
Android (Google) Code Review [Thu, 21 May 2009 05:31:31 +0000 (22:31 -0700)]
Merge change 2121 into donut

* changes:
  SDK #1800921: Packages the Windows SDK in a temporary location.

15 years agoSDK #1800921: Packages the Windows SDK in a temporary location.
Raphael [Wed, 20 May 2009 21:38:23 +0000 (14:38 -0700)]
SDK #1800921: Packages the Windows SDK in a temporary location.

This changes make_windows_sdk so that it packages everything
in a temp dir. Once the build & packaging succeeds, the final
Zip is copied to the desired location.

The temp dir is *not* cleared on zip errors, which helps in
diagnosing packaging issues after the fact.

This has no impact on the build process itself (i.e. make
adb, emulator, etc.) which all happen in $SDK/out anyway.

The temp dir can be passed as an argument. If not provided,
the default Cygwin $TMP is used. Otherwise /tmp is used.

I also added an usage description when parameters are missing.

15 years agoAdd support for USB Vendor ID in the add-ons.
Xavier Ducrohet [Wed, 20 May 2009 21:51:27 +0000 (14:51 -0700)]
Add support for USB Vendor ID in the add-ons.

The add-on manifest can now declare a USB vendor ID with the line
   usb-vendor=<id>
The ID must be a 16 hexadecimal value in the format 0xABCD.

The 'android' tool now has a new command 'android upate abd' that will create
a file called 'adb_usb.ini' in ~/.android/
This file will be read by adb to add support to those new vendor IDs.

15 years agoam c2d33c5b: am 2fd2d2f9: AI 149080: Change default PDK app engine version to 2
Gaurav Mathur [Thu, 21 May 2009 00:36:11 +0000 (17:36 -0700)]
am c2d33c5b: am 2fd2d2f9: AI 149080: Change default PDK app engine version to 2

Merge commit 'c2d33c5b21b6a60a17cc8fbfba4a8bcee6b283d2'

* commit 'c2d33c5b21b6a60a17cc8fbfba4a8bcee6b283d2':
  AI 149080: Change default PDK app engine version to 2

15 years agoam 2fd2d2f9: AI 149080: Change default PDK app engine version to 2
Gaurav Mathur [Thu, 21 May 2009 00:22:49 +0000 (17:22 -0700)]
am 2fd2d2f9: AI 149080: Change default PDK app engine version to 2

Merge commit '2fd2d2f90e66eca36141ee594b83ed57f5a39764' into donut

* commit '2fd2d2f90e66eca36141ee594b83ed57f5a39764':
  AI 149080: Change default PDK app engine version to 2

15 years agoAI 149080: Change default PDK app engine version to 2
Gaurav Mathur [Wed, 20 May 2009 23:48:29 +0000 (16:48 -0700)]
AI 149080: Change default PDK app engine version to 2

Automated import of CL 149080

15 years agoam 06b9f977: Merge change 2118 into donut
Android (Google) Code Review [Wed, 20 May 2009 23:14:15 +0000 (16:14 -0700)]
am 06b9f977: Merge change 2118 into donut

Merge commit '06b9f977c36980e0e8ac4bca4fad6da0b46eac7a'

* commit '06b9f977c36980e0e8ac4bca4fad6da0b46eac7a':
  Add work-around for running DDMS on 64-bit Linux.

15 years agoMerge change 2118 into donut
Android (Google) Code Review [Wed, 20 May 2009 22:25:00 +0000 (15:25 -0700)]
Merge change 2118 into donut

* changes:
  Add work-around for running DDMS on 64-bit Linux.

15 years agoAdd work-around for running DDMS on 64-bit Linux.
Jack Palevich [Wed, 20 May 2009 21:36:49 +0000 (14:36 -0700)]
Add work-around for running DDMS on 64-bit Linux.

15 years agoam 55deffa3: Merge change 1736 into donut
Android (Google) Code Review [Wed, 20 May 2009 21:33:04 +0000 (14:33 -0700)]
am 55deffa3: Merge change 1736 into donut

Merge commit '55deffa35e528959e7de41198ee146e79fb71618'

* commit '55deffa35e528959e7de41198ee146e79fb71618':
  Add tests definition (unit tests and stress tests) for Camera.

15 years agoMerge change 1736 into donut
Android (Google) Code Review [Wed, 20 May 2009 21:31:23 +0000 (14:31 -0700)]
Merge change 1736 into donut

* changes:
  Add tests definition (unit tests and stress tests) for Camera.

15 years agoReplaced occurences of "porting guide" with platform development kit
Gaurav Mathur [Wed, 20 May 2009 20:29:29 +0000 (13:29 -0700)]
Replaced occurences of "porting guide" with platform development kit
Also added LED documentation to the TOC

15 years agoam 7114c7bf: Merge change 2066 into donut
Android (Google) Code Review [Wed, 20 May 2009 19:06:10 +0000 (12:06 -0700)]
am 7114c7bf: Merge change 2066 into donut

Merge commit '7114c7bf1c02390c7e328775aadc400c3b2b8603'

* commit '7114c7bf1c02390c7e328775aadc400c3b2b8603':
  SDK Updater: Fetch source XML, display them in tree.

15 years agoMerge change 2066 into donut
Android (Google) Code Review [Wed, 20 May 2009 19:04:20 +0000 (12:04 -0700)]
Merge change 2066 into donut

* changes:
  SDK Updater: Fetch source XML, display them in tree.

15 years agoSDK Updater: Fetch source XML, display them in tree.
Raphael [Wed, 20 May 2009 06:25:54 +0000 (23:25 -0700)]
SDK Updater: Fetch source XML, display them in tree.

There's a notion of an asynchronous task with a progress bar & status UI.
That's still just experimental. Will need some refactoring, etc.

15 years agoThis fixes the build to always define the ANDROID macro, and remove an empty -I from...
David 'Digit' Turner [Wed, 20 May 2009 16:37:31 +0000 (18:37 +0200)]
This fixes the build to always define the ANDROID macro, and remove an empty -I from the compiler options.

The latter had the effect of removing the benefit of optimization settings, i.e. a typical compiler
command would look like:

   <toolchain-compiler> .... -Isources/<module-path> -I -O2 -g

The "-I -O2" was interpreted literally as "search in '-O2' directory, and the optimization was
never set to 2 (or 0 in case of debug mode).

15 years agoam d7dc91d7: Merge change 2030 into donut
Android (Google) Code Review [Wed, 20 May 2009 16:21:20 +0000 (09:21 -0700)]
am d7dc91d7: Merge change 2030 into donut

Merge commit 'd7dc91d749b920734c9e9f0a21c7c7e9672ef8b6'

* commit 'd7dc91d749b920734c9e9f0a21c7c7e9672ef8b6':
  Add new trace tool for displaying all the memory regions in a process.

15 years agoam b260872e: Merge change 2024 into donut
Android (Google) Code Review [Wed, 20 May 2009 16:21:20 +0000 (09:21 -0700)]
am b260872e: Merge change 2024 into donut

Merge commit 'b260872ea4ab52286e1abfa4e79d12feb3d46253'

* commit 'b260872ea4ab52286e1abfa4e79d12feb3d46253':
  Add support for native (JNI) calls to the trace tools.

15 years agoam f07bc1ab: am e557a732: AI 149055: Add initial file for LED content including doxyg...
Reena Lee [Wed, 20 May 2009 15:54:26 +0000 (08:54 -0700)]
am f07bc1ab: am e557a732: AI 149055: Add initial file for LED content including doxygen code from lights.h

Merge commit 'f07bc1ab07a70f6c5a667c2a75fa7f42b0d885be'

* commit 'f07bc1ab07a70f6c5a667c2a75fa7f42b0d885be':
  AI 149055: Add initial file for LED content including doxygen code from lights.h

15 years agoam 9b3f3f27: Merge change 1954 into donut
Android (Google) Code Review [Wed, 20 May 2009 15:54:26 +0000 (08:54 -0700)]
am 9b3f3f27: Merge change 1954 into donut

Merge commit '9b3f3f27fe9d50927fe176ebcb2f8b14e226d0b8'

* commit '9b3f3f27fe9d50927fe176ebcb2f8b14e226d0b8':
  Add a bunch of documentation for the Android C library and the JNI interface to the NDK

15 years agoam 1e4498ad: Merge change 1951 into donut
Android (Google) Code Review [Wed, 20 May 2009 15:54:25 +0000 (08:54 -0700)]
am 1e4498ad: Merge change 1951 into donut

Merge commit '1e4498ad17c6156ab40896d8f3307af8497b5327'

* commit '1e4498ad17c6156ab40896d8f3307af8497b5327':
  Expose the Zlib headers (<zlib.h> and <zconf.h>) in the android-1.5 NDK sysroot.

15 years agoMerge change 2030 into donut
Android (Google) Code Review [Wed, 20 May 2009 15:54:21 +0000 (08:54 -0700)]
Merge change 2030 into donut

* changes:
  Add new trace tool for displaying all the memory regions in a process.

15 years agoMerge change 2024 into donut
Android (Google) Code Review [Wed, 20 May 2009 15:54:11 +0000 (08:54 -0700)]
Merge change 2024 into donut

* changes:
  Add support for native (JNI) calls to the trace tools.

15 years agoam e557a732: AI 149055: Add initial file for LED content including doxygen code from...
Reena Lee [Wed, 20 May 2009 15:09:43 +0000 (08:09 -0700)]
am e557a732: AI 149055: Add initial file for LED content including doxygen code from lights.h

Merge commit 'e557a732807eb6f3c29630ce882c644936df1e02' into donut

* commit 'e557a732807eb6f3c29630ce882c644936df1e02':
  AI 149055: Add initial file for LED content including doxygen code from lights.h

15 years agoAI 149055: Add initial file for LED content including doxygen code from lights.h
Reena Lee [Wed, 20 May 2009 15:04:39 +0000 (08:04 -0700)]
AI 149055: Add initial file for LED content including doxygen code from lights.h

Automated import of CL 149055