Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
a63d379a
Commit
a63d379a
authored
9 years ago
by
Ying Wang
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "Don't check the host JDK tools when build/core/config.mk is called from envsetup.sh."
parents
f589c7b4
7fcd2f90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
core/config.mk
core/config.mk
+3
-0
No files found.
core/config.mk
View file @
a63d379a
...
...
@@ -539,6 +539,8 @@ YACC_HEADER_SUFFIX:= .hpp
COLUMN
:=
column
# We may not have the right JAVA_HOME/PATH set up yet when this is run from envsetup.sh.
ifneq
($(CALLED_FROM_SETUP),true)
HOST_JDK_TOOLS_JAR
:=
$(
shell
$(BUILD_SYSTEM)
/find-jdk-tools-jar.sh
)
ifneq
($(HOST_JDK_TOOLS_JAR),)
...
...
@@ -552,6 +554,7 @@ HOST_JDK_IS_64BIT_VERSION :=
ifneq
($(filter 64-Bit, $(shell java -version 2>&1)),)
HOST_JDK_IS_64BIT_VERSION
:=
true
endif
endif
# CALLED_FROM_SETUP not true
# It's called md5 on Mac OS and md5sum on Linux
ifeq
($(HOST_OS),darwin)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment