From 53aa95683190d3331023aa8ac354bbcb85c97695 Mon Sep 17 00:00:00 2001 From: Nathaniel Date: Sat, 16 Jul 2016 16:43:05 -0700 Subject: [PATCH] Update OMNI_README Make it for the device lgrootnoob and I have. :-) --- OMNI_README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OMNI_README b/OMNI_README index ef56a28128ad..c6d860e0cf08 100644 --- a/OMNI_README +++ b/OMNI_README @@ -7,15 +7,15 @@ BUILDING THE KERNEL Run the following command in the root directory of your Android tree to build the kernel. (Replacing galaxysmtd with your build target.) - make -j4 out/target/product/galaxysmtd/boot.img + make -j4 out/target/product/fascinatemtd/boot.img The resulting boot.img will be stored at - out/target/product/galaxysmtd/boot.img + out/target/product/fascinatemtd/boot.img And the kernel modules will be stored at - out/target/product/galaxysmtd/system/lib/modules/ + out/target/product/fascinatemtd/system/lib/modules/ Note: If you are building the entire system image, there is no need to manually build the kernel. Building the kernel is fully integrated