diff options
| author | 2015-05-27 14:50:51 -0700 | |
|---|---|---|
| committer | 2015-05-27 14:55:49 -0700 | |
| commit | 4cbe359abe26d749b1dbc9cf489a825af0cad005 (patch) | |
| tree | 1737897186cad45ec42ffb86634e9e462dd520ec | |
| parent | 1c673f9abe8b6d931456ce6709c9b00cdb5d11ca (diff) | |
Add 'System' group to DAC sample browser
Bug: 19708211
Change-Id: I55ad484647b859fce6c59f0e147523a8a709a527
| -rw-r--r-- | Android.mk | 1 | ||||
| -rw-r--r-- | docs/html/samples/system.jd | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 449ae1bb68b3..7af22d25a2a9 100644 --- a/Android.mk +++ b/Android.mk @@ -747,6 +747,7 @@ sample_groups := -samplegroup Admin \ -samplegroup RenderScript \ -samplegroup Security \ -samplegroup Sensors \ + -samplegroup System \ -samplegroup Testing \ -samplegroup UI \ -samplegroup Views \ diff --git a/docs/html/samples/system.jd b/docs/html/samples/system.jd new file mode 100644 index 000000000000..618673dc2ed1 --- /dev/null +++ b/docs/html/samples/system.jd @@ -0,0 +1,11 @@ +page.title=System +@jd:body + + +<div id="samples" class="system"> +</div> + + +<script> + $(document).ready(showSamples); +</script> |