Disable java when JAVA_NOT_REQUIRED is set
Change-Id: Id3056cde93302be20000bf7af33aeed0fa8fdf52
This commit is contained in:
4
core/no_java_path/java
Executable file
4
core/no_java_path/java
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Error: JAVA_NOT_REQUIRED=true, $(basename $0) is unavailable." 1>&2
|
||||
exit 1
|
Reference in New Issue
Block a user