/var/lib/lxc/android/pre-start.d/10-no-adbd 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 4 5 6 7 8 | #!/bin/sh
# Make sure adbd is not started automatically
#sed -i 's/setprop persist.sys.usb.config adb$/setprop persist.sys.usb.config ""/
#' $LXC_ROOTFS_PATH/init.rc
# Disable adbd
rm $LXC_ROOTFS_PATH/sbin/adbd
|