cmsdk: Introduce Elderberry, api level 5.

Change-Id: I916cb96e86e7dcee04b3b4cd08fec934b1ce5876
This commit is contained in:
Adnan Begovic 2016-01-18 11:26:42 -08:00
parent ebf0f55125
commit 24f2bb4235
2 changed files with 8 additions and 2 deletions

View File

@ -193,7 +193,7 @@ cmplat_docs_java_libraries := \
cmplat_docs_SDK_VERSION := 13.0
# release version
cmplat_docs_SDK_REL_ID := 4
cmplat_docs_SDK_REL_ID := 5
cmplat_docs_LOCAL_MODULE_CLASS := JAVA_LIBRARIES
@ -301,7 +301,8 @@ LOCAL_DROIDDOC_OPTIONS := \
-since $(CM_SRC_API_DIR)/1.txt 1 \
-since $(CM_SRC_API_DIR)/2.txt 2 \
-since $(CM_SRC_API_DIR)/3.txt 3 \
-since $(CM_SRC_API_DIR)/4.txt 4
-since $(CM_SRC_API_DIR)/4.txt 4 \
-since $(CM_SRC_API_DIR)/5.txt 5
$(full_target): $(cm_framework_built) $(gen)
include $(BUILD_DROIDDOC)

View File

@ -136,6 +136,11 @@ public class Build {
* </ul>
*/
public static final int DRAGON_FRUIT = 4;
/**
* Future M Release - 2nd quarter 2016
*/
public static final int ELDERBERRY = 5;
}
/**