summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-09-29 11:28:29 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-09-29 11:28:29 -0700
commit6f4802ad65dfb9d01c6d94066cea5ad802de2219 (patch)
tree6e89e78ccd3307ac045a72b1ff2df60fb06e10e6
parent344e44876adda74dd2be4a412c8f79877d39adbf (diff)
downloadvendor_replicant-6f4802ad65dfb9d01c6d94066cea5ad802de2219.zip
vendor_replicant-6f4802ad65dfb9d01c6d94066cea5ad802de2219.tar.gz
vendor_replicant-6f4802ad65dfb9d01c6d94066cea5ad802de2219.tar.bz2
vendor/cm: Bump API level for cmsdk.
Change-Id: I49584b7a41370b7bcc2af616b6214e7a903ff1f2
-rw-r--r--config/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common.mk b/config/common.mk
index d22c935..cc49f91 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -335,7 +335,7 @@ ifndef CM_PLATFORM_SDK_VERSION
# the SDK are released. It should only be incremented when the APIs for
# the new release are frozen (so that developers don't write apps against
# intermediate builds).
- CM_PLATFORM_SDK_VERSION := 2
+ CM_PLATFORM_SDK_VERSION := 3
endif
ifndef CM_PLATFORM_REV