aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/Constants.java
Commit message (Expand)AuthorAge
* Set --fat_apk_cpu=armeabi-v7a by default and remove Constants.ANDROID_DEFAULT...Gravatar Luis Fernando Pino Duque2016-03-31
* Set --package_path=%workspace% by default and remove Constants.DEFAULT_PACKAG...Gravatar Luis Fernando Pino Duque2016-03-31
* Now that we don't do .class file replacement within binaries, drop the superf...Gravatar Lukacs Berki2016-03-17
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Remove the MAIN_RULE_CLASS_PROVIDER constant and turn it into a command line ...Gravatar Luis Fernando Pino Duque2016-02-03
* Remove the ALLOW_CC_INCLUDE_SCANNING constant since it is not being used anym...Gravatar Luis Fernando Pino Duque2016-02-02
* Update the documentation for Constants.java.Gravatar Ulf Adams2015-10-28
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27
* Refactor include scanning / .d file parsing in the C++ rules so that validati...Gravatar Philipp Wollermann2015-10-27
* Quick workaround for #473 that reenables hdrs_check in Bazel to unblock the r...Gravatar Philipp Wollermann2015-10-19
* Make Bazel use tools that are embedded in its binary.Gravatar Lukacs Berki2015-10-12
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove test warning filtering.Gravatar Eric Fellheimer2015-09-04
* Inject the default runfiles prefix from the rule class provider.Gravatar Ulf Adams2015-09-04
* Inject the prelude path through the rule class provider.Gravatar Ulf Adams2015-09-01
* Remove the OFFLINE coverage file constant.Gravatar Ulf Adams2015-08-31
* Inline Constants.IOS_DEVICE_RULE_CLASSES.Gravatar Ulf Adams2015-08-28
* Remove the WATCHFS_BLACKLIST from Constants.java.Gravatar Ulf Adams2015-08-28
* Push local and shard_count documentation.Gravatar Ulf Adams2015-08-28
* Hard disable C++ include scanning in Bazel (which wasn't supported anyway, bu...Gravatar Philipp Wollermann2015-08-05
* Make Bazel always build with --fat_apk_cpu.Gravatar Lukacs Berki2015-07-29
* Make --android_crosstool_top default to the android_ndk_repository specified ...Gravatar Lukacs Berki2015-07-20
* Update parser error message.Gravatar Laurent Le Brun2015-06-30
* Remove support for non-android_sdk Android SDKs.Gravatar Lukacs Berki2015-06-24
* This CL adds the android_binary rule to Bazel. Gravatar Lukacs Berki2015-06-16
* Default Android dependencies to a //external: label with a default binding to...Gravatar Lukacs Berki2015-06-16
* Various odds and ends in preparation for adding the Android rules to BazelRul...Gravatar Lukacs Berki2015-06-12
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19
* Pull out class for substitutionsGravatar Daniel Wagner-Hall2015-05-01
* Implements an attribute 'features' that allows overriding package levelGravatar Manuel Klimek2015-04-30
* Add native dependencies constant to Constants.java.Gravatar Michael Staib2015-04-09
* Ensure docgen_bin exit status propagates in Bazel build.Gravatar Han-Wen Nienhuys2015-03-18
* Parser: Update error message when using 'def' in a BUILD file.Gravatar Laurent Le Brun2015-03-18
* List of file extensions supported in BaselineCoverageAction is moved to Const...Gravatar Googler2015-03-05
* Removed unsupported common attributes documentationGravatar Damien Martin-Guillerez2015-03-05
* Remove extra .toString() calls from Bazel's Constants.Gravatar Laszlo Csomor2015-03-05
* Change the name of the runfiles constantGravatar Kristina Chodorow2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25