8163320: JAVA_VERSION in release file should come from java.base module
Reviewed-by: mchung
This commit is contained in:
parent
7624e7608b
commit
2b2b2f394e
@ -75,11 +75,6 @@ endef
|
|||||||
|
|
||||||
# Param 1 - The file containing the MODULES list
|
# Param 1 - The file containing the MODULES list
|
||||||
define create-info-file
|
define create-info-file
|
||||||
$(call info-file-item, "JAVA_VERSION", "$(VERSION_NUMBER)")
|
|
||||||
$(call info-file-item, "JAVA_FULL_VERSION", "$(VERSION_STRING)")
|
|
||||||
$(call info-file-item, "OS_NAME", "$(REQUIRED_OS_NAME)")
|
|
||||||
$(call info-file-item, "OS_VERSION", "$(REQUIRED_OS_VERSION)")
|
|
||||||
$(call info-file-item, "OS_ARCH", "$(OPENJDK_TARGET_CPU_LEGACY)")
|
|
||||||
$(if $(JDK_ARCH_ABI_PROP_NAME), \
|
$(if $(JDK_ARCH_ABI_PROP_NAME), \
|
||||||
$(call info-file-item, "SUN_ARCH_ABI", "$(JDK_ARCH_ABI_PROP_NAME)"))
|
$(call info-file-item, "SUN_ARCH_ABI", "$(JDK_ARCH_ABI_PROP_NAME)"))
|
||||||
$(call info-file-item, "SOURCE", "$(strip $(ALL_SOURCE_TIPS))")
|
$(call info-file-item, "SOURCE", "$(strip $(ALL_SOURCE_TIPS))")
|
||||||
|
Loading…
Reference in New Issue
Block a user