This repository has been archived by the owner on May 16, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Baseline: 23ad8f6 + de2183d: Only depend on the WORKSPACE file for external files that are under the external/ directory, i.e. were created by Bazel. + f8f855c: Rollback of commit 12bad3a. + f627562: Stop parsing the WORKSPACE file when a parse error is detected + 763f139: Add -fno-canonical-system-headers to CROSSTOOL files so that gcc doesn't resolve symlinks in .d files, which would confuse Blaze. + b95995b: Use openjdk7 as dependency for debian package of jdk7 flavor New features: - Skylark macros are now enabled in WORKSPACE file. - .bazelrc allows workspace-relative imports as "import %workspace%/path/to/rcfile" - Evaluate the query expression in a file by passing --query_file=<file> to query Important changes: - Remove obsolete --objc_per_proto_includes flag. - iOS apps and extensions now have launch_storyboard - Passing multiple JVM options via a single --host_jvm_args flag is now deprecated. Pass each JVM option behind its own --host_jvm_args flag. - Resources defined locally on an android_library rule will respect the neverlink attribute. - Update Rust to 1.4 - Fix resource handling for exported android_library rules - Files in external repositories are now treated as mutable, which will make the correctness guarantees of using external repositories stronger (existent), but may cause performance penalties.
- Loading branch information