Commit Graph

1204 Commits

Author SHA1 Message Date
Phil Dubach
24783d6332 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
2009-05-22 15:04:46 -07:00
Phil Dubach
7c343cef7e Add XML Schema for runtest's test_defs.xml file 2009-05-22 14:56:35 -07:00
Fred Quintana
83ce803690 add a definition for a ContentProviderOperation unit test 2009-05-22 14:17:58 -07:00
Android (Google) Code Review
2f740babc0 am 0db48f76: Merge change 2360 into donut
Merge commit '0db48f76fb99cdc9d0ac1fafd41f82e51996de06'

* commit '0db48f76fb99cdc9d0ac1fafd41f82e51996de06':
  Make 'android update adb' write the USB vendor IDs in hexa.
2009-05-22 14:13:37 -07:00
Android (Google) Code Review
0db48f76fb Merge change 2360 into donut
* changes:
  Make 'android update adb' write the USB vendor IDs in hexa.
2009-05-22 14:11:30 -07:00
Xavier Ducrohet
774ac9a0dc Make 'android update adb' write the USB vendor IDs in hexa. 2009-05-22 13:47:07 -07:00
Ken Shirriff
35787c0f99 Fix typo in comment. 2009-05-22 13:01:40 -07:00
Android (Google) Code Review
953d1855a3 am 906e6529: Merge change 2300 into donut
Merge commit '906e6529fce5e5c4473d9bcdb05c03b13dac2b8f'

* commit '906e6529fce5e5c4473d9bcdb05c03b13dac2b8f':
  SDK Updater: some refactoring and some new features.
2009-05-22 12:32:57 -07:00
Android (Google) Code Review
906e6529fc Merge change 2300 into donut
* changes:
  SDK Updater: some refactoring and some new features.
2009-05-22 12:30:35 -07:00
Android (Google) Code Review
2b210d79d9 am c3515737: Merge change 2281 into donut
Merge commit 'c35157377ba06eeef32bc6eaf582fd6e4c9805a8'

* commit 'c35157377ba06eeef32bc6eaf582fd6e4c9805a8':
  Moved updateAdb into SdkManager and updated with new adb_usb.ini format.
2009-05-22 11:32:03 -07:00
Raphael
1c7b811fe4 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.
2009-05-22 11:31:50 -07:00
Android (Google) Code Review
c35157377b Merge change 2281 into donut
* changes:
  Moved updateAdb into SdkManager and updated with new adb_usb.ini format.
2009-05-22 10:44:46 -07:00
Reena Lee
da67108b0e 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
2009-05-22 07:57:37 -07:00
Wei-Ta Chen
efbbe29a2c 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.
2009-05-22 07:57:20 -07:00
Mike Lockwood
6834281462 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>
2009-05-22 10:03:00 -04:00
Reena Lee
96882a3406 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
2009-05-22 00:06:47 -07:00
Reena Lee
838143199e AI 149189: Adding dalvik porting guide based on content from the Android source tree under dalvik/docs/porting.html
Automated import of CL 149189
2009-05-22 00:04:27 -07:00
Wei-Ta Chen
97752d4f80 Add a timeout flag to runtest for running native tests on devices. 2009-05-21 18:17:08 -07:00
Xavier Ducrohet
0064943f50 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.
2009-05-21 18:11:36 -07:00
Raphael
e56dc15be2 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.
2009-05-21 15:34:49 -07:00
Raphael
cbfa85a410 Sdk Updater: Split UI in window and independant composites. 2009-05-21 15:22:50 -07:00
Android (Google) Code Review
3c8b53d769 Merge change 2195
* changes:
  Update .classpath for current version of calculator's jar file
2009-05-21 12:47:59 -07:00
Raphael
4dc597173b 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.
2009-05-21 12:09:29 -07:00
Raphael
1a0b3ffd5e Update doc with a better way to ignore windows problematic files. 2009-05-21 11:57:33 -07:00
Andrew Stadler
bc4b939709 Update .classpath for current version of calculator's jar file 2009-05-21 11:37:20 -07:00
Android (Google) Code Review
fab1dac7be am fc05fb25: Merge change 2110 into donut
Merge commit 'fc05fb2556215201e793a2ff7545c4e7d55f0a4f'

* commit 'fc05fb2556215201e793a2ff7545c4e7d55f0a4f':
  Replaced occurences of "porting guide" with platform development kit
2009-05-21 10:46:04 -07:00
Android (Google) Code Review
fc05fb2556 Merge change 2110 into donut
* changes:
  Replaced occurences of "porting guide" with platform development kit Also added LED documentation to the TOC
2009-05-21 10:44:18 -07:00
Android (Google) Code Review
2e41227a6e am 38ea3827: Merge change 2122 into donut
Merge commit '38ea38278923db2823f159df7d53e7964466bc2e'

* commit '38ea38278923db2823f159df7d53e7964466bc2e':
  Add support for USB Vendor ID in the add-ons.
2009-05-21 10:16:40 -07:00
Android (Google) Code Review
38ea382789 Merge change 2122 into donut
* changes:
  Add support for USB Vendor ID in the add-ons.
2009-05-21 10:14:27 -07:00
Android (Google) Code Review
d7a547d116 am 1f4a1dcb: Merge change 2121 into donut
Merge commit '1f4a1dcb5f9cfe65a98be2fcb21cd5df4c6a3a9e'

* commit '1f4a1dcb5f9cfe65a98be2fcb21cd5df4c6a3a9e':
  SDK #1800921: Packages the Windows SDK in a temporary location.
2009-05-20 22:44:27 -07:00
Android (Google) Code Review
1f4a1dcb5f Merge change 2121 into donut
* changes:
  SDK #1800921: Packages the Windows SDK in a temporary location.
2009-05-20 22:31:31 -07:00
Raphael
d1959dcee1 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.
2009-05-20 22:28:21 -07:00
Xavier Ducrohet
4817a2b5b3 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.
2009-05-20 18:06:15 -07:00
Gaurav Mathur
29f67acc10 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
2009-05-20 17:36:11 -07:00
Gaurav Mathur
c2d33c5b21 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
2009-05-20 17:22:49 -07:00
Gaurav Mathur
2fd2d2f90e AI 149080: Change default PDK app engine version to 2
Automated import of CL 149080
2009-05-20 16:48:29 -07:00
Android (Google) Code Review
435f32e41c am 06b9f977: Merge change 2118 into donut
Merge commit '06b9f977c36980e0e8ac4bca4fad6da0b46eac7a'

* commit '06b9f977c36980e0e8ac4bca4fad6da0b46eac7a':
  Add work-around for running DDMS on 64-bit Linux.
2009-05-20 16:14:15 -07:00
Android (Google) Code Review
06b9f977c3 Merge change 2118 into donut
* changes:
  Add work-around for running DDMS on 64-bit Linux.
2009-05-20 15:25:00 -07:00
Jack Palevich
92b6f2b72b Add work-around for running DDMS on 64-bit Linux. 2009-05-20 14:42:04 -07:00
Android (Google) Code Review
e30d377bd3 am 55deffa3: Merge change 1736 into donut
Merge commit '55deffa35e528959e7de41198ee146e79fb71618'

* commit '55deffa35e528959e7de41198ee146e79fb71618':
  Add tests definition (unit tests and stress tests) for Camera.
2009-05-20 14:33:04 -07:00
Android (Google) Code Review
55deffa35e Merge change 1736 into donut
* changes:
  Add tests definition (unit tests and stress tests) for Camera.
2009-05-20 14:31:23 -07:00
Gaurav Mathur
253806866e Replaced occurences of "porting guide" with platform development kit
Also added LED documentation to the TOC
2009-05-20 13:29:29 -07:00
Android (Google) Code Review
b5fb938998 am 7114c7bf: Merge change 2066 into donut
Merge commit '7114c7bf1c02390c7e328775aadc400c3b2b8603'

* commit '7114c7bf1c02390c7e328775aadc400c3b2b8603':
  SDK Updater: Fetch source XML, display them in tree.
2009-05-20 12:06:10 -07:00
Android (Google) Code Review
7114c7bf1c Merge change 2066 into donut
* changes:
  SDK Updater: Fetch source XML, display them in tree.
2009-05-20 12:04:20 -07:00
Raphael
08226b31f8 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.
2009-05-20 11:58:16 -07:00
David 'Digit' Turner
93a4147f12 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).
2009-05-20 18:37:31 +02:00
Android (Google) Code Review
7ade5c7e29 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.
2009-05-20 09:21:20 -07:00
Android (Google) Code Review
68b4a04515 am b260872e: Merge change 2024 into donut
Merge commit 'b260872ea4ab52286e1abfa4e79d12feb3d46253'

* commit 'b260872ea4ab52286e1abfa4e79d12feb3d46253':
  Add support for native (JNI) calls to the trace tools.
2009-05-20 09:21:20 -07:00
Reena Lee
320578826e 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
2009-05-20 08:54:26 -07:00
Android (Google) Code Review
a8e8dc6e09 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
2009-05-20 08:54:26 -07:00