SDK repo: use a template for samples/source.properties.

Use a template for samples/source.properties so that it automatically
picks up the current platform API level.

Also merges 52feec594a
("Update rev numbers of SDK packages.")

Change-Id: I89574842d2b0290cc6cf454f82a3721644cae0f0
This commit is contained in:
Xavier Ducrohet
2012-02-15 18:31:46 -08:00
committed by Raphael Moll
parent a3b1c78767
commit bea50d3562
5 changed files with 20 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
Pkg.UserSrc=false
Pkg.Revision=1
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}