提交 db4a6fb8 编写于 作者: A andrew

7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK.

Summary: Allow OpenJDK to use the unlimited crypto policy.
Reviewed-by: wetmore, ohair
上级 e7a3334b
......@@ -158,7 +158,12 @@ include $(BUILDDIR)/common/Classes.gmk
#
ifdef OPENJDK
all: build-jar install-jar build-policy install-limited
ifdef UNLIMITED_CRYPTO
POLICY = install-unlimited
else
POLICY = install-limited
endif
all: build-jar install-jar build-policy $(POLICY)
else # OPENJDK
ifeq ($(strip $(FILES_java)),)
all:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册