aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/mock
Commit message (Expand)AuthorAge
* Remove BuildConfiguration.Fragment#setupActionEnvironment().Gravatar lberki2018-04-11
* Move shell executable to its own configuration fragment.Gravatar lberki2018-04-06
* Remove legacy manifest merging from Bazel.Gravatar ajmichael2018-04-05
* Remove Android jar from android_local_test bootclasspathGravatar ajmichael2018-04-02
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-22
* Allow BazelPackageLoader to load external repositories.Gravatar carmi2018-03-13
* Adjust Android integration testing environment by adding a dependency to theGravatar cnsun2018-02-26
* Use a separate implicit dependency for dexbuilder in proguarded android buildsGravatar kmb2018-02-21
* Remove hard-wired basenames for the test setup and the coverage collection sc...Gravatar lberki2018-02-09
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* Stop setting annotations_jar in Bazel android_sdk.Gravatar ajmichael2018-01-26
* Fold the Jvm configuration fragment into JavaConfiguration.Gravatar lberki2018-01-11
* Adds a CODEC for CppConfiguration.Gravatar shahan2018-01-10
* Remove code that used to support --javabase=<absolute path>.Gravatar lberki2018-01-08
* Remove references to some internal tooling.Gravatar ajmichael2017-12-20
* Add local_ios toolchain to the MOCK_CROSSTOOLGravatar cparsons2017-12-19
* Ensure that the target package in the <instrumentation> tag of the instrument...Gravatar jingwen2017-12-19
* Depend on //tools/jdk:host_jdk for the host javabase instead of the default JDK.Gravatar lberki2017-12-06
* Support incremental dexing tools in proguarded Android buildsGravatar kmb2017-11-17
* Open source ZipFilterBuilder for android_instrumentation_testGravatar jingwen2017-11-13
* [Bazel] Change default place where {java,cc}_proto_library look for their ext...Gravatar carmi2017-10-20
* Add a whitelist for packages that can contain android_devices rules. Currentl...Gravatar ajmichael2017-10-06
* Use bundled proguard 5.3.3 instead of 4.7 from the SDKGravatar ajmichael2017-10-06
* Remove support for ProtocolBuffers2.Gravatar kaipi2017-10-06
* Inject BlazeDirectories into FdoSupportFunction directly, instead of dependin...Gravatar janakr2017-09-25
* Bazel now can build dynamic library from cc_libraryGravatar Yun Peng2017-09-18
* Remove outdated references to static vs. dynamic configurations.Gravatar gregce2017-09-13
* aar_import creates res/values/empty.xml if it contains no resources.Gravatar ajmichael2017-08-29
* Open source some objc tests. Most notably, proto and j2objc tests still remai...Gravatar cparsons2017-08-28
* Remove FeaturePolicyConfiguration et al. in favor of the new Whitelisting.Gravatar mstaib2017-08-22
* Remove ConfigurationCollectionFactory as part of the static config cleanup.Gravatar gregce2017-08-18
* Remove ConfigurationFactory as part of the static configuration cleanup.Gravatar gregce2017-08-17
* Move core rules to a top-level class.Gravatar ulfjack2017-08-03
* Remove old intellij aspect code bundled with BazelGravatar Googler2017-07-31
* Apply native binary launcher to sh_binaryGravatar Yun Peng2017-07-31
* Make $jarjar_bin point to //tools/android:jarjar_bin.Gravatar ajmichael2017-07-24
* Remove resource_extractor from android_sdk rule.Gravatar ajmichael2017-06-29
* Introduce new android_instrumentation_test rule.Gravatar ajmichael2017-06-29
* Add a FeaturePolicyConfiguration for supporting limited feature rollouts.Gravatar mstaib2017-06-29
* Use the correct JVM for LcovMerger instead of whatever "java" gets us.Gravatar lberki2017-06-09
* Add new configuration fragment for platforms, with host and targetGravatar John Cater2017-06-08
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-06-01
* Fix tests to create WORKSPACE files for local repositories.Gravatar John Cater2017-04-24
* Expose Bazel's Android data binding support to users.Gravatar gregce2017-04-18
* Automated g4 rollback of commit 045104899738594d85f9ab9b0b9ccbde320b8055.Gravatar jfield2017-04-18
* Make C++ archiving use action_configs instead of hardcoded flagsGravatar hlopko2017-04-13
* Do not add a build id to C++ binaries by default.Gravatar lberki2017-04-13
* Remove remnants of apkbuilder from Android tests.Gravatar ajmichael2017-04-11
* Open source tests for android_device.Gravatar ajmichael2017-04-10