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
diff --git a/build/sdk.atree b/build/sdk.atree
index ef8757e..ec0cb0c 100644
--- a/build/sdk.atree
+++ b/build/sdk.atree
@@ -82,10 +82,10 @@
#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 0000000..7f67ae8
--- /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