Docs: Update broken bitmap test README link.

Also, update API level per the test now using API 31

PiperOrigin-RevId: 488359535
This commit is contained in:
huangdarwin 2022-11-14 15:24:57 +00:00 committed by Ian Baker
parent 0cd1edd834
commit f38a5a4963

View File

@ -10,11 +10,11 @@ To generate new "expected" assets:
1. Start an emulator with the same configuration as on presubmit. The emulator
is given
[here](cs/target_device%20f:media/libraries/transformer/src/androidTest/BUILD)
[here](http://cs/f:transformer/src/androidTest/BUILD$%20test_e2e_)
and can be run locally, using go/crow:
```shell
crow --device generic_phone --api_level 30 --arch x86
crow --device generic_phone --api_level 31 --arch x86
```
2. Run the test.