build: Disable Android java templates

This commit is contained in:
klzgrad 2021-05-16 20:57:51 +08:00
parent ef8cdf29df
commit cdc1adc369

View File

@ -12,7 +12,7 @@ import("//build/config/gclient_args.gni")
# default_android_ndk_version = "r10e"
# Some non-Chromium builds don't support building java targets.
enable_java_templates = true
enable_java_templates = false
# Variable that can be used to support multiple build scenarios, like when
# V8 is embedded within a target.