aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/NativeLibs.java
Commit message (Expand)AuthorAge
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-08-06
* Internal changeGravatar ruperts2018-07-30
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-26
* Automated rollback of commit 16dde0de06a3a4157a13e7e7264afeb6a50b2dde.Gravatar janakr2018-07-25
* C++: Removes calls to setCcLinkparamsStore of CcLinkingInfo.BuilderGravatar plf2018-07-25
* Make SymlinkTreeAction properly use the configuration's environmentGravatar ulfjack2018-05-22
* Makes ApkActionsBuilder honor --nobuild_runfile_manifests.Gravatar shahan2018-04-18
* Make RuleContext#getSplitPrerequisiteConfiguredTargetAndTargets public and us...Gravatar janakr2018-03-10
* Automatic formatting cleanup of Android *.java files.Gravatar jingwen2017-12-18
* Move native deps collection code out of android_binary.Gravatar ajmichael2017-12-09
* Remove some deadish Windows-related runfiles code.Gravatar Benjamin Peterson2017-12-04
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Expose the native libs of the android_binary rule to skylark.Gravatar Googler2017-04-18
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Update call sites to FileWriteAction to use the --experimental_transparent_co...Gravatar Jon Brandvein2016-12-20
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* Rollback of commit b5ac354867c4d8deb543285e87e636504078fb69.Gravatar Michael Staib2016-08-25
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Sets SONAME on shared objects in Android binaries.Gravatar Adam Michael2016-08-11
* Short-circuit runfiles tree creation if runfiles are disabled (for example, o...Gravatar Lukacs Berki2016-08-04
* Rollback of commit 49dfc29a40764ae48f2343007f88f3a4938498f1.Gravatar Yun Peng2016-08-02
* Sets SONAME on shared objects in Android binaries.Gravatar Adam Michael2016-08-01
* Revert "Sets SONAME on shared objects in Android binaries."Gravatar Damien Martin-Guillerez2016-07-29
* Sets SONAME on shared objects in Android binaries.Gravatar Adam2016-07-28
* Rollback of commit 588a6a04c748a02f583d552660434d74190bb3ba.Gravatar Florian Weikert2016-07-04
* Support copy-only native code in modern native support for android_binary.Gravatar Michael Staib2016-06-30
* Disable runfiles on Windows.Gravatar Dmitry Lomov2016-06-21
* Adds the text output parameter and a partial manifest to the action key for A...Gravatar Alex Humesky2016-04-29
* Add a --legacy_external_runfiles optionGravatar Kristina Chodorow2016-04-25
* Automated [] rollback of commit 857cda2c45a5cc68c3fa398311c48c571a64915d and ...Gravatar Damien Martin-Guillerez2016-04-22
* Move the runfiles for external repositories to under the x.runfiles/ directoryGravatar Kristina Chodorow2016-04-20
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Use the local shell environment for invoking build-runfiles.Gravatar Lukacs Berki2016-03-30
* Windows: execute build-runfiles through shell.Gravatar Dmitry Lomov2016-02-12
* Make runfiles tree creation on Windows depend on the artifacts of the actual ...Gravatar Lukacs Berki2016-01-26
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Always inject the runfiles prefix into the Runfiles.Builder.Gravatar Ulf Adams2015-09-03
* Copies shared object dependencies when building Android native binaries.Gravatar Michael Staib2015-08-25
* Build a symlink tree for Android native library symlinks so that libraries fr...Gravatar Lukacs Berki2015-08-04
* Check that most output artifacts are under a directory determined by the repo...Gravatar Lukacs Berki2015-07-29
* Use the -nf option of ApkBuilder (which is available in the Android SDK) inst...Gravatar Lukacs Berki2015-06-01
* Move the source code of the Android rules to the Bazel tree.Gravatar Lukacs Berki2015-05-19