[FE training-materials-updates] slides: android: Mention LOCAL_REQUIRED_MODULES

Maxime Ripard maxime.ripard at free-electrons.com
Thu Aug 22 14:48:51 CEST 2013


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

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

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

commit a8ecb6fb873f9045da2b31362d8cce634e70c20d
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Aug 22 14:47:45 2013 +0200

    slides: android: Mention LOCAL_REQUIRED_MODULES
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

a8ecb6fb873f9045da2b31362d8cce634e70c20d
 .../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 35e901f..36a3269 100644
--- a/slides/android-build-system-modules/android-build-system-modules.tex
+++ b/slides/android-build-system-modules/android-build-system-modules.tex
@@ -176,7 +176,8 @@ include $(BUILD_EXECUTABLE)
     \end{itemize}
   \item \code{LOCAL_SHARED_LIBRARIES}
     \begin{itemize}
-    \item List of shared libraries this module depends on
+    \item List of shared libraries this module depends on at
+      compilation time
     \end{itemize}
   \item \code{LOCAL_PACKAGE_NAME}
     \begin{itemize}
@@ -192,6 +193,11 @@ include $(BUILD_EXECUTABLE)
       to \code{true}, you will have to modify
       \code{build/core/prelink-linux-arm.map} as well)
     \end{itemize}
+  \item \code{LOCAL_REQUIRED_MODULES}
+    \begin{itemize}
+    \item Express that a given module depends on another at runtime,
+      and therefore should be included in the image as well
+    \end{itemize}
   \item Many other similar options depending on what you want to
     do
   \item You can get a complete list by reading



More information about the training-materials-updates mailing list