[FE training-materials-updates] android: source: Fix manifest revision we want to download

Maxime Ripard maxime.ripard at free-electrons.com
Fri Apr 25 15:49:34 CEST 2014


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

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

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

commit 346b971c049366f5c9b5679b7ce1c12c2e50d3b7
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Fri Apr 25 15:48:25 2014 +0200

    android: source: Fix manifest revision we want to download
    
    Since the switch to fastboot and all, this is no longer the version we want to
    use. Update it.
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

346b971c049366f5c9b5679b7ce1c12c2e50d3b7
 labs/android-source-code/android-source-code.tex |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/android-source-code/android-source-code.tex b/labs/android-source-code/android-source-code.tex
index f5164f3..36430b6 100644
--- a/labs/android-source-code/android-source-code.tex
+++ b/labs/android-source-code/android-source-code.tex
@@ -56,7 +56,7 @@ We can now fetch the Android source code:
 
 \begin{verbatim}
 repo init -u https://android.googlesource.com/platform/manifest \
-     -b android-4.2.2_r1
+     -b android-4.3_r2.1
 repo sync -c -j2
 \end{verbatim}
 



More information about the training-materials-updates mailing list