From 7a3e7b1b9ad0a06744a1c76ae398f684dda7b2bf Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 18 Jan 2011 14:21:55 -0800 Subject: [PATCH] Update sdk.prop for the platform SDK component. sdk.properties should be stored in development.git and not sdk.git so move it here. Change-Id: I32e166927ea91cad36d66bb14e90cb36ccb3bc82 --- build/sdk.atree | 4 ++-- sdk/sdk.properties | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 sdk/sdk.properties diff --git a/build/sdk.atree b/build/sdk.atree index ef8757e5a..ec0cb0cf6 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -82,10 +82,10 @@ prebuilt/android-arm/kernel/kernel-qemu platforms/${PLATFORM_NAME}/images/kernel #development/tools/emulator/skins/HVGA platforms/${PLATFORM_NAME}/skins/HVGA #development/tools/emulator/skins/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA800 #development/tools/emulator/skins/WVGA854 platforms/${PLATFORM_NAME}/skins/WVGA854 -development/tools/emulator/skins/WXGA platforms/${PLATFORM_NAME}/skins/WXGA +development/tools/emulator/skins/WXGA platforms/${PLATFORM_NAME}/skins/WXGA # Platform SDK properties -sdk/files/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties +development/sdk/sdk.properties platforms/${PLATFORM_NAME}/sdk.properties # sdk.git Ant templates for project files sdk/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template diff --git a/sdk/sdk.properties b/sdk/sdk.properties new file mode 100644 index 000000000..7f67ae874 --- /dev/null +++ b/sdk/sdk.properties @@ -0,0 +1,6 @@ +# SDK properties +# This file is copied in the root folder of each platform component. +# If it used by various tools to figure out what the platform can do. +sdk.ant.templates.revision=1 +sdk.layoutlib.api=5 +sdk.skin.default=WXGA \ No newline at end of file