summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Renato Mangini <mangini@google.com> 2014-11-12 23:39:11 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-11-12 23:39:11 +0000
commit5d7f91c77605a5c444eaaae2b812280c57ca244c (patch)
treeeaebb86a3598af15a5a71bb8ad934c8ca7083511
parent2d28d697f6235c497237a11abb973b9109999e38 (diff)
parent40ac90e99da90956f26cf7f7bb4c205e28bbbc66 (diff)
am 40ac90e9: am 1b657d92: Fix the order of sample categories left nav.
* commit '40ac90e99da90956f26cf7f7bb4c205e28bbbc66': 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)