mirror of
https://github.com/samsonjs/media.git
synced 2026-04-18 13:25:47 +00:00
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:
aa4e008014/library/effect/build.gradle (L33)
PiperOrigin-RevId: 527919649
This commit is contained in:
parent
06ac2f7990
commit
dab0260ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ android {
|
|||
}
|
||||
|
||||
sourceSets {
|
||||
androidTest.assets.srcDir '../test_data/src/test/assets/' //copybara:media3-only
|
||||
androidTest.assets.srcDir '../test_data/src/test/assets/'
|
||||
test.assets.srcDir '../test_data/src/test/assets/'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue