hello everyone, I am attempting to port to the Samsung Galaxy S10 (beyond1lte) with hybris-18 and so far I have been able to workout through all the setbacks and errors, but there are two things which are now causing me to stop in my tracks for a while: 1- `CONFIG_NETFILTER_XT_MATCH_QTAGUID` kernel config option requirement (which my kernel does not have - and if I understand right, this should not really be a problem, right?) 2- `rpm/dhd/helpers/build_packages.sh --droid-hal` command fails because it cannot find `init.zygote*.rc` with this output: ``` + mkdir -p /home/dani/hadk/installroot/usr/libexec/droid-hybris/system/etc/init/hw + cp -a ./out/target/product/beyond1lte/system/etc/init/hw/init.rc /home/dani/hadk/installroot/usr/libexec/droid-hybris/system/etc/init/hw/ + cp -a './out/target/product/beyond1lte/system/etc/init/hw/init.zygote*.rc' /home/dani/hadk/installroot/usr/libexec/droid-hybris/system/etc/init/hw/ cp: cannot stat './out/target/product/beyond1lte/system/etc/init/hw/init.zygote*.rc': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.apOtwO (%install) ``` If anyone has any ideas, please do share. Any help is greatly appreciated.