From c9807bc6bfcd1bf6023f140b58514fa06ed789ea Mon Sep 17 00:00:00 2001 From: "Tobey Maguire (ShelbyHell)" Date: Sat, 17 Aug 2024 17:44:08 +0400 Subject: [PATCH] fixup! vendor: init: Update kernel-scripts to LA.VENDOR.13.2.2 * 987ae85 Change-Id: I2ad3d7f6d94cec0c91a91dedc2945a5ef9bb230a Signed-off-by: Tobey Maguire (ShelbyHell) Signed-off-by: chrisl7 --- vendor/init/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vendor/init/Android.bp b/vendor/init/Android.bp index 143416ff..0876da2e 100644 --- a/vendor/init/Android.bp +++ b/vendor/init/Android.bp @@ -149,6 +149,12 @@ sh_binary { vendor: true, } +sh_binary { + name: "system_dlkm_modprobe.sh", + src: "system_dlkm_modprobe.sh", + vendor: true, +} + sh_binary { name: "vendor_modprobe.sh", src: "vendor_modprobe.sh",