Skip to content

Commit

Permalink
Add prerequisites and instructions for supporting 32-bit binaries on …
Browse files Browse the repository at this point in the history
…64-bit machines to the documentation for running android_instrumentation_test. Fixes bazelbuild#13129.

RELNOTES: None.
PiperOrigin-RevId: 361915089
  • Loading branch information
ahumesky authored and copybara-github committed Mar 9, 2021
1 parent 756e7a1 commit c789d78
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/docs/android-instrumentation-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ $ which Xvfb
/usr/bin/Xvfb
```

- **32-bit Libraries**. Some of the binaries used by the test infrastructure are
32-bit, so on 64-bit machines, ensure that 32-bit binaries can be run. For
Ubuntu, install these 32-bit libraries:

```
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
```

## Getting started

Here is a typical target dependency graph of an `android_instrumentation_test`:
Expand Down

0 comments on commit c789d78

Please sign in to comment.