From f9ec3a4da3b3c14b03df04e1ddc3b7a54fd7ea8a Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Mon, 13 Jul 2015 16:46:23 -0700 Subject: [PATCH] cmsdk: Add boysenberry to api text. Change-Id: Ifaa252536a2b11aca7951d1fcd52a189755f7909 --- api/cm_current.txt | 1 + system-api/cm_system-current.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/api/cm_current.txt b/api/cm_current.txt index c860564..206d96b 100644 --- a/api/cm_current.txt +++ b/api/cm_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 } } 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 } }