From 69ed2a2b9e3bacd7727042c8d0e12f5fe8b99c29 Mon Sep 17 00:00:00 2001 From: "Lukacs T. Berki" Date: Wed, 21 Apr 2021 12:05:08 +0200 Subject: [PATCH] Reenable test_glob_noop_incremental. It accidentally got disabled in aosp/1676621 due to a merging mishap. Test: Presubmits. Change-Id: I10a090480008c72c2a8390fe30c64f666a177ea3 --- tests/bootstrap_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap_test.sh b/tests/bootstrap_test.sh index 1a39464bd..1aff6a313 100755 --- a/tests/bootstrap_test.sh +++ b/tests/bootstrap_test.sh @@ -613,7 +613,7 @@ test_smoke test_null_build test_null_build_after_docs test_soong_build_rebuilt_if_blueprint_changes -# test_glob_noop_incremental # Currently failing +test_glob_noop_incremental test_add_file_to_glob test_add_android_bp test_change_android_bp