1 include_rules = [ 2 # Test files can include anything from sync. 3 "+sync", 4 "+net", 5 6 # For generated JNI code. 7 "+jni", 8 ] 9