summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c95d09c..3c35696 100644
--- a/Android.mk
+++ b/Android.mk
@@ -235,7 +235,8 @@ LOCAL_DROIDDOC_OPTIONS := \
-hdf sdk.rel.id $(cmplat_docs_docs_SDK_REL_ID) \
-hdf sdk.preview 0 \
-since $(CM_SRC_API_DIR)/1.txt 1 \
- -since $(CM_SRC_API_DIR)/2.txt 2
+ -since $(CM_SRC_API_DIR)/2.txt 2 \
+ -since $(CM_SRC_API_DIR)/3.txt 3
$(full_target): $(cm_framework_built) $(gen)
include $(BUILD_DROIDDOC)