Merge "Fix test_glob_noop_incremental" am: 7d9d2405f3
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1676490 Change-Id: If2e890489e0cb992078cabe7d465d20f00773f54
This commit is contained in:
@@ -124,6 +124,11 @@ EOF
|
||||
function test_glob_noop_incremental() {
|
||||
setup
|
||||
|
||||
# This test needs to start from a clean build, but setup creates an
|
||||
# initialized tree that has already been built once. Clear the out
|
||||
# directory to start from scratch.
|
||||
rm -rf out
|
||||
|
||||
mkdir -p a
|
||||
cat > a/Android.bp <<'EOF'
|
||||
python_binary_host {
|
||||
|
Reference in New Issue
Block a user