platform_build_soong/bp2build
Jingwen Chen 288e2babde queryview: prefix internal attribute names.
There's a module type in internal main that uses the module_deps
property, which clashes with QueryView's module_deps attribute. A fix is
to prefix the attribute as soong_module_deps to avoid the conflict.

While we're at this, rename the other internal attribute names to be
consistent as well.

Test: soong tests

Test: m queryview && bazel query //... --config=queryview

Fixes: 178351366
Change-Id: I84961c8f58c0c0fac1a1c2cbc6bc625499ac895e
2021-01-25 04:46:07 -05:00
..
Android.bp bp2build: framework for generating BazelTargetModules. 2021-01-21 22:46:11 -05:00
androidbp_to_build_templates.go queryview: prefix internal attribute names. 2021-01-25 04:46:07 -05:00
bp2build.go bp2build: framework for generating BazelTargetModules. 2021-01-21 22:46:11 -05:00
build_conversion.go bp2build: framework for generating BazelTargetModules. 2021-01-21 22:46:11 -05:00
build_conversion_test.go queryview: prefix internal attribute names. 2021-01-25 04:46:07 -05:00
bzl_conversion.go queryview: prefix internal attribute names. 2021-01-25 04:46:07 -05:00
bzl_conversion_test.go queryview: prefix internal attribute names. 2021-01-25 04:46:07 -05:00
conversion.go bp2build: framework for generating BazelTargetModules. 2021-01-21 22:46:11 -05:00
conversion_test.go bp2build: framework for generating BazelTargetModules. 2021-01-21 22:46:11 -05:00
testing.go bp2build: framework for generating BazelTargetModules. 2021-01-21 22:46:11 -05:00