forked from kageiit/android-studio-gradle-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.buckconfig
86 lines (76 loc) · 1.9 KB
/
.buckconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[project]
ide = intellij
temp_files = ^#.*#$, .*~$, .*\.swp$
parallel_parsing = true
build_file_search_method = watchman
intellij_aggregation_mode = shallow
skip_build = true
disable_r_java_idea_generator = true
; Directories that do not contain input files.
; All of these directories should also appear in the "ignore_dirs" list
; in .watchmanconfig, with the exception of ".git".
; Common temp file patterns: vim, emacs, intelliJ
ignore = \
.buckd, \
.git, \
.gradle, \
.idea, \
.okbuck/state, \
bin, \
buck-out, \
build, \
buildSrc, \
config, \
gradle, \
local.properties, \
**/*#, \
**/*$, \
**/**.orig, \
**/*.gradle, \
**/*.iml, \
**/*.linted, \
**/*.md, \
**/*.pyc, \
**/*.seerconfig, \
**/*.seertime, \
**/*___jb_bak___, \
**/*___jb_old___, \
**/*___jb_tmp___, \
**/*~, \
**/*~, \
**/.#*, \
**/.*.swo, \
**/.*.swp, \
**/.*.swpx, \
**/.*.swx, \
**/.DS_Store, \
**/4913, \
**/METADATA, \
; Forbid symlinks for source files so Buck does not have to dump its
; cache every time it encounters one.
allow_symlinks = forbid
watchman_cursor = clock_id
glob_handler = watchman
[httpserver]
port = 0
[tools]
proguard-max-heap-size = 4096M
[java]
jar_spool_mode = direct_to_jar
suggest_dependencies = false
skip_checking_missing_deps = true
compile_against_abis = true
abi_generation_mode = source_only
[ndk]
gcc_version=4.9
app_platform = android-24
[buildfile]
includes = //tooling/buck-defs/DEFS
[build]
metadata_storage = sqlite
action_graph_parallelization = enabled
file_hash_cache_mode = limited_prefix_tree
[resources]
resource_aware_scheduling_enabled = true
[ui]
build_rule_minimum_duration_millis = 500