mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 06:13:39 +03:00
Fix prefs android build
This commit is contained in:
parent
0eb3edb9f8
commit
17429513b5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue