From 464d87391ed6101027e5f2d6079ed927b5e18353 Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Wed, 15 Mar 2023 00:26:06 -0400 Subject: Enable determinism test for soong_injection Test: determinism_test.sh Change-Id: Ie6a8925e1ea4399a19e7ad92b1e50cb5a8463002 --- ci/determinism_test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ci') diff --git a/ci/determinism_test.sh b/ci/determinism_test.sh index 94d02ae1..47baafbf 100755 --- a/ci/determinism_test.sh +++ b/ci/determinism_test.sh @@ -64,9 +64,7 @@ function clean_build { function save_hash { local -r filepath="$1" find $OUT_DIR/soong/workspace -type f,l -iname "BUILD.bazel" -o -iname "*.bzl" | xargs "${PREBUILTS}"/md5sum > $filepath - # TODO(b/232407080): Uncomment this line once buildroot.cquery is - # deterministic. - #find $OUT_DIR/soong/soong_injection -type f,l | xargs "${PREBUILTS}"/md5sum >> $FIRST_FILE + find $OUT_DIR/soong/soong_injection -type f,l | xargs "${PREBUILTS}"/md5sum >> $filepath } TESTDIR=$(mktemp -t testdir.XXXXXX -d) -- cgit v1.2.3