xref: /aosp_15_r20/external/angle/build/config/rts.gni (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1*8975f5c5SAndroid Build Coastguard Workerdeclare_args() {
2*8975f5c5SAndroid Build Coastguard Worker  # Regression Test Selection (RTS) will use a ML model
3*8975f5c5SAndroid Build Coastguard Worker  # to predict what test cases can be excluded from a
4*8975f5c5SAndroid Build Coastguard Worker  # given test suite based on historical data when using
5*8975f5c5SAndroid Build Coastguard Worker  # a .filter file.
6*8975f5c5SAndroid Build Coastguard Worker  use_rts = false
7*8975f5c5SAndroid Build Coastguard Worker}
8