build_utils.sh: Copy vendor_dlkm modules.blocklist file into DIST_DIR

Currently the vendor_dlkm modules.blocklist file was coded from android
side. Kernel build_util.sh are now support VENDOR_DLKM_MODULES_BLOCKLIST
file, therefore its feasible to migrate vendor_dlkm modules.blocklist
from android side to kernel side.

1) Add VENDOR_DLKM_MODULES_BLOCKLIST into kernel build configs
2) Copy vendor_dlkm.modules.blocklist into DIST_DIR
3) Modify android makefile to use this file as vendor_dlkm modules.blocklist

Bug: 214017561
Signed-off-by: Robin Peng <robinpeng@google.com>
Change-Id: I51d638e2c8c64268732037567aa0f57bc9468edc
[isaacmanjarres: Add copy command to build_vendor_dlkm in build.sh since build_utils.sh doesn't exist on this branch.
Additionally, incorporate commit edc4476ce550 ("build_utils.sh:
fix failure when the blocklist doesn't exist") from the master
branch of this project to avoid introducing the same issue.]
Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
1 file changed