aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/mock
Commit message (Expand)AuthorAge
* 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
* Remove jack support and make jack/jill attributes of android_sdk optional.Gravatar ajmichael2017-04-04
* Add the config_feature_flag rule.Gravatar mstaib2017-03-31
* Open source some tests for android_binary.Gravatar Adam Michael2017-03-20
* Create ExperimentalTestRunner which is just the same as BazelTestRunner, but ...Gravatar Kush Chakraborty2017-03-09
* Improve AndroidSdkRepositoryTest.Gravatar Adam Michael2017-02-20
* Migrate to java_runtime{,_suite}Gravatar Liam Miller-Cushon2017-02-17
* Make tests that mess with the WORKSPACE file work with untrimmed dynamic conf...Gravatar Greg Estren2017-02-14
* Rollback of commit 602a98cbebeff2ba1c2d8605a9552b2c8f5622ae.Gravatar Googler2017-02-09
* Rollback of commit d11d510c571b10787856395709f9ad945ca70bb2.Gravatar Alex Humesky2017-02-08
* Move all the resource processing tools into a "busybox".Gravatar Googler2017-02-08
* Fix a typoGravatar Liam Miller-Cushon2017-01-16
* Move mocking logic for AndroidSdkRepositoryTest into the test itself.Gravatar Adam Michael2017-01-13