[FE training-materials-updates] Split that slide because it is overflowing

Alexandre Belloni alexandre.belloni at free-electrons.com
Wed Mar 20 10:21:46 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=798a1822877823bc0efe274acf217a5f0057c159

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

commit 798a1822877823bc0efe274acf217a5f0057c159
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Mon Mar 18 10:31:13 2013 +0100

    Split that slide because it is overflowing
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

798a1822877823bc0efe274acf217a5f0057c159
 .../android-build-system-modules.tex               |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/slides/android-build-system-modules/android-build-system-modules.tex b/slides/android-build-system-modules/android-build-system-modules.tex
index ca94018..92a7892 100644
--- a/slides/android-build-system-modules/android-build-system-modules.tex
+++ b/slides/android-build-system-modules/android-build-system-modules.tex
@@ -242,7 +242,7 @@ include $(BUILD_PREBUILT)
 \end{frame}
 
 \begin{frame}
-  \frametitle{Make and clean a module}
+  \frametitle{Making and cleaning a module (1/2)}
   \begin{itemize}
   \item To build a module from the top directory, just do
     \code{make ModuleName}
@@ -258,6 +258,12 @@ include $(BUILD_PREBUILT)
   \item If you want to enable it for all builds, add its name to the
     \code{PRODUCT_PACKAGES} variables in the
     \code{build/target/product/core.mk} file.
+  \end{itemize}
+\end{frame}
+
+\begin{frame}
+  \frametitle{Making and cleaning a module (2/2)}
+  \begin{itemize}
   \item To clean a single module, do \code{make clean-ModuleName}
   \item You can also get the list of the modules to be built with the
     \code{make modules} target



More information about the training-materials-updates mailing list