Advertisement
aperio

Lineage 22.2(A15)Pix4a/7/8.patch

Mar 14th, 2025
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.49 KB | None | 0 0
  1. @@@<?xml version="1.0" encoding="UTF-8"?>
  2. @@@<manifest>
  3. @@@ <remote fetch="https://gitlab.com/" name="gitlab" />
  4. @@@ <project clone-depth="1" path="device/google/shusky-kernels/6.1" name="device/google/shusky-kernels/6.1" remote="aosp-shusky" revision="refs/tags/android-15.0.0_r20" />
  5. @@@ <project clone-depth="1" path="device/google/pantah-kernels/6.1" name="device/google/pantah-kernels/6.1" remote="aosp-pantah" revision="refs/tags/android-15.0.0_r20" />
  6. @@@ <project clone-depth="1" path="device/google/lynx-kernels/6.1" name="device/google/lynx-kernels/6.1" remote="aosp-lynx" revision="refs/tags/android-15.0.0_r20" />
  7. @@@ <project clone-depth="1" path="device/google/shusky" name="LineageOS/android_device_google_shusky" remote="github" revision="lineage-22.2" />
  8. @@@ <project clone-depth="1" path="device/google/zuma" name="LineageOS/android_device_google_zuma" remote="github" revision="lineage-22.2" />
  9. @@@ <project clone-depth="1" path="device/google/pantah" name="LineageOS/android_device_google_pantah" remote="github" revision="lineage-22.2" />
  10. @@@ <project clone-depth="1" path="device/google/caimito" name="LineageOS/android_device_google_caimito" remote="github" revision="lineage-22.2" />
  11. @@@ <project clone-depth="1" path="device/google/zumapro" name="LineageOS/android_device_google_zumapro" remote="github" revision="lineage-22.2" />
  12. @@@ <project clone-depth="1" path="device/google/gs201" name="LineageOS/android_device_google_gs201" remote="github" revision="lineage-22.2" />
  13. @@@ <project clone-depth="1" path="device/google/gs101" name="LineageOS/android_device_google_gs101" remote="github" revision="lineage-22.2" />
  14. @@@ <project clone-depth="1" path="device/google/gs-common" name="LineageOS/android_device_google_gs-common" remote="github" revision="lineage-22.2" />
  15. @@@ <project clone-depth="1" path="vendor/google/panther" name="TheMuppets/proprietary_vendor_google_panther" remote="github" revision="lineage-22.2" />
  16. @@@ <project clone-depth="1" path="vendor/google/cheetah" name="TheMuppets/proprietary_vendor_google_cheetah" remote="github" revision="lineage-22.2" />
  17. @@@ <project clone-depth="1" path="vendor/google/shiba" name="TheMuppets/proprietary_vendor_google_shiba" remote="github" revision="lineage-22.2" />
  18. @@@ <project clone-depth="1" path="device/google/sunfish" name="LineageOS/android_device_google_sunfish" remote="github" revision="lineage-22.2" />
  19. @@@ <project clone-depth="1" path="kernel/google/msm-4.14" name="LineageOS/android_kernel_google_msm-4.14" remote="github" revision="lineage-22.2" />
  20. @@@ <project clone-depth="1" path="vendor/google/sunfish" name="TheMuppets/proprietary_vendor_google_sunfish" remote="github" revision="lineage-22.2" />
  21. @@@ <project clone-depth="1" path="vendor/gapps" name="MindTheGapps/vendor_gapps" remote="gitlab" revision="vic" />
  22. @@@ <project path="device/google/panther" remote="github" name="LineageOS/android_device_google_panther" />
  23. @@@ <remove-project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
  24. @@@ <remove-project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="notdefault,platform-darwin,pdk,darwin,sysui-studio" clone-depth="1" remote="aosp" />
  25. @@@ <remove-project path="prebuilts/go/darwin-x86" name="platform/prebuilts/go/darwin-x86" groups="notdefault,platform-darwin,darwin,pdk,tradefed" clone-depth="1" remote="aosp" />
  26. @@@</manifest>
  27. @@@
  28. @@@ Copy custom ringtone as Orion.ogg / notification as Argon.ogg
  29. @@@
  30. --- build/soong/ui/build/path.go.orig 2024-06-23 19:32:55.676477635 +1000
  31. +++ build/soong/ui/build/path.go 2024-06-23 20:24:01.990227130 +1000
  32. @@ -200,10 +200,10 @@
  33. // Validate usage against disallowed or missing PATH tools.
  34. config := paths.GetConfig(log.Basename)
  35. if config.Error {
  36. - ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
  37. - for _, line := range procPrints {
  38. - ctx.Println(line)
  39. - }
  40. + // ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
  41. + // for _, line := range procPrints {
  42. + // ctx.Println(line)
  43. + // }
  44. } else {
  45. ctx.Verbosef("Unknown PATH tool %q used: %#v", log.Basename, log.Args)
  46. for _, line := range procPrints {
  47. --- build/soong/java/config/config.go.orig 2024-06-23 19:32:55.664477725 +1000
  48. +++ build/soong/java/config/config.go 2024-06-23 20:24:01.994227077 +1000
  49. @@ -80,7 +80,7 @@
  50. func init() {
  51. pctx.Import("github.com/google/blueprint/bootstrap")
  52.  
  53. - pctx.StaticVariable("JavacHeapSize", "4096M")
  54. + pctx.StaticVariable("JavacHeapSize", "5120M")
  55. pctx.StaticVariable("JavacHeapFlags", "-J-Xmx${JavacHeapSize}")
  56.  
  57. // ErrorProne can use significantly more memory than javac alone, give it a higher heap
  58. --- build/make/core/envsetup.mk.orig 2024-06-24 18:28:35.909772787 +1000
  59. +++ build/make/core/envsetup.mk 2024-06-24 18:29:01.552593603 +1000
  60. @@ -149,7 +149,7 @@
  61. # We can only create static host binaries for Linux, so if static host
  62. # binaries are requested, turn off Windows cross-builds.
  63. ifeq ($(BUILD_HOST_static),)
  64. - HOST_CROSS_OS := windows
  65. + HOST_CROSS_OS :=
  66. HOST_CROSS_ARCH := x86
  67. HOST_CROSS_2ND_ARCH := x86_64
  68. 2ND_HOST_CROSS_IS_64_BIT := true
  69. --- build/make/core/clear_vars.mk.orig 2024-06-23 19:32:55.524478784 +1000
  70. +++ build/make/core/clear_vars.mk 2024-06-23 20:24:01.994227077 +1000
  71. @@ -31,7 +31,7 @@
  72. LOCAL_CHECK_SAME_VNDK_VARIANTS:=
  73. LOCAL_CHECKED_MODULE:=
  74. LOCAL_C_INCLUDES:=
  75. -LOCAL_CLANG:=
  76. +LOCAL_CLANG:=true
  77. LOCAL_CLANG_ASFLAGS:=
  78. LOCAL_CLANG_CFLAGS:=
  79. LOCAL_CLANG_CONLYFLAGS:=
  80. --- vendor/google/shiba/Android.bp.orig 2025-01-26 13:45:44.794311855 +1100
  81. +++ vendor/google/shiba/Android.bp 2025-01-26 13:52:07.021054791 +1100
  82. @@ -541,7 +541,7 @@
  83. privileged: true,
  84. system_ext_specific: true,
  85. }
  86. -
  87. +/*
  88. android_app_import {
  89. name: "ConnectivityThermalPowerManager",
  90. owner: "google",
  91. @@ -553,7 +553,7 @@
  92. privileged: true,
  93. system_ext_specific: true,
  94. }
  95. -
  96. +*/
  97. android_app_import {
  98. name: "EuiccGoogleOverlay",
  99. owner: "google",
  100. --- vendor/google/shiba/shiba-vendor.mk.orig 2025-01-26 13:45:51.298301581 +1100
  101. +++ vendor/google/shiba/shiba-vendor.mk 2025-01-26 13:52:07.021054791 +1100
  102. @@ -534,7 +534,6 @@
  103. OemRilHookService \
  104. PersistentBackgroundCameraServices \
  105. CarrierSetup \
  106. - ConnectivityThermalPowerManager \
  107. EuiccGoogleOverlay \
  108. EuiccSupportPixel-P23 \
  109. EuiccSupportPixelPermissions \
  110. --- vendor/google/sunfish/Android.bp.orig 2025-01-26 18:40:49.778526544 +1100
  111. +++ vendor/google/sunfish/Android.bp 2025-01-26 18:41:51.834177922 +1100
  112. @@ -823,7 +823,7 @@
  113. privileged: true,
  114. system_ext_specific: true,
  115. }
  116. -
  117. +/*
  118. android_app_import {
  119. name: "HbmSVManager",
  120. owner: "google",
  121. @@ -835,7 +835,7 @@
  122. privileged: true,
  123. system_ext_specific: true,
  124. }
  125. -
  126. +*/
  127. android_app_import {
  128. name: "MyVerizonServices",
  129. owner: "google",
  130. --- vendor/google/sunfish/sunfish-vendor.mk.orig 2025-01-26 18:40:59.002475653 +1100
  131. +++ vendor/google/sunfish/sunfish-vendor.mk 2025-01-26 18:41:26.722320730 +1100
  132. @@ -97,7 +97,6 @@
  133. EuiccGoogleOverlay \
  134. EuiccSupportPixel \
  135. EuiccSupportPixelPermissions \
  136. - HbmSVManager \
  137. MyVerizonServices \
  138. OBDM_Permissions \
  139. RilConfigService \
  140. --- vendor/google/panther/Android.bp.orig 2025-01-26 13:45:44.782311874 +1100
  141. +++ vendor/google/panther/Android.bp 2025-01-26 13:52:07.021054791 +1100
  142. @@ -477,7 +477,7 @@
  143. privileged: true,
  144. system_ext_specific: true,
  145. }
  146. -
  147. +/*
  148. android_app_import {
  149. name: "ConnectivityThermalPowerManager",
  150. owner: "google",
  151. @@ -489,7 +489,7 @@
  152. privileged: true,
  153. system_ext_specific: true,
  154. }
  155. -
  156. +*/
  157. android_app_import {
  158. name: "EuiccGoogleOverlay",
  159. owner: "google",
  160. @@ -527,7 +527,7 @@
  161. privileged: true,
  162. system_ext_specific: true,
  163. }
  164. -
  165. +/*
  166. android_app_import {
  167. name: "HbmSVManager",
  168. owner: "google",
  169. @@ -539,7 +539,7 @@
  170. privileged: true,
  171. system_ext_specific: true,
  172. }
  173. -
  174. +*/
  175. android_app_import {
  176. name: "MyVerizonServices",
  177. owner: "google",
  178. --- vendor/google/panther/panther-vendor.mk.orig 2025-01-26 13:45:44.786311868 +1100
  179. +++ vendor/google/panther/panther-vendor.mk 2025-01-26 13:52:07.021054791 +1100
  180. @@ -535,11 +535,9 @@
  181. OemRilHookService \
  182. PersistentBackgroundCameraServices \
  183. CarrierSetup \
  184. - ConnectivityThermalPowerManager \
  185. EuiccGoogleOverlay \
  186. EuiccSupportPixel \
  187. EuiccSupportPixelPermissions \
  188. - HbmSVManager \
  189. MyVerizonServices \
  190. OemRilService \
  191. PixelIwlan \
  192. --- device/google/sunfish/lineage_sunfish.mk.orig 2025-01-26 18:36:32.543784783 +1100
  193. +++ device/google/sunfish/lineage_sunfish.mk 2025-01-26 18:40:01.446787544 +1100
  194. @@ -12,6 +12,9 @@
  195.  
  196. include device/google/sunfish/device-lineage.mk
  197.  
  198. +# GAPPS
  199. +include vendor/gapps/arm64/arm64-vendor.mk
  200. +
  201. # Device identifier. This must come after all inclusions
  202. PRODUCT_BRAND := google
  203. PRODUCT_MODEL := Pixel 4a
  204. --- device/google/sunfish/BoardConfigLineage.mk.orig 2025-01-30 09:00:56.498393579 +1100
  205. +++ device/google/sunfish/BoardConfigLineage.mk 2025-01-30 09:01:12.422545874 +1100
  206. @@ -29,7 +29,7 @@
  207. BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
  208.  
  209. # Reserve space for gapps install
  210. --include vendor/lineage/config/BoardConfigReservedSize.mk
  211. +#-include vendor/lineage/config/BoardConfigReservedSize.mk
  212.  
  213. # SELinux
  214. BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy-lineage/dynamic
  215.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement