Hi All
I want to build android 10 image for sabred_6dq platform.The build procedure is the same as android7/android8(source build/envsetup.sh->lunch->make).However,it failed withe the following information:
17:01:29 Disallowed PATH tool "make" used: []string{"make", "-j2", "--no-print-directory", "-C", "vendor/nxp-opensource/kernel_imx", "-s", "SUBLEVEL=", "kernelversion"}
17:01:29 See https://android.googlesource.com/platform/build/+/master/Changes.md#PATH_Tools for more information.
17:01:29 Disallowed PATH tool "make" used: []string{"make", "-j2", "-j1", "--no-print-directory", "-C", "vendor/nxp-opensource/uboot-imx", "-s", "SUBLEVEL=", "ubootversion"}
17:01:29 See https://android.googlesource.com/platform/build/+/master/Changes.md#PATH_Tools for more information.
No need to regenerate ninja file
No need to regenerate ninja file
Starting ninja...
FAILED: ninja: 'out/target/product/sabresd_6dq/obj/KERNEL_OBJ/arch/arm/boot/dts/imx6q-sabresd.dts', needed by 'out/target/product/sabresd_6dq/dtbo-imx6q.img', missing and no known rule to make it
I don't know if the "Disallowed PATH tool " message is relate to this issue
Solved! Go to Solution.
Hi @liuxing
The last android verison for 6q is Android 9_2.2.0, you can find support information in below link.
Hi @liuxing
The last android verison for 6q is Android 9_2.2.0, you can find support information in below link.
Hi Qmiller,
Thanks a lot!
I meet the same problem with the imx8m platform.
I only want to know why the following error occurs and how to solve it.
The "make" command is used in kernel_imx.
22:20:17 Disallowed PATH tool "make" used: []string{"make", "-j2", "--no-print-directory", "-C", "vendor/nxp-opensource/kernel_imx", "-s", "SUBLEVEL=", "kernelversion"}
22:20:17 See https://android.googlesource.com/platform/build/+/master/Changes.md#PATH_Tools for more information.
22:20:17 Disallowed PATH tool "make" used: []string{"make", "-j2", "-j1", "--no-print-directory", "-C", "vendor/nxp-opensource/uboot-imx", "-s", "SUBLEVEL=", "ubootversion"}
22:20:17 See https://android.googlesource.com/platform/build/+/master/Changes.md#PATH_Tools for more information.
"make" is not allowed to be used. See https://android.googlesource.com/platform/build/+/master/Changes.md#PATH_Tools for more information.