Skip to content

Commit 7f587e5

Browse files
magicusvidmik
andcommittedNov 11, 2022
8296872: gtest is built with the build-jdk
Co-authored-by: Mikael Vidstedt <mikael@openjdk.org> Reviewed-by: dholmes, mikael
1 parent 819c691 commit 7f587e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎make/hotspot/lib/CompileLibraries.gmk

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -34,7 +34,9 @@ include HotspotCommon.gmk
3434
include lib/CompileJvm.gmk
3535

3636
ifneq ($(GTEST_FRAMEWORK_SRC), )
37-
include lib/CompileGtest.gmk
37+
ifneq ($(CREATING_BUILDJDK), true)
38+
include lib/CompileGtest.gmk
39+
endif
3840
endif
3941

4042
include CopyToExplodedJdk.gmk

0 commit comments

Comments
 (0)
Please sign in to comment.