OSDN Git Service

Clean up the SDK and make it compiled and installed in the SDK system image.
authorXavier Ducrohet <xav@android.com>
Tue, 15 Dec 2009 06:34:06 +0000 (22:34 -0800)
committerXavier Ducrohet <xav@android.com>
Tue, 15 Dec 2009 06:36:44 +0000 (22:36 -0800)
commitb84cf9e1e378f6cc6642b4ac3f391a85b208a23b
treecc3922c329604225f32aec4ea9067775b0fedae0
parent1162372c9e7ff4b6e60d247fb057b47f571af86f
Clean up the SDK and make it compiled and installed in the SDK system image.

Change-Id: I6e5f01a1cc45beada70608307f4ac38a4dcdd0b9
13 files changed:
build/sdk.atree
samples/CubeLiveWallpaper/Android.mk
samples/CubeLiveWallpaper/AndroidManifest.xml
samples/CubeLiveWallpaper/res/raw/cube.rs [deleted file]
samples/CubeLiveWallpaper/res/xml/cube2.xml
samples/CubeLiveWallpaper/res/xml/cube3.xml [deleted file]
samples/CubeLiveWallpaper/src/com/android/livecubes/cube3/Cube3RS.java [deleted file]
samples/CubeLiveWallpaper/src/com/android/livecubes/cube3/CubeWallpaper3.java [deleted file]
samples/CubeLiveWallpaper/src/com/android/livecubes/cube3/RenderScriptScene.java [deleted file]
samples/CubeLiveWallpaper/src/com/android/livecubes/cube3/RenderScriptWallpaper.java [deleted file]
samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/CubeWallpaper1.java [moved from samples/CubeLiveWallpaper/src/com/android/livecubes/cube1/CubeWallpaper1.java with 99% similarity]
samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/CubeWallpaper2.java [moved from samples/CubeLiveWallpaper/src/com/android/livecubes/cube2/CubeWallpaper2.java with 99% similarity]
samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/CubeWallpaper2Settings.java [moved from samples/CubeLiveWallpaper/src/com/android/livecubes/cube2/CubeWallpaper2Settings.java with 85% similarity]