When building Replicant 6.0 on Trisquel 9, the host version of libbacktrace failed to compile due to headers incompatibility between Replicant 6 and Trisquel 9.
So instead of trying to fix we we simply disabled building libbacktrace in art. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index 50f64bb..bbf1e8e 100644 --- a/default.xml +++ b/default.xml @@ -30,7 +30,7 @@ </project> <project path="manifest" name="replicant/manifest.git" revision="replicant-6.0-dev" remote="replicant" /> <project path="abi/cpp" name="mirrors/LineageOS/android_abi_cpp.git" groups="pdk" /> - <project path="art" name="mirrors/LineageOS/android_art.git" groups="pdk" /> + <project path="art" name="replicant/art.git" groups="pdk" remote="replicant" /> <project path="bionic" name="mirrors/LineageOS/android_bionic.git" groups="pdk" /> <project path="bootable/recovery" name="replicant/bootable_recovery.git" remote="replicant" groups="pdk" /> <project path="cts" name="mirrors/AOSP/platform_cts" groups="cts,pdk-cw-fs,pdk-fs" revision="marshmallow-cts-release" remote="aosp" /> -- 2.33.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
