I am embedding OpenRc into a custom AOSP build, but it requires a /run directory for runtime data, which does not exist by default in AOSP.
Since /data is available, I am considering creating /run mounted as tmpfs or another suitable method, similar to /data.
What is the recommended way to add a /run directory in AOSP?
Thanks for your help!