提交 f291e5f5 编写于 作者: O ohair

6675289: Make default production build NOT include an openjdk build

Summary: SKIP_OPENJDK_BUILD now set to true.
Reviewed-by: xdono
上级 a4a046f6
...@@ -150,7 +150,9 @@ ifdef OPENJDK ...@@ -150,7 +150,9 @@ ifdef OPENJDK
SKIP_OPENJDK_BUILD = true SKIP_OPENJDK_BUILD = true
else else
ifndef SKIP_OPENJDK_BUILD ifndef SKIP_OPENJDK_BUILD
SKIP_OPENJDK_BUILD = false #SKIP_OPENJDK_BUILD = false
# Until 6675289 is resolved, or this feature is removed.
SKIP_OPENJDK_BUILD = true
endif endif
endif endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册