Переглянути джерело

Add repo for ntfs-3g support

Add host repo to build libandroidicu from source

Change-Id: I22a735f3276120195f2cc188066f61058a1ed6f9
Captain Throwback 5 роки тому
батько
коміт
48186862a9
2 змінених файлів з 4 додано та 1 видалено
  1. 1 1
      remove-minimal.xml
  2. 3 0
      twrp-extras.xml

+ 1 - 1
remove-minimal.xml

@@ -323,7 +323,7 @@
     <remove-project name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1"/>
     <remove-project name="platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9"/>
     <remove-project name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9"/>
-    <remove-project name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8"/>
+    <!--<remove-project name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8"/>-->
     <remove-project name="platform/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9"/>
     <remove-project name="platform/prebuilts/gdb/darwin-x86"/>
     <remove-project name="platform/prebuilts/gdb/linux-x86"/>

+ 3 - 0
twrp-extras.xml

@@ -36,6 +36,9 @@
 <!-- Include lineage-tools for lzma support -->
     <project path="prebuilts/tools-lineage" name="android_prebuilts_tools-lineage" remote="LineageOS" revision="lineage-17.1" />
 
+<!-- Include ntfs_3g for NTFS support -->
+    <project path="external/ntfs-3g" name="android_external_ntfs-3g" remote="LineageOS" revision="lineage-17.1" />
+
 <!-- Include TeamWin android_system_update_engine to build a good update_engine_sideload -->
     <project path="system/update_engine" name="android_system_update_engine" remote="TeamWin" revision="android-10.0" />