Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Remove unnecessary __system_property_get definition (#286)
See: chromium/chromium@03d8ffb The example cited in the code comment from chromium has been removed. It turns out this was never necessary and it is not clear why it was added to chromium in the first place (see the commit message from the commit linked above). Although this definition of __system_property_get does not cause any issues because it is defined in an anonymous namespace, it is unnecessary and misleading, and we should remove it in favor of the one directly available from libc.so.
- Loading branch information