diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 18:41:51 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-08 18:45:08 -0400 |
| commit | cf75fc34d044d0d28703fa75b136c7ac1022cec6 (patch) | |
| tree | 481e088477c0228abc221f095e67c5ccd35d5b45 | |
| parent | d0414f66fdb29c2d07f823adb24aae85e1268a7d (diff) | |
m4 is also not currently included by AOSP
| -rw-r--r-- | static/build.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html index 957e2f00..056f3532 100644 --- a/static/build.html +++ b/static/build.html @@ -236,9 +236,11 @@ process is being phased out by using the same LLVM toolchain as building and linking for the target.</p> - <p>Android Open Source Project build dependencies:</p> + <p>Additional Android Open Source Project build dependencies not provided by the + source tree:</p> <ul> + <li>m4 (will be included as a prebuilt in the next major release)</li> <li>python2 (being replaced with python3 for the next major release)</li> </ul> |
