From 40585738b4ad5d0c4328d6deee98e28705f33c11 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Mon, 1 Jun 2009 15:01:16 -0700 Subject: Add usb-vendor to the manifest.ini --- sdk_addon/manifest.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sdk_addon/manifest.ini b/sdk_addon/manifest.ini index d91c53c..fda2a84 100644 --- a/sdk_addon/manifest.ini +++ b/sdk_addon/manifest.ini @@ -17,3 +17,11 @@ libraries=com.example.android.platform_library com.example.android.platform_library=platform_library.jar;Sample optional plaform library +# USB Vendor ID +# This 16-bit integer allows adb to detect new devices, by extending the list +# of USB Vendor IDs it knows. After installing an add-on the command +# 'android update' adb' must be run to update a file that adb reads during +# start-up. +#usb-vendor=0x0000 + + -- cgit v1.2.3