bazelbuild/rules_android

Migrate deployInfo to Starlark implementation

ted-xie opened this issue · 1 comments

native.android_binary()'s deployInfo enables Bazel to interface with IDEs (specifically with the ASwB plugin). This should be migrated to Starlark to integrate better with the Starlark android_binary.

This is migrated to Starlark