提交 d2e8174e 编写于 作者: E erikj

8201439: Enable linux-arm-vfp-hflt profile to be configured with jib again

Reviewed-by: tbell
上级 de2cbc43
......@@ -497,8 +497,10 @@ var getJibProfilesProfiles = function (input, common, data) {
configure_args: [
"--with-jvm-variants=minimal1,client",
"--with-x=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI",
"--with-fontconfig=" + input.get("devkit", "install_path") + "/arm-linux-gnueabihf/libc/usr/X11R6-PI",
"--openjdk-target=arm-linux-gnueabihf",
"--with-abi-profile=arm-vfp-hflt"
"--with-abi-profile=arm-vfp-hflt",
"--with-freetype=bundled"
],
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册