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 06230f19c7
commit 75141f3016

View File

@ -23,7 +23,7 @@ To generate new "expected" assets:
```shell
adb pull \
/sdcard/Android/data/androidx.media3.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
```