We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba645b commit 8e92cbbCopy full SHA for 8e92cbb
3 files changed
cross-platform-scale-2015-demo/.buckconfig
@@ -27,6 +27,9 @@
27
source_level = 6
28
target_level = 6
29
30
+[parser]
31
+ default_build_file_syntax = skylark
32
+
33
[project]
34
default_android_manifest = //android/AndroidManifest.xml
35
ignore = .buckd, \
hello-buck-cxx/.buckconfig
@@ -5,3 +5,6 @@
5
[cxx#other_platform]
6
cxxppflags="-D HELLOSTRING=\"Chuck\""
7
8
9
10
hello-buck-java/.buckconfig
@@ -1,3 +1,6 @@
1
2
3
4
[alias]
hello_buck_java = //com/facebook/buck/demo:hello-buck-java
0 commit comments