Mauricio G

Results 27 comments of Mauricio G

> Hi Mauricio, > > Can you elaborate on why ACLs don't work with external dependencies (i.e. what failure are you seeing)? > > > dont propagate r javas as...

We have an internal implementation that enables R8 flag guarded behind a configuration flag (--experimental_enable_r8). The change rewires the action graph when --experimental_enable_r8 is passed so that proguarding and dexing...

https://github.com/bazelbuild/bazel/pull/14741 adds basic support for calling the R8. Note that the implementation assumes the presence of a shim binary that translates the proguard command line to the proper r8 calls...

> @mauriciogg can we create a gist that contains an example of the shim binary setup? https://gist.github.com/mauriciogg/6e7217f03a19a40979f23ca1e5eff297

> Hi Mauricio, > > What do you think about changing the acls.bzl behavior to return True for all external repos? I'm not sure what really can/should be done for...