diff options
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -400,6 +400,8 @@ web_docs_sample_code_flags := \ resources/samples/AccessibilityService "Accessibility Service" \ -samplecode $(sample_dir)/AccelerometerPlay \ resources/samples/AccelerometerPlay "Accelerometer Play" \ + -samplecode $(sample_dir)/ActionBarCompat \ + resources/samples/ActionBarCompat "Action Bar Compatibility" \ -samplecode $(sample_dir)/AndroidBeam \ resources/samples/AndroidBeam "Android Beam" \ -samplecode $(sample_dir)/ApiDemos \ @@ -416,12 +418,12 @@ web_docs_sample_code_flags := \ resources/samples/BusinessCard "Business Card" \ -samplecode $(sample_dir)/ContactManager \ resources/samples/ContactManager "Contact Manager" \ - -samplecode $(sample_dir)/CubeLiveWallpaper \ - resources/samples/CubeLiveWallpaper "Cube Live Wallpaper" \ + -samplecode $(sample_dir)/CubeLiveWallpaper \ + resources/samples/CubeLiveWallpaper "Cube Live Wallpaper" \ -samplecode $(sample_dir)/Home \ resources/samples/Home "Home" \ - -samplecode $(sample_dir)/HoneycombGallery \ - resources/samples/HoneycombGallery "Honeycomb Gallery" \ + -samplecode $(sample_dir)/HoneycombGallery \ + resources/samples/HoneycombGallery "Honeycomb Gallery" \ -samplecode $(sample_dir)/JetBoy \ resources/samples/JetBoy "JetBoy" \ -samplecode $(sample_dir)/LunarLander \ @@ -432,6 +434,8 @@ web_docs_sample_code_flags := \ resources/samples/NFCDemo "NFC Demo" \ -samplecode $(sample_dir)/NotePad \ resources/samples/NotePad "Note Pad" \ + -samplecode $(sample_dir)/SampleSpellCheckerService \ + resources/samples/SampleSpellCheckerService "Spell Checker" \ -samplecode $(sample_dir)/SampleSyncAdapter \ resources/samples/SampleSyncAdapter "Sample Sync Adapter" \ -samplecode $(sample_dir)/RandomMusicPlayer \ @@ -460,6 +464,8 @@ web_docs_sample_code_flags := \ resources/samples/USB "USB" \ -samplecode $(sample_dir)/WeatherListWidget \ resources/samples/WeatherListWidget "Weather List Widget" \ + -samplecode $(sample_dir)/WiFiDirectDemo \ + resources/samples/WiFiDirectDemo "Wi-Fi Direct Demo" \ -samplecode $(sample_dir)/Wiktionary \ resources/samples/Wiktionary "Wiktionary" \ -samplecode $(sample_dir)/WiktionarySimple \ |