We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819c691 commit 7f587e5Copy full SHA for 7f587e5
make/hotspot/lib/CompileLibraries.gmk
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -34,7 +34,9 @@ include HotspotCommon.gmk
34
include lib/CompileJvm.gmk
35
36
ifneq ($(GTEST_FRAMEWORK_SRC), )
37
- include lib/CompileGtest.gmk
+ ifneq ($(CREATING_BUILDJDK), true)
38
+ include lib/CompileGtest.gmk
39
+ endif
40
endif
41
42
include CopyToExplodedJdk.gmk
0 commit comments