Selaa lähdekoodia

switch to 14.1 branches

nebrassy 1 vuosi sitten
vanhempi
sitoutus
b26608ac6c
2 muutettua tiedostoa jossa 20 lisäystä ja 21 poistoa
  1. 3 3
      README.md
  2. 17 18
      twrp-default.xml

+ 3 - 3
README.md

@@ -1,4 +1,4 @@
-## Submitting Patches ##
+<!-- ## Submitting Patches ## -->
 Our project is open source, and patches are always welcome!
 You can send patches by using:
 
@@ -44,11 +44,11 @@ with [Git and Repo](https://source.android.com/source/using-repo.html).
 
 To initialize your local repository using the AOSP trees to build TWRP, use a command like this:
 
-    repo init -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-14
+    repo init -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-14.1
 
 To initialize a shallow clone, which will save even more space, use a command like this:
 
-    repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-14
+    repo init --depth=1 -u https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp.git -b twrp-14.1
 
 Then to sync up:
 

+ 17 - 18
twrp-default.xml

@@ -35,10 +35,10 @@
     <remove-project name="platform/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9" />
 -->
     <!-- TWRP lives in TeamWin repo -->
-    <project path="bootable/recovery" name="android_bootable_recovery" remote="TeamWin" revision="android-14"/>
+    <project path="bootable/recovery" name="android_bootable_recovery" remote="TeamWin" revision="android-14.1"/>
 
     <!-- Use TeamWin repos for full recovery compatibility -->
-    <project path="build/make" name="android_build" remote="TeamWin" revision="android-14-r67" groups="pdk">
+    <project path="build/make" name="android_build" remote="TeamWin" revision="android-14.1" groups="pdk">
         <copyfile src="core/root.mk" dest="Makefile"/>
         <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk"/>
         <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default"/>
@@ -47,26 +47,25 @@
         <linkfile src="target" dest="build/target"/>
         <linkfile src="tools" dest="build/tools"/>
     </project>
-    <project path="build/soong" name="android_build_soong" remote="TeamWin" revision="android-14-r67">
+    <project path="build/soong" name="android_build_soong" remote="TeamWin" revision="android-14.1">
         <linkfile src="root.bp" dest="Android.bp"/>
         <linkfile src="bootstrap.bash" dest="bootstrap.bash"/>
     </project>
-    <project path="external/icu" name="android_external_icu" remote="TeamWin" revision="android-14-r67"/>
-    <project path="external/libxml2" name="android_external_libxml2" remote="TeamWin" revision="android-14-r67"/>
+    <project path="external/icu" name="android_external_icu" remote="TeamWin" revision="android-14.1"/>
+    <project path="external/libxml2" name="android_external_libxml2" remote="TeamWin" revision="android-14.1"/>
     <project path="external/python3" name="android_external_python3" remote="TeamWin" revision="android-12.1"/>
-    <project path="external/sqlite" name="android_external_sqlite" remote="TeamWin" revision="android-14-r67"/>
-    <project path="external/libchrome" name="android_external_libchrome" remote="TeamWin" revision="android-14-r67"/>
-
-    <project path="system/core" name="android_system_core" remote="TeamWin" revision="android-14-r67"/>
-    <project path="system/libhidl" name="android_system_libhidl" remote="TeamWin" revision="android-14-r67"/>
-    <project path="system/security" name="android_system_security" remote="TeamWin" revision="android-14-r67"/>
-    <project path="system/update_engine" name="android_system_update_engine" remote="TeamWin" revision="android-14-r67"/>
-    <project path="system/vold" name="android_system_vold" remote="TeamWin" revision="android-14-r67"/>
-    <project path="cts" name="android_cts" remote="TeamWin" revision="android-14-r67"/>
-    <project path="system/extras" name="android_system_extras" remote="TeamWin" revision="android-14-r67"/>
+    <project path="external/sqlite" name="android_external_sqlite" remote="TeamWin" revision="android-14.1"/>
+    <project path="external/libchrome" name="android_external_libchrome" remote="TeamWin" revision="android-14.1"/>
+    <project path="system/core" name="android_system_core" remote="TeamWin" revision="android-14.1"/>
+    <project path="system/libhidl" name="android_system_libhidl" remote="TeamWin" revision="android-14.1"/>
+    <project path="system/security" name="android_system_security" remote="TeamWin" revision="android-14.1"/>
+    <project path="system/update_engine" name="android_system_update_engine" remote="TeamWin" revision="android-14.1"/>
+    <project path="system/vold" name="android_system_vold" remote="TeamWin" revision="android-14.1"/>
+    <project path="cts" name="android_cts" remote="TeamWin" revision="android-14.1"/>
+    <project path="system/extras" name="android_system_extras" remote="TeamWin" revision="android-14.1"/>
 
     <!-- Use TeamWin custom vendor repo for build system -->
-    <project path="vendor/twrp" name="android_vendor_twrp" remote="TeamWin" revision="android-14" />
+    <project path="vendor/twrp" name="android_vendor_twrp" remote="TeamWin" revision="android-14.1" />
 
     <!-- Include phh's treble repo for lptools support -->
     <project name="phhusson/vendor_lptools" path="external/lptools" remote="github" revision="master" />
@@ -87,14 +86,14 @@
     <project path="external/ntfs-3g" name="android_external_ntfs-3g" remote="LineageOS" revision="lineage-21.0"/>
 
     <!-- Include for legacy wrappedkey support -->
-    <project path="hardware/interfaces" name="android_hardware_interfaces" remote="TeamWin" revision="android-14-r67" />
+    <project path="hardware/interfaces" name="android_hardware_interfaces" remote="TeamWin" revision="android-14.1" />
 
     <!-- Include lineage-tools for lzma support -->
     <project path="prebuilts/tools-lineage" name="android_prebuilts_tools-lineage" remote="LineageOS" revision="lineage-21.0"/>
 
     <!-- Common qcom repos -->
     <project name="android_device_qcom_common" path="device/qcom/common" remote="TeamWin" revision="android-12.1" />
-    <project name="android_device_qcom_twrp-common" path="device/qcom/twrp-common" remote="TeamWin" revision="android-14" />
+    <project name="android_device_qcom_twrp-common" path="device/qcom/twrp-common" remote="TeamWin" revision="android-14.1" />
 
     <project name="android_hardware_qcom_bootctrl" path="hardware/qcom-caf/bootctrl" remote="LineageOS" revision="lineage-21.0-caf" />
     <project name="android_vendor_qcom_opensource_display-commonsys-intf" path="vendor/qcom/opensource/commonsys-intf/display" remote="LineageOS" revision="lineage-21.0" />