/var/lib/lxc/android/pre-start.d/25-process-overrides is in lxc-android-config 0.162.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
cp -a /var/lib/lxc/android/overrides/* $LXC_ROOTFS_PATH || true
|