android.patch 856 B

123456789101112131415161718192021222324
  1. description: disable dependency on chrome/android
  2. author: Michael Gilbert <mgilbert@debian.org>
  3. --- a/device/vr/buildflags/buildflags.gni
  4. +++ b/device/vr/buildflags/buildflags.gni
  5. @@ -5,7 +5,6 @@
  6. import("//build/config/chrome_build.gni")
  7. import("//build/config/chromecast_build.gni")
  8. import("//build/config/gclient_args.gni")
  9. -import("//chrome/android/channel.gni")
  10. declare_args() {
  11. enable_gvr_services = is_android && !is_chromecast &&
  12. --- a/BUILD.gn
  13. +++ b/BUILD.gn
  14. @@ -384,7 +384,7 @@ group("gn_all") {
  15. # seems currently broken for this platform at the moment, and the
  16. # corresponding code build and works on Linux unmodified.
  17. # See instructions in the corresponding BUILD.gn.
  18. - if (is_linux) {
  19. + if (is_android) {
  20. deps +=
  21. [ "//third_party/android_crazy_linker:android_crazy_linker_zip_fuzzer" ]
  22. }