Fix minor issue in CompatibilityBuildHelper.

The methods has a loop to check file existance in multiple directories.
However previously it does not refer a loop variable in the loop, which
resulted in checking the same directory multiple times.

Bug: 74358881
Test: None
Change-Id: I4a92e5f012b155d52f7375596a43259e98ff3d59
1 file changed