diff --git a/.bazelrc b/.bazelrc index 774bc7e6..b44f643d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,5 @@ common --experimental_allow_tags_propagation +common --java_runtime_version=remotejdk_11 mobile-install --config=android diff --git a/README.md b/README.md index c1b4a5e1..d7ed8131 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,6 @@ Install required dependencies using following commands: ```bash brew install protobuf flatbuffers llvm - -brew tap mdogan/zulu -brew install --cask zulu-jdk8 zulu-jdk11 ``` Make sure that `llvm-objcopy` is in your `PATH`.