Commit 83203700 by ibaker Committed by Marc Baechinger

Relax some copybara transform regexes

This means that comments like `//copybara:media3-only` are now detected
(no space between `//` and `copybara`) which will ensure that lines like
this are correctly transformed for the media3 and exoplayer2 GitHub
repos:
https://github.com/google/ExoPlayer/blob/aa4e0080147fe76a6c0cca40b7eccdf45eb58028/library/effect/build.gradle#L33
PiperOrigin-RevId: 527919649
parent a9c8f2f3
Showing with 0 additions and 1 deletions
......@@ -29,7 +29,6 @@ android {
}
sourceSets {
androidTest.assets.srcDir '../test_data/src/test/assets/' //copybara:media3-only
androidTest.assets.srcDir '../../testdata/src/test/assets/'
test.assets.srcDir '../../testdata/src/test/assets/'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment