-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Android items from "sys/system_properties.h" #2142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* __system_property_set * __system_property_get * PROP_VALUE_MAX
r? @JohnTitor (rust-highfive has picked a reviewer for you, use r? to override) |
Thanks! |
📌 Commit bea9e05 has been approved by |
Add Android items from "sys/system_properties.h" It adds the following items: * __system_property_set * __system_property_get * PROP_VALUE_MAX
💔 Test failed - checks-actions |
Looks like we should include the header here: Line 1382 in 3b185ef
|
@JohnTitor Thanks for the info, added it! |
@bors r+ |
📌 Commit 73200ce has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
It adds the following items: