From 0b6141be00b2941155d7672d6c7174e7d7a414d8 Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Fri, 5 Mar 2021 16:46:53 +0000 Subject: [PATCH 1/4] add superproject tag Bug: 181627166 Signed-off-by: Matthias Maennich Change-Id: I7645927e1b377a0fb1b70fd51a279da9c84a862e --- default.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.xml b/default.xml index 97e90fe..2c90029 100644 --- a/default.xml +++ b/default.xml @@ -3,6 +3,8 @@ + + From 8cba5a25f99fa4f2690783330599b81b825a0421 Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Thu, 13 May 2021 12:57:52 -0700 Subject: [PATCH 2/4] Remove GNU AS from build dependencies Step 9/Final Step of: https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/BINUTILS_KERNEL_DEPRECATION.md Bug: 141693040 Signed-off-by: Nick Desaulniers Change-Id: I54f595c592b0320d8446c69ac5919acecbcfc818 --- default.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/default.xml b/default.xml index 2c90029..72ba97e 100644 --- a/default.xml +++ b/default.xml @@ -14,7 +14,6 @@ - From daa4f8a525e876ab197d435895b40bf5d324c491 Mon Sep 17 00:00:00 2001 From: Peter Yoon Date: Sun, 7 Feb 2021 17:38:48 +0900 Subject: [PATCH 3/4] arpi-5.10 : switch to android-rpi branch Change-Id: Ia5e8877db40ad3fdd0c62e76a6160b36bbe462a1 --- README | 19 +++++++++++++++++++ default.xml | 8 +++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..46dd1b9 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +# Download Kernel source + Refer to https://source.android.com/setup/build/building-kernels + + Make separate kernel directory apart from Android source. + + $ cd + $ repo init -u https://github.com/android-rpi/kernel_manifest -b arpi-5.10 + $ repo sync + +# Build Kernel + $ build/build.sh + + Output files are under out/arpi-5.10/dist/ + Image.gz + bcm2711-rpi-*.dtb + vc4-kms-v3d-pi4.dtbo + +# Build Android for Raspberry Pi 4 + https://github.com/android-rpi/device_arpi_rpi4 diff --git a/default.xml b/default.xml index 72ba97e..a6b8f0f 100644 --- a/default.xml +++ b/default.xml @@ -1,6 +1,6 @@ - + @@ -20,4 +20,10 @@ + + + + + + From e16cd04638759bf6d2d4bf3f8a75979ff6566a74 Mon Sep 17 00:00:00 2001 From: Matthias Lange Date: Sat, 19 Mar 2022 17:46:26 +0100 Subject: [PATCH 4/4] Align default revision with Android version Certain projects may move forward on their master branch breaking compatibility with other Android-version-specific projects. This happend e.g. with the 'kernel/build' project where on the master branch certain path' and locations have changed. Thus we have to pin the default revision to the Android and kernel version we want to build for. This also fixes issue #7. Change-Id: Icf22094caf3521d506acaeb9a3c3f9265d1a877f --- default.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.xml b/default.xml index a6b8f0f..138c64b 100644 --- a/default.xml +++ b/default.xml @@ -1,14 +1,14 @@ - + - + @@ -19,7 +19,7 @@ - +