android.patch 506 B

1234567891011121314
  1. description: disable dependency on chrome/android
  2. author: Michael Gilbert <mgilbert@debian.org>
  3. --- a/BUILD.gn
  4. +++ b/BUILD.gn
  5. @@ -404,7 +404,7 @@ group("gn_all") {
  6. # seems currently broken for this platform at the moment, and the
  7. # corresponding code build and works on Linux unmodified.
  8. # See instructions in the corresponding BUILD.gn.
  9. - if (is_linux) {
  10. + if (is_android) {
  11. deps +=
  12. [ "//third_party/android_crazy_linker:android_crazy_linker_zip_fuzzer" ]
  13. }