OSDN Git Service

android-x86/development.git
14 years agoremove unnecessary stuff on x86 android-x86-1.6
Chih-Wei Huang [Sun, 15 Nov 2009 04:09:30 +0000 (12:09 +0800)]
remove unnecessary stuff on x86

14 years agoadd x86 support for ndk
Yi Sun [Wed, 11 Nov 2009 23:16:25 +0000 (15:16 -0800)]
add x86 support for ndk

14 years agoChanged ctrl to the real Ctrl keys. I did not add CAP key support for the Term yet.
Yi Sun [Wed, 11 Nov 2009 09:04:36 +0000 (01:04 -0800)]
Changed ctrl to the real Ctrl keys. I did not add CAP key support for the Term yet.

14 years agoTweaks to sample .classpath to reduce errors.
Chad Fawcett [Wed, 7 Oct 2009 14:46:17 +0000 (10:46 -0400)]
Tweaks to sample .classpath to reduce errors.

Removed the IM Provider, added some keystore/vpn paths.

14 years agomerge from donut
Jean-Baptiste Queru [Thu, 3 Sep 2009 21:12:47 +0000 (14:12 -0700)]
merge from donut

14 years agodocs only.
Scott Main [Sat, 29 Aug 2009 20:08:18 +0000 (13:08 -0700)]
docs only.
add a homepage for the searchable dictionary sample app.
and make all urls relative

14 years agoReinclude SearchableDictionary sample app as a demo of third party inclusion in Quick...
Mike LeBeau [Fri, 28 Aug 2009 17:35:46 +0000 (10:35 -0700)]
Reinclude SearchableDictionary sample app as a demo of third party inclusion in Quick Search Box.

This reverts commit 3e83e8bc8b969a993b026dab9d13b99b315d9af0.

14 years agoMerge change 22791 into donut
Android (Google) Code Review [Thu, 27 Aug 2009 00:44:09 +0000 (17:44 -0700)]
Merge change 22791 into donut

* changes:
  Add test definition for cts-gesture.

14 years agoAdd test definition for cts-gesture.
Brett Chabot [Wed, 26 Aug 2009 18:58:23 +0000 (11:58 -0700)]
Add test definition for cts-gesture.

BUG 2048364

Change-Id: I71b2cc197a9f6809dfb863d919a7fdeae75bd411

14 years agoMerge change 6506
Android Code Review [Wed, 26 Aug 2009 18:26:45 +0000 (11:26 -0700)]
Merge change 6506

* changes:
  Updated to better distinguish between options and operands

14 years agoMerge change 22652 into donut
Android (Google) Code Review [Wed, 26 Aug 2009 18:26:06 +0000 (11:26 -0700)]
Merge change 22652 into donut

* changes:
  Cleanup SDK packaging: remove alias build files.

14 years agoCleanup SDK packaging: remove alias build files.
Xavier Ducrohet [Tue, 25 Aug 2009 21:49:43 +0000 (14:49 -0700)]
Cleanup SDK packaging: remove alias build files.

14 years agoMake ApkBuilder create filenames supported by older rules.
Xavier Ducrohet [Wed, 26 Aug 2009 03:01:56 +0000 (20:01 -0700)]
Make ApkBuilder create filenames supported by older rules.

'ant install' must know the debug apk filename so newer naming scheme breaks
on older rule files (1.5 and earlier).
The fix is to check for the presence of the property naming the debug,
signed, unaligned package. If the property is present, then we use
the new naming scheme ({base}[-{config}]-debug-unaligned.apk), else we use
the old one ({base}-[-{config}]-debug.apk).

Also merge the install/reinstall targets, since 'adb install -r <file>'
works even if the apk was not yet installed.

DO NOT MERGE

14 years agoUpdated to better distinguish between options and operands
Nate Karstens [Sat, 3 Jan 2009 17:15:22 +0000 (11:15 -0600)]
Updated to better distinguish between options and operands

14 years agoEnhancement: ApiDemos - App - Dialog - AlertDialog with MultipleChoices backed by...
Muthu Ramadoss [Fri, 7 Nov 2008 10:47:09 +0000 (16:17 +0530)]
Enhancement: ApiDemos - App - Dialog - AlertDialog with MultipleChoices backed by Cursor

Added an example for using AlertDialog in Multichoice mode backed up by Cursor. This example can be used to test the following bug: http://code.google.com/p/android/issues/detail?id=955

AMEND:
Added a Toast to display readonly status of cursor, so data will not be updated.
Removed empty code blocks, which did nothing.

14 years agodocs only.
Scott Main [Mon, 24 Aug 2009 22:27:00 +0000 (15:27 -0700)]
docs only.
Add new web pages for sample apps included in the SDK.
Revise the existing sample app web pages.
Delete screenshots for notepad and lunar lander (these have
moved into frameworks/base/docs/html/guide/samples/image/.

14 years agoMerge change 22346 into donut
Android (Google) Code Review [Fri, 21 Aug 2009 23:08:11 +0000 (16:08 -0700)]
Merge change 22346 into donut

* changes:
  Fix target for ApiDemos (API is now 4)

14 years agoFix target for ApiDemos (API is now 4)
Xavier Ducrohet [Fri, 21 Aug 2009 22:56:47 +0000 (15:56 -0700)]
Fix target for ApiDemos (API is now 4)

Also add some progress output to the ant rules.

14 years agoRemove SearchableDictionary sample app as it is a demo of third party inclusion in...
Anonymous Coward [Fri, 21 Aug 2009 15:31:19 +0000 (08:31 -0700)]
Remove SearchableDictionary sample app as it is a demo of third party inclusion in quick search box.

update: remove entry from build.sdk

14 years agomgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.
Raphael [Fri, 21 Aug 2009 04:12:01 +0000 (21:12 -0700)]
mgwz.dll must be packaged next to tools/zipalign.exe in the Windows SDK.

BUG 2068812

14 years agoMerge change 22103 into donut
Android (Google) Code Review [Thu, 20 Aug 2009 22:07:08 +0000 (15:07 -0700)]
Merge change 22103 into donut

* changes:
  new transparent icon for searchable dictionary

14 years agonew transparent icon for searchable dictionary
Scott Main [Thu, 20 Aug 2009 19:21:15 +0000 (12:21 -0700)]
new transparent icon for searchable dictionary

14 years agoMerge change 22040 into donut
Android (Google) Code Review [Thu, 20 Aug 2009 01:54:59 +0000 (18:54 -0700)]
Merge change 22040 into donut

* changes:
  Fix broken XML generated during "Extract string"

14 years agoFix broken XML generated during "Extract string"
Xavier Ducrohet [Thu, 20 Aug 2009 01:53:41 +0000 (18:53 -0700)]
Fix broken XML generated during "Extract string"

BUG: 2066455

14 years agoMerge change 21988 into donut
Android (Google) Code Review [Wed, 19 Aug 2009 23:20:22 +0000 (16:20 -0700)]
Merge change 21988 into donut

* changes:
  Add OS version to ping service (win/mac only)

14 years agoAdd OS version to ping service (win/mac only)
Xavier Ducrohet [Wed, 19 Aug 2009 22:35:04 +0000 (15:35 -0700)]
Add OS version to ping service (win/mac only)

14 years agoMerge change 21763 into donut
Android (Google) Code Review [Tue, 18 Aug 2009 22:49:12 +0000 (15:49 -0700)]
Merge change 21763 into donut

* changes:
  Enable adb forwarding and starting up of monkey server

14 years agoEnable adb forwarding and starting up of monkey server
Ramanan Rajeswaran [Tue, 18 Aug 2009 20:02:23 +0000 (13:02 -0700)]
Enable adb forwarding and starting up of monkey server

14 years agoMerge change 21645 into donut
Android (Google) Code Review [Tue, 18 Aug 2009 17:30:43 +0000 (10:30 -0700)]
Merge change 21645 into donut

* changes:
  Make SSL error a bit more human readable.

14 years agoMake SSL error a bit more human readable.
Xavier Ducrohet [Tue, 18 Aug 2009 01:04:01 +0000 (18:04 -0700)]
Make SSL error a bit more human readable.

14 years agoMerge change 21617 into donut
Android (Google) Code Review [Tue, 18 Aug 2009 00:13:01 +0000 (17:13 -0700)]
Merge change 21617 into donut

* changes:
  ADT Export wizard now calls ZipAlign

14 years agoADT Export wizard now calls ZipAlign
Xavier Ducrohet [Mon, 17 Aug 2009 21:59:58 +0000 (14:59 -0700)]
ADT Export wizard now calls ZipAlign

14 years agoMerge change 21598 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 22:02:22 +0000 (15:02 -0700)]
Merge change 21598 into donut

* changes:
  Remove WQVGA skin from SDK

14 years agoRemove WQVGA skin from SDK
Xavier Ducrohet [Mon, 17 Aug 2009 22:01:10 +0000 (15:01 -0700)]
Remove WQVGA skin from SDK

14 years agoMerge change 21571 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 21:22:37 +0000 (14:22 -0700)]
Merge change 21571 into donut

* changes:
  Fixed QVGA skin and added WQVGA432 skin.

14 years agoFixed QVGA skin and added WQVGA432 skin.
Xavier Ducrohet [Mon, 17 Aug 2009 20:28:18 +0000 (13:28 -0700)]
Fixed QVGA skin and added WQVGA432 skin.

14 years agoMerge change 21445 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 20:05:07 +0000 (13:05 -0700)]
Merge change 21445 into donut

* changes:
  SDK Updater, restart ADB after updating tool/addon package.

14 years agoSDK Updater, restart ADB after updating tool/addon package.
Raphael [Sun, 16 Aug 2009 20:07:30 +0000 (13:07 -0700)]
SDK Updater, restart ADB after updating tool/addon package.

There's a new setting for this too.

BUG 1922590

14 years agoMerge change 21527 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 19:07:36 +0000 (12:07 -0700)]
Merge change 21527 into donut

* changes:
  Add getvar and listvar commands to monkey to allow inspection of properties on the device.

14 years agoMerge change 21463 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 18:24:17 +0000 (11:24 -0700)]
Merge change 21463 into donut

* changes:
  BUG 1922588: SDK Updater, Needs better license display

14 years agoAdd getvar and listvar commands to monkey to allow inspection of properties on the...
Bill Napier [Mon, 17 Aug 2009 18:20:15 +0000 (11:20 -0700)]
Add getvar and listvar commands to monkey to allow inspection of properties on the device.

14 years agoAdd monkeyrunner to code base
Ramanan Rajeswaran [Mon, 17 Aug 2009 15:52:11 +0000 (08:52 -0700)]
Add monkeyrunner to code base

14 years agoBUG 1922588: SDK Updater, Needs better license display
Raphael [Mon, 17 Aug 2009 04:14:05 +0000 (21:14 -0700)]
BUG 1922588: SDK Updater, Needs better license display

14 years ago1. Add .c extension to native_test.py so that native test in C can also be picked...
Xia Wang [Fri, 14 Aug 2009 18:01:58 +0000 (11:01 -0700)]
1. Add .c extension to native_test.py so that native test in C can also be picked up by testrunner.
2. Add netkeystore_test into continuous test cycle.

14 years agoAdd OSGi.jar to the SDK (required by org.eclipse.jface)
Xavier Ducrohet [Fri, 14 Aug 2009 19:46:06 +0000 (12:46 -0700)]
Add OSGi.jar to the SDK (required by org.eclipse.jface)

14 years agoMerge change 21301 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 21:10:03 +0000 (14:10 -0700)]
Merge change 21301 into donut

* changes:
  BUG 1922590 : SDK Updater, customize message for Windows preventing a directory from being renamed.

14 years agoMerge change 21305 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 20:20:22 +0000 (13:20 -0700)]
Merge change 21305 into donut

* changes:
  Bump release version to android-1.6_r1

14 years agoMerge change 21234 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 19:42:27 +0000 (12:42 -0700)]
Merge change 21234 into donut

* changes:
  Revamped QVGA skin and new WVGA 800/854 skins

14 years agoMerge change 21230 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 19:42:13 +0000 (12:42 -0700)]
Merge change 21230 into donut

* changes:
  New HVGA skin.

14 years agoBump release version to android-1.6_r1
David 'Digit' Turner [Fri, 14 Aug 2009 18:51:58 +0000 (20:51 +0200)]
Bump release version to android-1.6_r1

14 years agoBUG 1922590 : SDK Updater, customize message for Windows preventing
Raphael [Fri, 14 Aug 2009 18:38:50 +0000 (11:38 -0700)]
BUG 1922590 : SDK Updater, customize message for Windows preventing
a directory from being renamed.

14 years agoMerge change 21242 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 17:54:48 +0000 (10:54 -0700)]
Merge change 21242 into donut

* changes:
  Codename in minsdkversion for release platform shows 'null' in error string

14 years agoCodename in minsdkversion for release platform shows 'null' in error string
Xavier Ducrohet [Fri, 14 Aug 2009 04:49:14 +0000 (21:49 -0700)]
Codename in minsdkversion for release platform shows 'null' in error string

14 years agoMerge change 21210 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 04:35:06 +0000 (21:35 -0700)]
Merge change 21210 into donut

* changes:
  Make sure that the android pref folder is always present when queried.

14 years agoMerge change 21211 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 04:14:51 +0000 (21:14 -0700)]
Merge change 21211 into donut

* changes:
  Make the Ant script sign and zipalign release builds.

14 years agoMake the Ant script sign and zipalign release builds.
Xavier Ducrohet [Thu, 13 Aug 2009 23:49:40 +0000 (16:49 -0700)]
Make the Ant script sign and zipalign release builds.

It will also align debug builds.
BUG: 2052744

14 years agoMake sure that the android pref folder is always present when queried.
Xavier Ducrohet [Fri, 14 Aug 2009 00:26:37 +0000 (17:26 -0700)]
Make sure that the android pref folder is always present when queried.

BUG: 2053511

14 years agoRevamped QVGA skin and new WVGA 800/854 skins
Xavier Ducrohet [Fri, 14 Aug 2009 04:02:32 +0000 (21:02 -0700)]
Revamped QVGA skin and new WVGA 800/854 skins

BUG: 1944280

14 years agoNew HVGA skin.
Xavier Ducrohet [Fri, 14 Aug 2009 02:50:07 +0000 (19:50 -0700)]
New HVGA skin.

BUG: 1944280

14 years agoMerge change 21220 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 01:20:29 +0000 (18:20 -0700)]
Merge change 21220 into donut

* changes:
  Update the version of the tools/docs/platforms

14 years agoUpdate the version of the tools/docs/platforms
Xavier Ducrohet [Fri, 14 Aug 2009 01:13:33 +0000 (18:13 -0700)]
Update the version of the tools/docs/platforms

14 years agoMerge change 21051 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 21:35:44 +0000 (14:35 -0700)]
Merge change 21051 into donut

* changes:
  Add support for the new qualifier in the config selector.

14 years agoAdd support for the new qualifier in the config selector.
Xavier Ducrohet [Thu, 13 Aug 2009 02:11:11 +0000 (19:11 -0700)]
Add support for the new qualifier in the config selector.

14 years agoMerge change 21056 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 18:48:53 +0000 (11:48 -0700)]
Merge change 21056 into donut

* changes:
  Add a functional test that renders all the layouts of ApiDemos

14 years agoAdd a functional test that renders all the layouts of ApiDemos
Xavier Ducrohet [Thu, 13 Aug 2009 04:02:09 +0000 (21:02 -0700)]
Add a functional test that renders all the layouts of ApiDemos

14 years agoMerge change 21034 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 18:27:20 +0000 (11:27 -0700)]
Merge change 21034 into donut

* changes:
  On project creation, put the app package in build.properties

14 years agoOn project creation, put the app package in build.properties
Xavier Ducrohet [Thu, 13 Aug 2009 00:48:32 +0000 (17:48 -0700)]
On project creation, put the app package in build.properties

This enabled 'ant uninstall' to work.
Also, add an error message to the uninstall rules in case the property
is not defined.

BUG: 2050451

14 years agoMerge change 21036 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 18:04:48 +0000 (11:04 -0700)]
Merge change 21036 into donut

* changes:
  Also display error on empty minSdkVersion for preview targets.

14 years agoMerge change 21041 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 17:24:56 +0000 (10:24 -0700)]
Merge change 21041 into donut

* changes:
  BUG 2040986 : SDK Updater, platform dependency on tools

14 years agoMerge change 21052 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 03:21:19 +0000 (20:21 -0700)]
Merge change 21052 into donut

* changes:
  Update ADT tests README

14 years agoUpdate ADT tests README
Brett Chabot [Thu, 13 Aug 2009 02:49:03 +0000 (19:49 -0700)]
Update ADT tests README

BUG 2051310

14 years agoBUG 2040986 : SDK Updater, platform dependency on tools
Raphael [Thu, 13 Aug 2009 01:12:33 +0000 (18:12 -0700)]
BUG 2040986 : SDK Updater, platform dependency on tools

14 years agoAlso display error on empty minSdkVersion for preview targets.
Xavier Ducrohet [Thu, 13 Aug 2009 00:57:35 +0000 (17:57 -0700)]
Also display error on empty minSdkVersion for preview targets.

BUG: 2050928

14 years agoBUG 2050564 : Rename ADT 'Android AVD Manager' to 'Android SDK and AVD Manager'
Raphael [Wed, 12 Aug 2009 23:14:00 +0000 (16:14 -0700)]
BUG 2050564 : Rename ADT 'Android AVD Manager' to 'Android SDK and AVD Manager'

14 years agoAdd test definition for cts-telephony.
Brett Chabot [Wed, 12 Aug 2009 03:06:07 +0000 (20:06 -0700)]
Add test definition for cts-telephony.

BUG 2048364

14 years agoReformat .inf file for better reading and remove redundancies
vchtchetkine [Wed, 12 Aug 2009 21:18:32 +0000 (14:18 -0700)]
Reformat .inf file for better reading and remove redundancies

14 years agoMerge change 20889 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 17:24:16 +0000 (10:24 -0700)]
Merge change 20889 into donut

* changes:
  Properly update the new path of the AVD during an 'android avd move'

14 years agoSquashed commit of the following:
Bill Napier [Tue, 11 Aug 2009 23:36:43 +0000 (16:36 -0700)]
Squashed commit of the following:

commit d36aba1463cf8dca9dea7b4e436a71c6821f341a
Author: Bill Napier <napier@google.com>
Date:   Tue Aug 11 16:36:07 2009 -0700

    Change disconnect to be the same as if the user had issued a done command.

commit 4ab3ef149e815188105e10febd5a00ee5d0574fc
Author: Bill Napier <napier@google.com>
Date:   Tue Aug 11 16:31:16 2009 -0700

    Add "done" command to allow multiple sessions.

14 years agoMerge change 20840 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 16:07:49 +0000 (09:07 -0700)]
Merge change 20840 into donut

* changes:
  Add "type" command to allow strings to be more easily typed.

14 years agoMerge change 20891 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 04:35:07 +0000 (21:35 -0700)]
Merge change 20891 into donut

* changes:
  Updated whitespace

14 years agoMerge change 20890 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 04:34:57 +0000 (21:34 -0700)]
Merge change 20890 into donut

* changes:
  Checking in frame-work for new Open source site

14 years agoUpdated whitespace
Gaurav Mathur [Wed, 12 Aug 2009 03:30:23 +0000 (20:30 -0700)]
Updated whitespace

14 years agoChecking in frame-work for new Open source site
Gaurav Mathur [Wed, 12 Aug 2009 00:52:01 +0000 (17:52 -0700)]
Checking in frame-work for new Open source site

modified:   index.jd

modified:   index.jd

14 years agoProperly update the new path of the AVD during an 'android avd move'
Xavier Ducrohet [Wed, 12 Aug 2009 03:23:10 +0000 (20:23 -0700)]
Properly update the new path of the AVD during an 'android avd move'

BUG: 2048358

14 years agoMerge change 20877 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 02:25:59 +0000 (19:25 -0700)]
Merge change 20877 into donut

* changes:
  Add internal support for screen size/ratio, and version qualifiers.

14 years agoAdd internal support for screen size/ratio, and version qualifiers.
Xavier Ducrohet [Wed, 12 Aug 2009 01:41:54 +0000 (18:41 -0700)]
Add internal support for screen size/ratio, and version qualifiers.

UI will come later.
BUG: 20482562048264

14 years agoMerge change 20866 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 01:44:08 +0000 (18:44 -0700)]
Merge change 20866 into donut

* changes:
  Make the res qualifiers aware of the project target to handle differnt behavior.

14 years agoMake the res qualifiers aware of the project target to handle differnt behavior.
Xavier Ducrohet [Wed, 12 Aug 2009 00:50:54 +0000 (17:50 -0700)]
Make the res qualifiers aware of the project target to handle differnt behavior.

First behavior change: \d{3}dpi replaced with hdpi/mdpi/ldpi/nodpi

14 years agoMerge change 20833 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 23:18:17 +0000 (16:18 -0700)]
Merge change 20833 into donut

* changes:
  BUG 1993354 : Add zipalign to SDK

14 years agoAdd "type" command to allow strings to be more easily typed.
Bill Napier [Tue, 11 Aug 2009 23:07:38 +0000 (16:07 -0700)]
Add "type" command to allow strings to be more easily typed.

14 years agoMerge change 20831 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 22:50:51 +0000 (15:50 -0700)]
Merge change 20831 into donut

* changes:
  Change ADT/DDMS plug-ins version to 0.9.3

14 years agoMerge change 20808 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 22:44:37 +0000 (15:44 -0700)]
Merge change 20808 into donut

* changes:
  BUG 2039245 : Need to show something in the source if there are no available package

14 years agoBUG 1993354 : Add zipalign to SDK
Raphael [Tue, 11 Aug 2009 22:37:00 +0000 (15:37 -0700)]
BUG 1993354 : Add zipalign to SDK

14 years agoChange ADT/DDMS plug-ins version to 0.9.3
Xavier Ducrohet [Tue, 11 Aug 2009 22:34:04 +0000 (15:34 -0700)]
Change ADT/DDMS plug-ins version to 0.9.3

14 years agoMerge change 20653 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 22:07:33 +0000 (15:07 -0700)]
Merge change 20653 into donut

* changes:
  Add press/tap and also a command queue for returning multiple events.

14 years agoBUG 2039245 : Need to show something in the source if there are no available package
Raphael [Tue, 11 Aug 2009 21:26:29 +0000 (14:26 -0700)]
BUG 2039245 : Need to show something in the source if there are no available package

Also moves the "Show updates only" checkbox around.

14 years agoMerge change 20786 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 21:30:13 +0000 (14:30 -0700)]
Merge change 20786 into donut

* changes:
  BUG 2041701: Release notes content/link in SDK Updater schema

14 years agoBUG 2041701: Release notes content/link in SDK Updater schema
Raphael [Tue, 11 Aug 2009 20:46:21 +0000 (13:46 -0700)]
BUG 2041701: Release notes content/link in SDK Updater schema

14 years agoMerge change 20765 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 19:30:37 +0000 (12:30 -0700)]
Merge change 20765 into donut

* changes:
  BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK

14 years agoBUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK
Raphael [Tue, 11 Aug 2009 18:08:36 +0000 (11:08 -0700)]
BUG 2033924: Add AdbWinUsbApi.dll to prebuilt for Windows SDK