summaryrefslogtreecommitdiffstats
path: root/adb
Commit message (Collapse)AuthorAgeFilesLines
* adb: osx: Match devices based on interface subclass and protocolDima Zavin2009-05-092-206/+176
| | | | | | | | Enumerating all vendor+product id combinations is not practical. This modifies the matching algorithm to use the adb interface subclass/protocol instead (0x42/0x1). Signed-off-by: Dima Zavin <dima@android.com>
* adb seems to build in 64 bit mode these days, so it's safe to build for the ↵Marco Nelissen2009-05-011-2/+0
| | | | | | simulator too. While adb is not needed for the simulator, it's handy to have around when you're working with the simulator but need to look at a device.
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-133-1/+55
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-2/+3
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0340-0/+13929
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0340-13929/+0
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+1
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+2
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-096-641/+3
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1721-280/+943
|
* Initial ContributionThe Android Open Source Project2008-10-2137-0/+13903