summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Renato Mangini <mangini@google.com> 2014-11-12 23:33:47 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-11-12 23:33:47 +0000
commit40ac90e99da90956f26cf7f7bb4c205e28bbbc66 (patch)
tree6117124194ed72d0870e71ed8739537e7b1e2074
parentd68b87cdd402d46013170d9316a31c82be4e4816 (diff)
parent1b657d924301d1caa132797f2ab397ba48429e6b (diff)
am 1b657d92: Fix the order of sample categories left nav.
* commit '1b657d924301d1caa132797f2ab397ba48429e6b': Fix the order of sample categories left nav.
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 948048700b39..75e32c1720b7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -732,14 +732,14 @@ sample_groups := -samplegroup Background \
-samplegroup Content \
-samplegroup Input \
-samplegroup Media \
+ -samplegroup Notification \
-samplegroup RenderScript \
-samplegroup Security \
-samplegroup Sensors \
-samplegroup Testing \
-samplegroup UI \
-samplegroup Views \
- -samplegroup Wearable \
- -samplegroup Notification
+ -samplegroup Wearable
## SDK version identifiers used in the published docs
# major[.minor] version for current SDK. (full releases only)