Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-04 | Make it possible to build the AOSP .config against glibc. | Elliott Hughes | |
It's possible that we should just pull setprop back out of toybox to live with getprop in system/core/, but this lets us build the same toybox configuration for device and host in AOSP. (Longer term we'd like to use host bionic, but if we enable this we can start experimenting on the tobyox side before the bionic side is finished.) | |||
2016-12-28 | Switch to bionic <sys/system_properties.h>. | Elliott Hughes | |
Removes the dependency on libcutils for everything except ps. | |||
2016-06-28 | Fix iteration for start/stop without arguments. | Elliott Hughes | |
2016-06-27 | Fix start.c build and add error reporting. | Elliott Hughes | |
2016-06-25 | Code style pass. | Rob Landley | |
2016-06-25 | new Android toys: start/stop | Elliott Hughes | |