[Replicant] [manifest] [PATCH 2/3] Override art

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Thu Aug 26 07:15:48 UTC 2021


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 <GNUtoo at cyberdimension.org>
---
 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



More information about the Replicant mailing list