From 6e03d22e430203ee7f5210ed17a0d12ff0c2f1a4 Mon Sep 17 00:00:00 2001 From: Peng Yang Date: Mon, 5 Sep 2022 18:20:59 -0700 Subject: [PATCH] build: config: Adding build configs for pineapple oemvm Add build related configs for pineapple oemvm. Change-Id: I5c0d9d676fcf6ce6111bee66ba52d6790714e859 Signed-off-by: Peng Yang --- build.config.msm.pineapple.oemvm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build.config.msm.pineapple.oemvm diff --git a/build.config.msm.pineapple.oemvm b/build.config.msm.pineapple.oemvm new file mode 100644 index 000000000000..cb0a869a1e22 --- /dev/null +++ b/build.config.msm.pineapple.oemvm @@ -0,0 +1,10 @@ +################################################################################ +## Inheriting MSM configs +. ${KERNEL_DIR}/build.config.msm.pineapple.vm +################################################################################ +## Setting parameter to build only OEMVM images + +MKDTIMGDTBS=() +MKDTIMGDTBS["pineapple_oemvm"]="pineapple-oemvm" + +################################################################################