cmsdk: Add new version code to the sdkmap.

Change-Id: I765258f40d8c233df9adb48a20700e92e88f7ad8
This commit is contained in:
Adnan Begovic 2016-01-18 14:27:38 -08:00
parent 24f2bb4235
commit 735333ce4a
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class Build {
sdkMap.put(CM_VERSION_CODES.BOYSENBERRY, "Boysenberry");
sdkMap.put(CM_VERSION_CODES.CANTALOUPE, "Cantaloupe");
sdkMap.put(CM_VERSION_CODES.DRAGON_FRUIT, "Dragon Fruit");
sdkMap.put(CM_VERSION_CODES.ELDERBERRY, "Elderberry");
}
/** Various version strings. */