aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools
Commit message (Expand)AuthorAge
* Adds --artifact option to workspace generator for generating workspace andGravatar Alex Humesky2016-02-19
* Add merged resources output generation to AndroidResourceProcessingAction in ...Gravatar Andrew Pellegrini2016-02-17
* And fix visibility on the other generate_workspace library for testingGravatar Kristina Chodorow2016-02-17
* Fix library visibility for Bazel testGravatar Kristina Chodorow2016-02-17
* Move SHA-1 download out of the Rule (plain old data) classGravatar Kristina Chodorow2016-02-17
* Split manifest processing out of AndroidResourceProcessor#processResources() ...Gravatar Andrew Pellegrini2016-02-17
* Roll forward of commit 500175fcfb37953f50cf0869df164902755807f2: Don't includ...Gravatar Googler2016-02-16
* Rollback of commit 500175fcfb37953f50cf0869df164902755807f2.Gravatar Damien Martin-Guillerez2016-02-15
* Don't include absolute paths in blaze IDE artifactsGravatar Googler2016-02-15
* Remove deprecated fieldsGravatar Kristina Chodorow2016-02-15
* Add integration test for AndroidResourceProcessingAction.Gravatar Andrew Pellegrini2016-02-11
* Base tools/objc tool script deps off of their current locationGravatar Chris Parsons2016-02-11
* Adds an AaptCommandLineBuilder to simplify the aapt line building process.Gravatar Googler2016-02-11
* Adds a build_tools_version attribute to the android_sdk rule so that the androidGravatar Alex Humesky2016-02-10
* Rollback of commit 40561f0bc889be8c0d90445befe75878ddee717b.Gravatar Googler2016-02-09
* Rollback of commit 30469a9939c14f8d0d2708bd0a91525a2e161cc4.Gravatar Googler2016-02-09
* Collect all the temporary directories into one tree that will delete on exit.Gravatar Googler2016-02-09
* Don't request --extra-packages when there are no dependencies.Gravatar Googler2016-02-04
* Now that rules find their tools via runfiles, remove unneeded dependencies in...Gravatar Dave MacLachlan2016-02-04
* Trim sha1 in generate_workspace.Gravatar Rohit Saboo2016-02-03
* Building legal maven_jar names in generate_workspace.Gravatar Rohit Saboo2016-02-03
* Adds the --no-version-vectors as a default flag for aapt processing.Gravatar Googler2016-02-03
* Handle not having any dependent packages correctly.Gravatar Googler2016-02-02
* Remove the AndroidBuilder from the processResources call. This allows use moreGravatar Googler2016-02-02
* Turn down the log level for AarGeneratorAction's timing information. It's not...Gravatar Googler2016-02-01
* Remove AllTests from third_party/bazel/src/tools/generate_workspace/src/test/...Gravatar Carmi Grushko2016-01-29
* Remove extraneous System.out calls.Gravatar Andrew Pellegrini2016-01-26
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Export the AndroidManifest.xml from the resource processing. This is an initi...Gravatar Googler2016-01-25
* Respect maven excludes and separate build rules.Gravatar Stein Eldar Johnsen2016-01-21
* Use runfiles-relative paths for tools/objc shell scriptsGravatar Chris Parsons2016-01-20
* Remove the warning for duplicated directories -- they are allowed.Gravatar Googler2016-01-19
* Remove unecessary value nulling from ResourceShrinker.Gravatar Andrew Pellegrini2016-01-18
* Rollback of commit ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c.Gravatar Damien Martin-Guillerez2016-01-11
* Include message from underlying exception for options converters in Android a...Gravatar Andrew Pellegrini2016-01-07
* "Fix" generate_workspace test by disabling it for nowGravatar Kristina Chodorow2016-01-07
* Use a StringBuffer not a StringBuilder due to the need to compile in java 1.7.Gravatar Googler2016-01-04
* Open source the generate_workspace unit test.Gravatar Kristina Chodorow2015-12-30
* Make the AndroidResourceProcessor more deterministic by setting the R.txt ids...Gravatar Googler2015-12-30
* Rollback of commit b9f401b97590cb95e76efb0ba8bf5319cfe93108.Gravatar Dmitry Lomov2015-12-22
* Speed-up bootstrap on OS X by removing tool compilation.Gravatar Damien Martin-Guillerez2015-12-21
* Write package proto even if it's empty.Gravatar Googler2015-12-16
* Make the stub application instantiate content providers with the right Applic...Gravatar Lukacs Berki2015-12-15
* Fix all density specific resources being removed if multiple densities are sp...Gravatar Andrew Pellegrini2015-12-09
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* Switch System.out.println to java.util.logger.Gravatar Googler2015-12-02
* Switch to using a list of packages and a single R.txt file since the final R....Gravatar Googler2015-12-01
* Reorganize BUILD files.Gravatar Han-Wen Nienhuys2015-11-30
* Enable load() statement in the WORKSPACE file.Gravatar Damien Martin-Guillerez2015-11-30
* Download the sha1 of the jar file from maven in generate_workspace.Gravatar wjywbs2015-11-26