build.config.msm.pineapple.oemvm 429 B

12345678910
  1. ################################################################################
  2. ## Inheriting MSM configs
  3. . ${KERNEL_DIR}/build.config.msm.pineapple.vm
  4. ################################################################################
  5. ## Setting parameter to build only OEMVM images
  6. MKDTIMGDTBS=()
  7. MKDTIMGDTBS["pineapple_oemvm"]="pineapple-oemvm"
  8. ################################################################################