[FE training-materials-updates] android-build-system-advanced-product: minor fixes

Boris Brezillon boris.brezillon at free-electrons.com
Fri Sep 4 17:20:19 CEST 2015


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=0781e7f9d3f724c71c623162e1fc2db18a98aa7a

>---------------------------------------------------------------

commit 0781e7f9d3f724c71c623162e1fc2db18a98aa7a
Author: Boris Brezillon <boris.brezillon at free-electrons.com>
Date:   Sun Jun 14 22:13:01 2015 +0200

    android-build-system-advanced-product: minor fixes
    
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>


>---------------------------------------------------------------

0781e7f9d3f724c71c623162e1fc2db18a98aa7a
 .../android-build-system-advanced-product.tex                         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/android-build-system-advanced-product/android-build-system-advanced-product.tex b/slides/android-build-system-advanced-product/android-build-system-advanced-product.tex
index 9c0d4cc..e79f579 100644
--- a/slides/android-build-system-advanced-product/android-build-system-advanced-product.tex
+++ b/slides/android-build-system-advanced-product/android-build-system-advanced-product.tex
@@ -147,7 +147,7 @@ USE_CAMERA_STUB := true
     \end{itemize}
   \item \code{TARGET_USERIMAGES_USE_EXT4}
     \begin{itemize}
-    \item We want to use ext4 as filesystem for our generated
+    \item We want to use ext4 filesystems for our generated
       partitions
     \end{itemize}
   \item \code{BOARD_SYSTEMIMAGE_PARTITION_SIZE}
@@ -181,7 +181,7 @@ USE_CAMERA_STUB := true
   \item Android is just a user space software stack, the build system
     isn't designed to build the kernel
   \item However, there is some facilities to integrate a precompiled
-    kernel kernel into the Android images
+    kernel into an Android image
   \item To do so, you need to:
     \begin{itemize}
     \item In \code{BoardConfig.mk}




More information about the training-materials-updates mailing list