Fix outdated command in bitmap/README.md.

* The command changed after creating a custom effects module.

PiperOrigin-RevId: 474777823
This commit is contained in:
leonwind 2022-09-16 10:40:19 +00:00 committed by Marc Baechinger
parent 005b73c82a
commit fd6b0d1551

View File

@ -23,7 +23,7 @@ To generate new "expected" assets:
```shell
adb pull \
/sdcard/Android/data/com.google.android.exoplayer2.transformer.test/cache/drawFrame_rotate90_actual.png \
/sdcard/Android/data/androidx.media3.effect.test/cache/drawFrame_rotate90_actual.png \
third_party/java_src/android_libs/media/libraries/test_data/src/test/assets/media/bitmap/sample_mp4_first_frame/rotate90.png
```