diff options
author | Adnan Begovic <adnan@cyngn.com> | 2015-07-13 16:46:23 -0700 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2015-07-13 17:14:30 -0700 |
commit | f9ec3a4da3b3c14b03df04e1ddc3b7a54fd7ea8a (patch) | |
tree | 07dba81b1117c2eddb120f752693cef1e1971ae6 /system-api | |
parent | a7fb31579139be6ba3c964664191273609a0647f (diff) | |
download | vendor_cmsdk-f9ec3a4da3b3c14b03df04e1ddc3b7a54fd7ea8a.zip vendor_cmsdk-f9ec3a4da3b3c14b03df04e1ddc3b7a54fd7ea8a.tar.gz vendor_cmsdk-f9ec3a4da3b3c14b03df04e1ddc3b7a54fd7ea8a.tar.bz2 |
cmsdk: Add boysenberry to api text.
Change-Id: Ifaa252536a2b11aca7951d1fcd52a189755f7909
Diffstat (limited to 'system-api')
-rw-r--r-- | system-api/cm_system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system-api/cm_system-current.txt b/system-api/cm_system-current.txt index c860564..206d96b 100644 --- a/system-api/cm_system-current.txt +++ b/system-api/cm_system-current.txt @@ -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 } } |