Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6ec86eb

Browse files
author
kuenking111
committedSep 15, 2022
I5R550: KAE usability enhancement
1 parent e2ca327 commit 6ec86eb

35 files changed

+3470
-184
lines changed
 

‎jdk/make/CopyFiles.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ endif
612612
ifeq ($(ENABLE_KAE), true)
613613
ifeq ($(OPENJDK_TARGET_CPU_ARCH), aarch64)
614614

615-
KAE_CONF_PATH= $(JDK_OUTPUTDIR)/lib/ext
615+
KAE_CONF_PATH= $(JDK_OUTPUTDIR)/lib
616616
$(KAE_CONF_PATH)/kaeprovider.conf: $(JDK_TOPDIR)/src/share/lib/security/kaeprovider.conf
617617
$(call install-file)
618618

0 commit comments

Comments
 (0)
Please sign in to comment.