[FE training-materials-updates] Change the AOSP branch we want to fetch

Maxime Ripard maxime.ripard at free-electrons.com
Fri Aug 30 16:46:47 CEST 2013


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

On branch  : jelly-bean
Link       : http://git.free-electrons.com/training-materials/commit/?id=430fbac41529e4503fb73f808508ad46c7a85fe2

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

commit 430fbac41529e4503fb73f808508ad46c7a85fe2
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Wed Aug 28 13:38:43 2013 +0200

    Change the AOSP branch we want to fetch
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

430fbac41529e4503fb73f808508ad46c7a85fe2
 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 a4ed935..aeed901 100644
--- a/labs/android-source-code/android-source-code.tex
+++ b/labs/android-source-code/android-source-code.tex
@@ -46,7 +46,7 @@ We can now fetch the Android source code:
 mkdir android
 cd android
 repo init -u https://android.googlesource.com/platform/manifest \
-     -b android-2.3.7_r1
+     -b android-4.3_r1
 repo sync -c -j2
 \end{verbatim}
 



More information about the training-materials-updates mailing list