mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
cronet: Do not hide symbols on Android shared build
The default compiler config hides all but JNI symbols, but here it is building the shared library of Cronet C API.
This commit is contained in:
parent
44e5cfee53
commit
2657e57d02
@ -117,6 +117,10 @@ if (is_android) {
|
||||
]
|
||||
public_configs = [ ":shared_library_public_config" ]
|
||||
}
|
||||
|
||||
if (is_android) {
|
||||
configs -= [ "//build/config/android:hide_all_but_jni_onload" ]
|
||||
}
|
||||
}
|
||||
|
||||
_package_dir = "$root_out_dir/cronet"
|
||||
|
Loading…
Reference in New Issue
Block a user