From a90447df62c8881c17ccf3a0ab16ece532d722b1 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Mon, 20 Sep 2021 18:35:01 +0200 Subject: Override build/make to fix building zip release files Some python tools in build/make produce the following error when building zip files (with make updatepackage or make otapackage): UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128) So we need to override build/make to fix that. Signed-off-by: Denis 'GNUtoo' Carikli --- default.xml | 9 --------- replicant/repositories.xml | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/default.xml b/default.xml index 1e86a8b..e272d0a 100644 --- a/default.xml +++ b/default.xml @@ -17,15 +17,6 @@ remote="aosp" sync-j="4" /> - - - - - - - - - diff --git a/replicant/repositories.xml b/replicant/repositories.xml index 8e5df31..3a7e9aa 100644 --- a/replicant/repositories.xml +++ b/replicant/repositories.xml @@ -1,5 +1,15 @@ + + + + + + + + + -- cgit v1.2.3