diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-07-26 21:46:33 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-07-26 21:46:33 -0700 |
commit | cc256fb1d5070b9f64125722c6a94f839ff9c4f9 (patch) | |
tree | 71084299131e456372c3001f0ca56f63472d7061 /docs/html/guide/developing/device.jd | |
parent | e45b3ff8b2705a71c6f094ab19144a072cc2a7d6 (diff) | |
parent | 1f4dd5d6ca82bee7c2ac257d61b373f80dcc1354 (diff) | |
download | frameworks_base-cc256fb1d5070b9f64125722c6a94f839ff9c4f9.zip frameworks_base-cc256fb1d5070b9f64125722c6a94f839ff9c4f9.tar.gz frameworks_base-cc256fb1d5070b9f64125722c6a94f839ff9c4f9.tar.bz2 |
am 1f4dd5d6: Merge change 8553 into donut
Merge commit '1f4dd5d6ca82bee7c2ac257d61b373f80dcc1354'
* commit '1f4dd5d6ca82bee7c2ac257d61b373f80dcc1354':
AI 150106: Add gcc/gmake/cygwin details to NDK sys requirements
AI 150083: Minor updates to the ndk docs based on approved messaging.
AI 150055: In Icon Guidelines doc, remove example icons that are not accessible to apps.
AI 150054: Misc changes for the sdk/devsite docs
AI 150008: update the Google IO announcement, point to session videos.
Diffstat (limited to 'docs/html/guide/developing/device.jd')
-rw-r--r-- | docs/html/guide/developing/device.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd index c00f312..2c42e78 100644 --- a/docs/html/guide/developing/device.jd +++ b/docs/html/guide/developing/device.jd @@ -137,7 +137,7 @@ would on the emulator. There are just a few things to do before you can start.</ <li>If you're developing on Mac OS X, it just works. Skip this step.</li> <li>If you're developing on Ubuntu Linux, you need to add a rules file: <ol> - <li>Login as root and create this file: <code>/etc/udev/rules.d/50-android.rules</code>. + <li>Login as root and create this file: <code>/etc/udev/rules.d/51-android.rules</code>. <p>For Gusty/Hardy, edit the file to read: <br/> <code>SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"</code></p> |