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
5360cdf1da
commit
0f0696aff7
@ -137,6 +137,10 @@ if (is_android) {
|
|||||||
]
|
]
|
||||||
public_configs = [ ":shared_library_public_config" ]
|
public_configs = [ ":shared_library_public_config" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (is_android) {
|
||||||
|
configs -= [ "//build/config/android:hide_all_but_jni_onload" ]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
test("cronet_tests") {
|
test("cronet_tests") {
|
||||||
|
Loading…
Reference in New Issue
Block a user