diff options
| author | 2013-02-01 14:26:03 -0800 | |
|---|---|---|
| committer | 2013-02-01 14:26:03 -0800 | |
| commit | 5fca0efa17c85945fc42cb1a890889f3fab8ec00 (patch) | |
| tree | 3115ff23547da61d4866d3953e044c49563e477d | |
| parent | d1e1e5353acfd229190faaf8c7a905c4b23efde1 (diff) | |
| parent | 6cb87b088381f4c0cba334a1285d8d170458b793 (diff) | |
am 6cb87b08: am 65fd9811: am 2aa47b33: Merge "Doc change: remove htmlified samples from docs build for now. Samples are still downloadable thorugh SDK Manager." into jb-mr1-dev
# Via Android Git Automerger (2) and others
* commit '6cb87b088381f4c0cba334a1285d8d170458b793':
Doc change: remove htmlified samples from docs build for now. Samples are still downloadable thorugh SDK Manager.
| -rw-r--r-- | Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index b5eef903b91d..c39f901d86e0 100644 --- a/Android.mk +++ b/Android.mk @@ -441,7 +441,8 @@ sample_dir := development/samples # the list here should match the list of samples included in the sdk samples package # (see development/build/sdk.atree) -web_docs_sample_code_flags := \ +# remove htmlified samples for now -- samples are still available through the SDK +# web_docs_sample_code_flags := \ -hdf android.hasSamples 1 \ -samplecode $(sample_dir)/AccelerometerPlay \ resources/samples/AccelerometerPlay "Accelerometer Play" \ |