From ab136ad100c9cf0f7dfad24a0ec78ce122670a5d Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Wed, 17 Oct 2012 17:20:47 -0700 Subject: [PATCH] update source.prop for the sdk platform package. Uses the new Layoutlib API 9 Requires tools 21. Change-Id: If1ced35107df4118775d95e3c44ebfd94a0f1209 --- sdk/platform_source.prop_template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/platform_source.prop_template b/sdk/platform_source.prop_template index c6756e88a..be4c0264e 100644 --- a/sdk/platform_source.prop_template +++ b/sdk/platform_source.prop_template @@ -5,6 +5,6 @@ Platform.CodeName=Jelly Bean Pkg.Revision=1 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} -Layoutlib.Api=8 +Layoutlib.Api=9 Layoutlib.Revision=1 -Platform.MinToolsRev=20 +Platform.MinToolsRev=21