summaryrefslogtreecommitdiffstats
path: root/sdk/source_source.prop_template
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2011-11-15 16:30:14 -0800
committerRaphael <raphael@google.com>2011-11-15 16:56:17 -0800
commitd79eab5a39486d73eb0f3445a52ae74ebd313b72 (patch)
tree595a4e7b5f41e422d06e4f6ff2d53e7aaef06da7 /sdk/source_source.prop_template
parent0efad946bda1103f170e505e01de52248176337a (diff)
downloadandroid_development-d79eab5a39486d73eb0f3445a52ae74ebd313b72.tar.gz
android_development-d79eab5a39486d73eb0f3445a52ae74ebd313b72.tar.bz2
android_development-d79eab5a39486d73eb0f3445a52ae74ebd313b72.zip
SDK: source.properties templates.
This adds support for "templates" source.properties files that can inherit the platform version/codename/api level from the build. The purpose is for a given build to always generate SDK files that match the platform generated in the same branch. Change-Id: Id623bbef45a04d953da8eade7e8c34c77709f9c3
Diffstat (limited to 'sdk/source_source.prop_template')
-rw-r--r--sdk/source_source.prop_template4
1 files changed, 4 insertions, 0 deletions
diff --git a/sdk/source_source.prop_template b/sdk/source_source.prop_template
new file mode 100644
index 000000000..d3cdfd5ee
--- /dev/null
+++ b/sdk/source_source.prop_template
@@ -0,0 +1,4 @@
+Pkg.UserSrc=false
+Pkg.Revision=1
+AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
+AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}