Chromium Code Reviews| Index: docs/android_build_instructions.md |
| diff --git a/docs/android_build_instructions.md b/docs/android_build_instructions.md |
| index 5fa56d36ce91f4b1bf1097043baa6a0063e0f9fa..22c7ef85244209011dd8d246df746df953ac8207 100644 |
| --- a/docs/android_build_instructions.md |
| +++ b/docs/android_build_instructions.md |
| @@ -98,6 +98,10 @@ to get all of the dependencies you need to build on Linux, *plus* all of the |
| Android-specific dependencies (you need some of the regular Linux dependencies |
| because an Android build includes a bunch of the Linux tools and utilities). |
| +*** aside |
| +If you're running Debian, you'll also need to install the package `lib32z1`. |
|
Tom (Use chromium acct)
2016/12/02 01:42:38
Why don't we just add lib32z1 to install-build-dep
Dirk Pranke
2016/12/02 01:56:45
Good question. I don't know? Can you find out?
Tom (Use chromium acct)
2016/12/02 02:09:45
Ok, I'll see if I can fix this in a follow-up patc
|
| +*** |
| + |
| ### Run the hooks |
| Once you've run `install-build-deps` at least once, you can now run the |