summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRoman Nurik <romannurik@google.com>2009-12-10 09:42:51 -0800
committerRoman Nurik <romannurik@google.com>2009-12-10 11:45:33 -0800
commit0e71bdc6acd581d653062dd15a9b772eaee10231 (patch)
treea5949e2fa0e5d0c829352b43ae192432d954596d /Android.mk
parentb9b45a5e26ed020a39a507a173d9f29e336cf989 (diff)
downloadframeworks_base-0e71bdc6acd581d653062dd15a9b772eaee10231.zip
frameworks_base-0e71bdc6acd581d653062dd15a9b772eaee10231.tar.gz
frameworks_base-0e71bdc6acd581d653062dd15a9b772eaee10231.tar.bz2
Add ContactManager, MultiResolution, Wiktionary, and WiktionarySimple to samples index. Also add latest samples zip file.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk16
1 files changed, 13 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index cd4e58e..8a3c5bf 100644
--- a/Android.mk
+++ b/Android.mk
@@ -357,14 +357,18 @@ web_docs_sample_code_flags := \
-hdf android.hasSamples 1 \
-samplecode $(sample_dir)/ApiDemos \
guide/samples/ApiDemos "API Demos" \
- -samplecode $(sample_dir)/BluetoothChat \
- guide/samples/BluetoothChat "Bluetooth Chat" \
+ -samplecode $(sample_dir)/BluetoothChat \
+ guide/samples/BluetoothChat "Bluetooth Chat" \
+ -samplecode $(sample_dir)/ContactManager \
+ guide/samples/ContactManager "Contact Manager" \
-samplecode $(sample_dir)/Home \
guide/samples/Home "Home" \
-samplecode $(sample_dir)/JetBoy \
guide/samples/JetBoy "JetBoy" \
-samplecode $(sample_dir)/LunarLander \
guide/samples/LunarLander "Lunar Lander" \
+ -samplecode $(sample_dir)/MultiResolution \
+ guide/samples/MultiResolution "Multiple Resolutions" \
-samplecode $(sample_dir)/NotePad \
guide/samples/NotePad "Note Pad" \
-samplecode $(sample_dir)/SearchableDictionary \
@@ -372,7 +376,13 @@ web_docs_sample_code_flags := \
-samplecode $(sample_dir)/Snake \
guide/samples/Snake "Snake" \
-samplecode $(sample_dir)/SoftKeyboard \
- guide/samples/SoftKeyboard "Soft Keyboard"
+ guide/samples/SoftKeyboard "Soft Keyboard" \
+ -samplecode $(sample_dir)/Wiktionary \
+ guide/samples/Wiktionary "Wiktionary" \
+ -samplecode $(sample_dir)/WiktionarySimple \
+ guide/samples/WiktionarySimple "Wiktionary (Simplified)"
+
+
## SDK version identifiers used in the published docs
# major[.minor] version for current SDK. (full releases only)