Prevent stubs libs from being propagated to make

When building unbundled, prevent stubs libs from being propagated to make for installation.

For example, `com.android.adbd`'s `LOCAL_REQUIRED_MODULES` does not include stubs-libs `libadbd_auth libadbd_fs liblog libselinux` in unbundled build in Soong. This CL ensures the same behavior in mixed-build.

Bug: 270358284
Test: Compare LOCAL_REQUIRED_MODULES in Android-TARGET.mk with (banchan com.android.adbd aosp_arm64 && m nothing) run in both mixed-build and soong-only
Change-Id: I74193b78b4c30643d3e3c789562a756296e3cfe1
3 files changed
tree: 5c598bf5b0a0809a93e17f040094a2b701fe03e6
  1. bin/
  2. ci/
  3. compliance/
  4. docs/
  5. examples/
  6. flags/
  7. json_module_graph/
  8. mk2rbc/
  9. mkcompare/
  10. platforms/
  11. product_config/
  12. product_variables/
  13. rules/
  14. scripts/
  15. tests/
  16. vendor/
  17. .gitignore
  18. bazel.BUILD
  19. bazel.WORKSPACE
  20. buildifier_hook.sh
  21. common.bazelrc
  22. darwin.bazelrc
  23. linux.bazelrc
  24. OWNERS
  25. PREUPLOAD.cfg
  26. README.md
README.md

Bazel

The code in this directory is experimental. Bazel support for Android Platform is undergoing active development and workflow stability is currently not guaranteed.