diff options
author | Xavier Ducrohet <xav@android.com> | 2012-04-03 16:34:24 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-04-03 16:34:24 -0700 |
commit | afec4b795dc5aca7be4fc5d10af7e8fca6e9b255 (patch) | |
tree | a6f54f10fef7d97abae7503b628ac041062b235c /build/tools.darwin.atree | |
parent | dfe7233d24be55c64cf5f0344f3f97d6aba48bbd (diff) | |
download | sdk-afec4b795dc5aca7be4fc5d10af7e8fca6e9b255.zip sdk-afec4b795dc5aca7be4fc5d10af7e8fca6e9b255.tar.gz sdk-afec4b795dc5aca7be4fc5d10af7e8fca6e9b255.tar.bz2 |
Move stuff from prebuilt to prebuilts/tools
Also moved some atree copy from development to here where
they belong.
Change-Id: Ic08bed36b7de833e767d972156b2b9b7bf249aa7
Diffstat (limited to 'build/tools.darwin.atree')
-rw-r--r-- | build/tools.darwin.atree | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/build/tools.darwin.atree b/build/tools.darwin.atree index a09578d..b5e852f 100644 --- a/build/tools.darwin.atree +++ b/build/tools.darwin.atree @@ -27,3 +27,14 @@ # bin/monitor tools/monitor # eclipse/monitor-macosx.cocoa.x86_64/monitor tools/lib/monitor-x86_64 +# swt +prebuilts/tools/darwin-x86/swt/swt.jar tools/lib/x86/swt.jar +prebuilts/tools/darwin-x86_64/swt/swt.jar tools/lib/x86_64/swt.jar + + +# JetCreator (only available on mac/windows) +external/sonivox/jet_tools/JetCreator tools/Jet/JetCreator +prebuilts/tools/darwin-x86/jetcreator/libEASLIb.dylib tools/Jet/JetCreator/libEASLIb.dylib +external/sonivox/jet_tools/JetCreator_content tools/Jet/demo_content +external/sonivox/jet_tools/logic_templates tools/Jet/logic_templates + |