mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
Fix prefs android build
This commit is contained in:
parent
0eb3edb9f8
commit
17429513b5
@ -58,7 +58,7 @@ component("prefs") {
|
|||||||
|
|
||||||
public_deps = [ "//base" ]
|
public_deps = [ "//base" ]
|
||||||
|
|
||||||
if (is_android) {
|
if (false) {
|
||||||
sources += [
|
sources += [
|
||||||
"android/pref_service_android.cc",
|
"android/pref_service_android.cc",
|
||||||
"android/pref_service_android.h",
|
"android/pref_service_android.h",
|
||||||
|
Loading…
Reference in New Issue
Block a user