From 8cdb2e2d834fc1dbff8d02124a08c0f426aa1de7 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Mon, 2 May 2011 17:49:05 -0700 Subject: [PATCH] adding the usb apis to the resources browser Change-Id: I79e9f93ebfa3aaf03e4f4deeb70d6c5a7a4ad07f --- Android.mk | 2 ++ docs/html/resources/resources-data.js | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/Android.mk b/Android.mk index b266061976ab..ae03d6c35799 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 14118bbcd5fa..03a5c02ee6fa 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -606,6 +606,16 @@ var ANDROID_RESOURCES = [ } }, { + 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', title: { -- 2.11.0