| Index: src/scripts/build_autotest.sh
 | 
| diff --git a/src/scripts/build_autotest.sh b/src/scripts/build_autotest.sh
 | 
| index d96cd8e33361b32404679f321993a03b8c6c21dc..e3a87bc80372e5a72fbdb72d651dfefd341a56a1 100755
 | 
| --- a/src/scripts/build_autotest.sh
 | 
| +++ b/src/scripts/build_autotest.sh
 | 
| @@ -94,5 +94,6 @@ USE=
 | 
|  [ $FLAGS_buildcheck -eq "$FLAGS_TRUE" ] && USE="${USE} buildcheck"
 | 
|  
 | 
|  GCLIENT_ROOT="${GCLIENT_ROOT}" TEST_LIST=${TEST_LIST} \
 | 
| -  FEATURES="${FEATURES} -buildpkg" USE="$USE" "emerge-${FLAGS_board}" \
 | 
| +  FEATURES="${FEATURES} -buildpkg -collision-protect" \
 | 
| +  USE="$USE" "emerge-${FLAGS_board}" \
 | 
|    chromeos-base/autotest ${EMERGE_JOBS}
 | 
| 
 |