diff options
author | Siva Velusamy <vsiva@google.com> | 2012-10-08 09:36:50 -0700 |
---|---|---|
committer | Siva Velusamy <vsiva@google.com> | 2012-10-08 11:09:20 -0700 |
commit | 097ffd9e09ced21353124c8a4988233c3119bbf1 (patch) | |
tree | b1022abb2336fa17adb5a601d66e25feb4031510 /build/tools.atree | |
parent | 1fca455a13e2dc7c20904a7e9a89911c7e9a887b (diff) | |
download | sdk-097ffd9e09ced21353124c8a4988233c3119bbf1.zip sdk-097ffd9e09ced21353124c8a4988233c3119bbf1.tar.gz sdk-097ffd9e09ced21353124c8a4988233c3119bbf1.tar.bz2 |
Add a new skin 'dynamic'.
This skin only defines the parts that can be used. Its
layout section is expected to be generated at runtime
by the emulator when the option -dynamic-skin is used.
The assets used to generate this skin are placed in the
assets folder.
Change-Id: Ib252ed6a7b1ef16c21c3d45bdc0c977c1ad42466
Diffstat (limited to 'build/tools.atree')
-rw-r--r-- | build/tools.atree | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/tools.atree b/build/tools.atree index c96926d..bb80951 100644 --- a/build/tools.atree +++ b/build/tools.atree @@ -50,6 +50,7 @@ bin/emulator64-mips strip tools/emulator64-mips sdk/emulator/snapshot/snapshots.img tools/lib/emulator/snapshots.img usr/share/pc-bios/bios.bin tools/lib/pc-bios/bios.bin usr/share/pc-bios/vgabios-cirrus.bin tools/lib/pc-bios/vgabios-cirrus.bin +sdk/emulator/skins/dynamic tools/lib/emulator/skins/dynamic # OpenGLES emulation libraries lib/libOpenglRender${DLL_EXTENSION} strip tools/lib/libOpenglRender${DLL_EXTENSION} |