aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/android/java/com/google/devtools/build/android
Commit message (Expand)AuthorAge
* Switch android tools' use of options parser to a more concise form for the si...Gravatar ccalvarin2017-08-21
* Partially revert https://github.com/bazelbuild/bazel/commit/bcb0354b2d7c7a8f8...Gravatar cnsun2017-08-18
* Bazel source code is no longer java7.Gravatar ajmichael2017-08-17
* android_library can be used in the resources attributeGravatar Googler2017-08-16
* Validate and Link libraries action for aapt2Gravatar corysmith2017-08-14
* Use all resource types in PlaceholderIdFieldInitializerBuilderGravatar Googler2017-08-14
* multi-thread DexFileMergerGravatar kmb2017-08-11
* Adds aapt2.ResourceCompiler and CompileLibraryResourcesAction.Gravatar corysmith2017-08-11
* Remove invalid check. It is possible that an interface initializer can setGravatar cnsun2017-08-09
* write dex archives uncompressedGravatar kmb2017-08-09
* Automated rollback of commit 963db879575132933d9254406b4c76a8f10b0ad1.Gravatar ajmichael2017-08-09
* Remove special ordering of resources from PlaceholderIdFieldInitializerBuilderGravatar Googler2017-08-08
* improve efficiency of no-op desugaringsGravatar kmb2017-08-08
* don't use methods and classes removed in upstream dxGravatar kmb2017-08-07
* Android BusyBox: deprecate --libraries flagGravatar laszlocsomor2017-08-04
* Tolerate missing interface markers in method calls from interface methods to ...Gravatar kmb2017-08-03
* Alter the order of class visitors, to make sure that Objects.requireNonNUllGravatar cnsun2017-08-03
* Bazel, Android: fix Bazel CI breakageGravatar laszlocsomor2017-08-01
* Android BusyBox: remove dead codeGravatar laszlocsomor2017-08-01
* Windows: Android BusyBox can access the JNI libGravatar Laszlo Csomor2017-07-31
* Using cc_binary to build windows_jni.dllGravatar Yun Peng2017-07-31
* Remove old intellij aspect code bundled with BazelGravatar Googler2017-07-31
* Disable desugaring try-with-resources when --min_sdk_version is above 18.Gravatar cnsun2017-07-28
* Fix NPE when passing null Location to XMLStreamException.Gravatar Googler2017-07-27
* Resource filtering should preserve all matching artifacts, despite shared namesGravatar Googler2017-07-27
* Fix ScopedTemporaryDirectory causes crash when filesystem doesn't support xattr.Gravatar philwo2017-07-25
* In UseBridge.class, check whether the owner of the method call instruction andGravatar cnsun2017-07-24
* Stop reporting manifest merge errors as exceptions with stack traces as well ...Gravatar apell2017-07-24
* Automated rollback of commit 01ddfb7bf418b371859de62f4eab2f41ea9a4a4a.Gravatar laszlocsomor2017-07-20
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Internal changeGravatar Googler2017-07-17
* AndroidBusyBox: deprecate path-list-type flagsGravatar laszlocsomor2017-07-17
* Add flag to turn Android resource merge conflicts from warnings into errorsGravatar Googler2017-07-14
* Fix bug where merge conflicts for resources defined in XML with equal values ...Gravatar Googler2017-07-13
* Fold OptionUsageRestrictions into OptionDocumentationCategory and OptionMetad...Gravatar ccalvarin2017-07-11
* AndroidResourceOutputs: fix ZipEntry pathsGravatar Laszlo Csomor2017-07-11
* Android BusyBox: use the JunctionCreatorGravatar Laszlo Csomor2017-07-11
* Windows, Android BusyBox: create JunctionCreatorGravatar Laszlo Csomor2017-07-10
* Android: fix path bugs and enable tests on WindowsGravatar Laszlo Csomor2017-07-10
* Remove an unused constructorGravatar cushon2017-07-07
* Identify which methods are used in invokedynamic, and only desugar theseGravatar cnsun2017-07-03
* Windows, Android: ScopedTemporaryDirectory bugfixGravatar Laszlo Csomor2017-07-03
* Add the rest of the categories transition values to android options.Gravatar ccalvarin2017-06-30
* Flip the flag --rewrite_calls_to_long_compare to false by default. NowGravatar cnsun2017-06-30
* Add categories transition values to android options.Gravatar ccalvarin2017-06-30
* Open source dexer tests.Gravatar ajmichael2017-06-29
* When we access a field of an interface, if the field is of type long or double,Gravatar cnsun2017-06-29
* Fix extra bytes and missing resources for roboelectric tests:Gravatar Googler2017-06-29
* Access interface constants to explicitly trigger the execution of interfaceGravatar cnsun2017-06-29
* Add the default category and tag to all options.Gravatar ccalvarin2017-06-28