From 17429513b5fbd9fc19f4edc5582d10b8cae33b36 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Mon, 2 May 2022 19:24:03 +0800 Subject: [PATCH] Fix prefs android build --- src/components/prefs/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/prefs/BUILD.gn b/src/components/prefs/BUILD.gn index 21b5883bfd..c52dfd7ce8 100644 --- a/src/components/prefs/BUILD.gn +++ b/src/components/prefs/BUILD.gn @@ -58,7 +58,7 @@ component("prefs") { public_deps = [ "//base" ] - if (is_android) { + if (false) { sources += [ "android/pref_service_android.cc", "android/pref_service_android.h",