Add repo for ntfs-3g support

Add host repo to build libandroidicu from source

Change-Id: I22a735f3276120195f2cc188066f61058a1ed6f9
This commit is contained in:
Captain Throwback 2020-10-16 11:11:17 -04:00
parent 3163f45240
commit 48186862a9
No known key found for this signature in database
GPG key ID: 583F8C2FE129CB98
2 changed files with 4 additions and 1 deletions

View file

@ -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/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/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/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/gcc/linux-x86/mips/mips64el-linux-android-4.9"/>
<remove-project name="platform/prebuilts/gdb/darwin-x86"/> <remove-project name="platform/prebuilts/gdb/darwin-x86"/>
<remove-project name="platform/prebuilts/gdb/linux-x86"/> <remove-project name="platform/prebuilts/gdb/linux-x86"/>

View file

@ -36,6 +36,9 @@
<!-- Include lineage-tools for lzma support --> <!-- Include lineage-tools for lzma support -->
<project path="prebuilts/tools-lineage" name="android_prebuilts_tools-lineage" remote="LineageOS" revision="lineage-17.1" /> <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 --> <!-- 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" /> <project path="system/update_engine" name="android_system_update_engine" remote="TeamWin" revision="android-10.0" />