blob: e73607bb176204897ac65970f021dbe7fa13878f [file] [log] [blame]
Xavier Ducrohet29a76d62014-04-04 09:06:26 -07001apply plugin: 'sdk-files'
2
3sdk {
4 common {
5 path('files/tools_source.properties') { name 'source.properties' }
6 path('files/plugin.prop') { into 'lib' }
7
8 path('emulator/snapshot/snapshots.img') { into 'lib/emulator' }
9 path('emulator/skins/dynamic') { into 'lib/emulator/skins/dynamic' }
10
11 path('templates/build.template') { into 'lib' }
12 path('templates/uibuild.template') { into 'lib' }
13 path('templates/build_gradle.template') { into 'lib' }
14
15 path('files/ant') { into 'ant' }
16 path('files/sdk_files_NOTICE.txt') {
17 into 'ant'
18 name 'NOTICE.txt'
19 }
20
21 path('files/devices.xml') { into 'lib' }
22 path('files/android.el') { into 'lib' }
23
24 path('apps/SdkController') { into 'apps/SdkController' }
25
26 path('files/typos') { into 'support' }
27 }
28
29 linux {
30
31 }
32
33 mac {
34
35 }
36
37 windows {
38
39 }
40
41}