From 1d2351e0fc7d7b8112dc3e9fc1f20db2d993df42 Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Tue, 9 Feb 2016 11:12:38 -0800 Subject: [PATCH] cmsdk: Add elderberry interfaces to api text. Change-Id: I391f4089e97af6cf8bd55c982979e110d7d8ca91 --- 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 bdc7fb7..3fb9140 100644 --- a/api/cm_current.txt +++ b/api/cm_current.txt @@ -533,6 +533,7 @@ package cyanogenmod.os { field public static final int BOYSENBERRY = 2; // 0x2 field public static final int CANTALOUPE = 3; // 0x3 field public static final int DRAGON_FRUIT = 4; // 0x4 + field public static final int ELDERBERRY = 5; // 0x5 } } diff --git a/system-api/cm_system-current.txt b/system-api/cm_system-current.txt index bdc7fb7..3fb9140 100644 --- a/system-api/cm_system-current.txt +++ b/system-api/cm_system-current.txt @@ -533,6 +533,7 @@ package cyanogenmod.os { field public static final int BOYSENBERRY = 2; // 0x2 field public static final int CANTALOUPE = 3; // 0x3 field public static final int DRAGON_FRUIT = 4; // 0x4 + field public static final int ELDERBERRY = 5; // 0x5 } }