DescriptionWorkaround removal of __system_property_get in Android NDK.
The 'L' release of Android will remove __system_property_get from the NDK.
Until we can replace all calls of __system_property_get, this CL adds a
temporary work-around for builds compiled against the 'L' API. The workaround
involves creating a stub __system_property_get, which uses dlsym to dynamically
load the address of the real __system_property_get symbol in libc.so (which is
still available as a hidden symbol on the devices libc.so dispite having been
removed from the NDK).
BUG=392191, 393903
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284012
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : Change to LazyInstance #Patch Set 4 : Minor style fix #Messages
Total messages: 11 (0 generated)
|