Browse Source

Use hardware_interfaces from LineageOS

Change-Id: I5c9d6801e9c22c0b3cfce0e18420837bbd0c0f1a
Captain Throwback 4 năm trước cách đây
mục cha
commit
980b2c931b
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      twrp-default.xml

+ 5 - 0
twrp-default.xml

@@ -31,6 +31,8 @@
     <remove-project name="platform/system/vold" />
 
     <!-- We need the LOS forks of these repos -->
+    <remove-project name="platform/hardware/interfaces"/>
+
     <remove-project name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" />
     <remove-project name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" />
     <remove-project name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" />
@@ -84,6 +86,9 @@
     <!-- Include ntfs_3g for NTFS support -->
     <project path="external/ntfs-3g" name="android_external_ntfs-3g" remote="LineageOS" revision="lineage-18.1"/>
 
+    <!-- Include for legacy wrappedkey support -->
+    <project path="hardware/interfaces" name="android_hardware_interfaces" remote="LineageOS" revision="lineage-19.1" />
+
     <!-- Include lineage-tools for lzma support -->
     <project path="prebuilts/tools-lineage" name="android_prebuilts_tools-lineage" remote="LineageOS" revision="lineage-19.1"/>