summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2014-10-13 16:56:27 -0700
committerTrevor Johns <trevorjohns@google.com>2014-10-13 16:56:27 -0700
commit0f66de8b7f877cf393a826078710064b5a023016 (patch)
tree6edefcfbe8a31df9626048680acf81d9ceb7cb0c
parent913befec19a82b9fc8ea03dff7d1439762d72f2b (diff)
downloadbuild-0f66de8b7f877cf393a826078710064b5a023016.tar.gz
Set compile_sdk to '21' instead of 'android-21'
Change-Id: Ia1b24fa2ba29e9040ec97ce9d90fc9fa47f53da2
-rw-r--r--templates/include/common.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/include/common.ftl b/templates/include/common.ftl
index 281baa7a..0808b8cc 100644
--- a/templates/include/common.ftl
+++ b/templates/include/common.ftl
@@ -38,7 +38,7 @@
<#elseif (sample.compileSdkVersion)?has_content>
<#assign compile_sdk = sample.compileSdkVersion/>
<#else>
- <#assign compile_sdk = "\"android-21\""/>
+ <#assign compile_sdk = "21"/>
</#if>
<#-- Set the global build tools version -->
<#assign build_tools_version='"21.0.0"'/>