Merge "Generate BUILD files for every directory that has an Android.bp file."

This commit is contained in:
Rupert Shuttleworth
2021-04-21 14:51:28 +00:00
committed by Gerrit Code Review
11 changed files with 180 additions and 19 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash -eu
set -o pipefail
# This test exercises the bootstrapping process of the build system
# in a source tree that only contains enough files for Bazel and Soong to work.