OSDN Git Service

Update sdk.prop for the platform SDK component.
authorXavier Ducrohet <xav@android.com>
Tue, 18 Jan 2011 22:21:55 +0000 (14:21 -0800)
committerXavier Ducrohet <xav@android.com>
Tue, 18 Jan 2011 22:21:55 +0000 (14:21 -0800)
sdk.properties should be stored in development.git and
not sdk.git so move it here.

Change-Id: I32e166927ea91cad36d66bb14e90cb36ccb3bc82

build/sdk.atree
sdk/sdk.properties [new file with mode: 0644]

index ef8757e..ec0cb0c 100644 (file)
@@ -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 (file)
index 0000000..7f67ae8
--- /dev/null
@@ -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