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