cmsdk: Introduce Fig, api level 6.

Change-Id: I2916b1462c1f0b9582f4fefac82f60c20f820b85
TICKET: CYNGNOS-2303
This commit is contained in:
Adnan Begovic
2016-04-01 15:39:53 -07:00
parent 877a0234fa
commit 6b879f36e4
5 changed files with 12 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ public class Build {
sdkMap.put(CM_VERSION_CODES.CANTALOUPE, "Cantaloupe");
sdkMap.put(CM_VERSION_CODES.DRAGON_FRUIT, "Dragon Fruit");
sdkMap.put(CM_VERSION_CODES.ELDERBERRY, "Elderberry");
sdkMap.put(CM_VERSION_CODES.FIG, "Fig");
}
/** Various version strings. */
@@ -148,6 +149,11 @@ public class Build {
* </ul>
*/
public static final int ELDERBERRY = 5;
/**
* Future Release - 3rd quarter 2016
*/
public static final int FIG = 6;
}
/**

View File

@@ -64,7 +64,7 @@ public final class Concierge {
* {@link CM_VERSION_CODES}
* @hide
*/
public static final int PARCELABLE_VERSION = CM_VERSION_CODES.ELDERBERRY;
public static final int PARCELABLE_VERSION = CM_VERSION_CODES.FIG;
/**
* Tell the concierge to receive our parcel, so we can get information from it.