commit | ea6666fba98c8d49789059ba32feae29621deb3a | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Wed Feb 17 10:17:28 2021 -0500 |
committer | Liz Kammer <eakammer@google.com> | Tue Feb 23 10:58:57 2021 -0500 |
tree | 55299e5cdb653659ea26212dd3eae9417f3c0cfd | |
parent | ece454400d4f40beb75e8d1773f3d9d684ff6608 [diff] [blame] |
Move bazel.Properties to a BazelModuleBase This allows more direct access to the bazel label and whether the module is bp2build available. Test: go test * Change-Id: I23375835d20fa53d7d94127b2dc2d5bb20487bfb
diff --git a/android/Android.bp b/android/Android.bp index 00139d8..a8fa53a 100644 --- a/android/Android.bp +++ b/android/Android.bp
@@ -22,6 +22,7 @@ "api_levels.go", "arch.go", "arch_list.go", + "bazel.go", "bazel_handler.go", "config.go", "csuite_config.go",