diff --git a/Android.mk b/Android.mk index b266061976ab0..ae03d6c357994 100644 --- a/Android.mk +++ b/Android.mk @@ -438,6 +438,8 @@ web_docs_sample_code_flags := \ resources/samples/TicTacToeLib "TicTacToeLib" \ -samplecode $(sample_dir)/TicTacToeMain \ resources/samples/TicTacToeMain "TicTacToeMain" \ + -samplecode $(sample_dir)/USB \ + resources/samples/USB "USB" \ -samplecode $(sample_dir)/WeatherListWidget \ resources/samples/WeatherListWidget "Weather List Widget" \ -samplecode $(sample_dir)/Wiktionary \ diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 14118bbcd5fae..03a5c02ee6fab 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -605,6 +605,16 @@ var ANDROID_RESOURCES = [ en: 'Demonstrates how an application can make use of shared code and resources stored in an Android library project.' } }, + { + tags: ['sample', 'new', 'newfeature'], + path: 'samples/USB/index.html', + title: { + en: 'USB' + }, + description: { + en: 'A set of samples that demonstrate how to use various features of the USB APIs.' + } + }, { tags: ['sample', 'ui', 'widgets'], path: 'samples/Wiktionary/index.html',