cmsdk: Add boysenberry to api text.

Change-Id: Ifaa252536a2b11aca7951d1fcd52a189755f7909
This commit is contained in:
Adnan Begovic 2015-07-13 16:46:23 -07:00
parent a7fb315791
commit f9ec3a4da3
2 changed files with 2 additions and 0 deletions

View File

@ -254,6 +254,7 @@ package cyanogenmod.os {
public static class Build.CM_VERSION_CODES {
ctor public Build.CM_VERSION_CODES();
field public static final int APRICOT = 1; // 0x1
field public static final int BOYSENBERRY = 2; // 0x2
}
}

View File

@ -254,6 +254,7 @@ package cyanogenmod.os {
public static class Build.CM_VERSION_CODES {
ctor public Build.CM_VERSION_CODES();
field public static final int APRICOT = 1; // 0x1
field public static final int BOYSENBERRY = 2; // 0x2
}
}