[FE training-materials-updates] Remove the mention of prelinking. We don't need it, and it confuses some people

Maxime Ripard maxime.ripard at free-electrons.com
Tue Dec 17 17:03:44 CET 2013


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

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

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

commit 754c3cefe7e33f661ebe2d7b7caeeec7f0721706
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Dec 17 17:01:51 2013 +0100

    Remove the mention of prelinking. We don't need it, and it confuses some people
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

754c3cefe7e33f661ebe2d7b7caeeec7f0721706
 .../android-build-system-modules.tex               |    6 ------
 1 file changed, 6 deletions(-)

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 6565b00..4755cc1 100644
--- a/slides/android-build-system-modules/android-build-system-modules.tex
+++ b/slides/android-build-system-modules/android-build-system-modules.tex
@@ -187,12 +187,6 @@ include $(BUILD_EXECUTABLE)
     \begin{itemize}
     \item List of paths to extra headers used by this module
     \end{itemize}
-  \item \code{LOCAL_PRELINK_MODULES}
-    \begin{itemize}
-    \item Does the module uses library pre-linking? (if you set this
-      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,



More information about the training-materials-updates mailing list