gs101: build vendor_ramdisk.img
aosp/1619809 has landed, so let's start building:
out/target/product/<name>/vendor_ramdisk.img
We can then easily grab ramdisk.img + vendor_ramdisk.img
from any go/ab build to our kernel dev environment.
Bug: 170687803
Change-Id: I1469fd9e545353029ceea6251dad631eab2ae1d9
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk
index 4909b61..888761d 100644
--- a/BoardConfig-common.mk
+++ b/BoardConfig-common.mk
@@ -363,6 +363,9 @@
# System As Root
BOARD_BUILD_SYSTEM_ROOT_IMAGE := false
+# Vendor ramdisk image for kernel development
+BOARD_BUILD_VENDOR_RAMDISK_IMAGE := true
+
# Kernel modules
BOARD_VENDOR_KERNEL_MODULES += \
$(wildcard $(TARGET_KERNEL_DIR)/*.ko)