Hi Radhika,
Thank you for your reply.
I already read the documents before build Android9 and followed the documents steps to do.
My steps is
$ export MY_ANDROID=~/android_build
$ cd ${MY_ANDROID}
$ source build/envsetup.sh
$ lunch sabreauto_6dq-userdebug
$ make bootloader -j4
$ cd ${MY_ANDROID}/vendor/nxp-opensource/kernel_imx
$ export ARCH=arm
$ export CROSS_COMPILE=${MY_ANDROID}/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-
$ make imx_v7_android_defconfig
$ make KCFLAGS=-mno-android
$ cd ${MY_ANDROID}
$ make bootimage
When I used the command "make bootimage", the error happened.
I found the path "android_build/out/target/product/sabresd_6dq/obj/KERNEL_OBJ" didn't have .config file, then I
found other path "android_build/out/target/product/sabresd_6dq/obj/KERNEL_OBJ/scripts/kconfig/" also didn't have zconf.lex.c file.
But I didn't know what happend.
Do you have any ideas?