Edbert Chan

Results 12 issues of Edbert Chan

We are migrating build-systems and plan to use Diffuse for comparison between two APKs built by different build systems (Buck and Bazel). As part of this, some formatting in the...

On your description, it says it is available for 2.1+ (API 7). However, the project has to be compiled with the target API 16 which means other projects using it...

Thank you for contributing to Artist. Before pressing the "Create Pull Request" button, please provide the following: - [ ] A description about what and why you are contributing, even...

This change allows us to control individual actions via their mneonics. We notice that in large codebases, the volatility of estimates is extremely high for post-build operations such as dexing....

team-Local-Exec
awaiting-review

When invoking kt_compiler_deps_aspect_impl on a large enough build graph, output infos will be merged and Bazel will throw an out of memory error. The stack trace: ``` net.starlark.java.eval.Starlark$UncheckedEvalError: OutOfMemoryError thrown...

type: bug
status: open - investigating

When using M1 Macs, if Rosetta is enabled, we need to prepend the command "arch --arch arm64" to force a launch of an arm64 process. The use case is to...

type:bug
P2

https://github.com/ReactiveCircus/android-emulator-runner/issues/179 I have removed API 28+ from the testing matrix because of the above issue with the emulator.

Fixing https://github.com/bazelbuild/rules_android/issues/194 The way to fix this is to explicitly declare the proguard mapping file. This will mean that the file will trigger a rebuild. This fix may be incomplete...

There is a bug in rules_android where the proguard_mapping file may not be reproduced. The root cause is that the proguard mapping file is not being explicitly declared as the...

**Background** Similar to https://github.com/bazelbuild/bazel/pull/13801, the only way to get a non debuggable-apk `debuggable="false"` is to use --compilation-mode opt which will invalidate the entire dep graph. **Changes** The drawback of this...