Advertisement
aperio

MyLin21Crd14-240405.patch

Apr 24th, 2024 (edited)
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.20 KB | None | 0 0
  1. --- build/soong/ui/build/path.go.bak 2024-02-12 12:22:38.465162505 +1100
  2. +++ build/soong/ui/build/path.go 2024-02-12 12:23:40.589641459 +1100
  3. @@ -192,10 +192,10 @@
  4. // Validate usage against disallowed or missing PATH tools.
  5. config := paths.GetConfig(log.Basename)
  6. if config.Error {
  7. - ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
  8. - for _, line := range procPrints {
  9. - ctx.Println(line)
  10. - }
  11. + // ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
  12. + // for _, line := range procPrints {
  13. + // ctx.Println(line)
  14. + // }
  15. } else {
  16. ctx.Verbosef("Unknown PATH tool %q used: %#v", log.Basename, log.Args)
  17. for _, line := range procPrints {
  18. --- build/soong/java/config/config.go.bak 2024-02-12 12:27:01.082391772 +1100
  19. +++ build/soong/java/config/config.go 2024-02-12 12:27:56.610389903 +1100
  20. @@ -79,7 +79,7 @@
  21. func init() {
  22. pctx.Import("github.com/google/blueprint/bootstrap")
  23.  
  24. - exportedVars.ExportStringStaticVariable("JavacHeapSize", "4096M")
  25. + exportedVars.ExportStringStaticVariable("JavacHeapSize", "5120M")
  26. exportedVars.ExportStringStaticVariable("JavacHeapFlags", "-J-Xmx${JavacHeapSize}")
  27.  
  28. // ErrorProne can use significantly more memory than javac alone, give it a higher heap
  29. --- build/make/core/envsetup.mk.bak 2024-02-12 12:30:42.790073363 +1100
  30. +++ build/make/core/envsetup.mk 2024-02-12 12:31:26.069936855 +1100
  31. @@ -157,7 +157,7 @@
  32. # We can only create static host binaries for Linux, so if static host
  33. # binaries are requested, turn off Windows cross-builds.
  34. ifeq ($(BUILD_HOST_static),)
  35. - HOST_CROSS_OS := windows
  36. + HOST_CROSS_OS :=
  37. HOST_CROSS_ARCH := x86
  38. HOST_CROSS_2ND_ARCH := x86_64
  39. 2ND_HOST_CROSS_IS_64_BIT := true
  40. --- build/make/core/clear_vars.mk.bak 2024-02-12 12:30:54.030039609 +1100
  41. +++ build/make/core/clear_vars.mk 2024-02-12 12:31:47.925861726 +1100
  42. @@ -34,7 +34,7 @@
  43. LOCAL_CHECK_SAME_VNDK_VARIANTS:=
  44. LOCAL_CHECKED_MODULE:=
  45. LOCAL_C_INCLUDES:=
  46. -LOCAL_CLANG:=
  47. +LOCAL_CLANG:=true
  48. LOCAL_CLANG_ASFLAGS:=
  49. LOCAL_CLANG_CFLAGS:=
  50. LOCAL_CLANG_CONLYFLAGS:=
  51. --- vendor/lineage/config/aosp_audio.mk.bak 2024-02-12 12:47:38.743526966 +1100
  52. +++ vendor/lineage/config/aosp_audio.mk 2024-02-12 12:57:11.956129156 +1100
  53. @@ -30,7 +30,9 @@
  54. vendor/lineage/prebuilt/common/media/audio/alarms/Neon-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Neon-old.ogg \
  55. vendor/lineage/prebuilt/common/media/audio/alarms/Osmium-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Osmium-old.ogg \
  56. vendor/lineage/prebuilt/common/media/audio/alarms/Oxygen-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Oxygen-old.ogg \
  57. - vendor/lineage/prebuilt/common/media/audio/alarms/Platinum-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Platinum-old.ogg
  58. + vendor/lineage/prebuilt/common/media/audio/alarms/Platinum-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Platinum-old.ogg \
  59. + vendor/lineage/prebuilt/common/media/audio/notifications/CyanMessage.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/notifications/CyanMessage.ogg \
  60. + vendor/lineage/prebuilt/common/media/audio/ringtones/Defined.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/ringtones/Defined.ogg
  61.  
  62. PRODUCT_COPY_FILES += \
  63. $(LOCAL_PATH)/F1_New_SMS.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/notifications/F1_New_SMS.ogg \
  64. --- vendor/lineage/config/telephony.mk.bak 2024-02-12 12:47:57.983599836 +1100
  65. +++ vendor/lineage/config/telephony.mk 2024-02-12 12:51:51.260133881 +1100
  66. @@ -18,7 +18,7 @@
  67.  
  68. # Default ringtone
  69. PRODUCT_PRODUCT_PROPERTIES += \
  70. - ro.config.ringtone=Orion.ogg
  71. + ro.config.ringtone=Defined.ogg
  72.  
  73. # Tethering - allow without requiring a provisioning app
  74. # (for devices that check this)
  75. --- vendor/lineage/config/common_mobile.mk.orig 2024-04-25 14:57:24.408017143 +1000
  76. +++ vendor/lineage/config/common_mobile.mk 2024-04-25 14:57:57.579712912 +1000
  77. @@ -10,7 +10,7 @@
  78.  
  79. # Default notification/alarm sounds
  80. PRODUCT_PRODUCT_PROPERTIES += \
  81. - ro.config.notification_sound=Argon.ogg \
  82. + ro.config.notification_sound=CyanMessage.ogg \
  83. ro.config.alarm_alert=Hassium.ogg
  84.  
  85. # Apps
  86. --- device/google/sunfish/BoardConfigLineage.mk.bak 2024-02-12 12:33:16.949520486 +1100
  87. +++ device/google/sunfish/BoardConfigLineage.mk 2024-02-12 12:34:13.421280344 +1100
  88. @@ -30,7 +30,7 @@
  89. BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
  90.  
  91. # Reserve space for gapps install
  92. --include vendor/lineage/config/BoardConfigReservedSize.mk
  93. +#-include vendor/lineage/config/BoardConfigReservedSize.mk
  94.  
  95. # SELinux
  96. BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy-lineage/dynamic
  97. --- device/google/sunfish/device-lineage.mk.bak 2024-02-12 12:33:26.541480828 +1100
  98. +++ device/google/sunfish/device-lineage.mk 2024-02-12 12:35:14.709003901 +1100
  99. @@ -29,8 +29,8 @@
  100. PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true
  101.  
  102. # HBM
  103. -PRODUCT_PACKAGES += \
  104. - HbmSVManagerOverlay
  105. +#PRODUCT_PACKAGES += \
  106. +# HbmSVManagerOverlay
  107.  
  108. # Lineage Health
  109. include hardware/google/pixel/lineage_health/device.mk
  110. --- device/google/sunfish/lineage_sunfish.mk.orig 2024-04-25 18:22:48.371421564 +1000
  111. +++ device/google/sunfish/lineage_sunfish.mk 2024-04-25 18:24:09.782474917 +1000
  112. @@ -28,3 +28,6 @@
  113. BUILD_FINGERPRINT := google/sunfish/sunfish:13/TQ3A.230805.001.S1/10786265:user/release-keys
  114.  
  115. $(call inherit-product, vendor/google/sunfish/sunfish-vendor.mk)
  116. +# GAPPS
  117. +TARGET_GAPPS_ARCH=arm64
  118. +$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
  119. --- vendor/google/sunfish/sunfish-vendor.mk.bak 2024-02-17 13:38:02.009759200 +1100
  120. +++ vendor/google/sunfish/sunfish-vendor.mk 2024-02-17 13:38:37.253312644 +1100
  121. @@ -96,7 +96,7 @@
  122. EuiccGoogleOverlay \
  123. EuiccSupportPixel \
  124. EuiccSupportPixelPermissions \
  125. - HbmSVManager \
  126. + #HbmSVManager \
  127. MyVerizonServices \
  128. OBDM_Permissions \
  129. RilConfigService \
  130. --- vendor/google/sunfish/Android.bp.bak 2024-02-17 13:37:56.489829033 +1100
  131. +++ vendor/google/sunfish/Android.bp 2024-02-17 13:38:18.149554840 +1100
  132. @@ -383,6 +383,7 @@
  133. system_ext_specific: true,
  134. }
  135.  
  136. +/*
  137. android_app_import {
  138. name: "HbmSVManager",
  139. owner: "google",
  140. @@ -394,6 +395,7 @@
  141. privileged: true,
  142. system_ext_specific: true,
  143. }
  144. +*/
  145.  
  146. android_app_import {
  147. name: "MyVerizonServices",
  148. --- vendor/google/panther/panther-vendor.mk.bak 2024-02-17 13:47:40.290327551 +1100
  149. +++ vendor/google/panther/panther-vendor.mk 2024-02-17 13:48:31.525661807 +1100
  150. @@ -110,7 +110,7 @@
  151. EuiccGoogleOverlay \
  152. EuiccSupportPixel \
  153. EuiccSupportPixelPermissions \
  154. - HbmSVManager \
  155. + #HbmSVManager \
  156. LLKAgent \
  157. MyVerizonServices \
  158. OemRilService \
  159. --- vendor/google/panther/Android.bp.bak 2024-02-17 13:47:35.222393361 +1100
  160. +++ vendor/google/panther/Android.bp 2024-02-17 13:47:59.214081737 +1100
  161. @@ -293,6 +293,7 @@
  162. system_ext_specific: true,
  163. }
  164.  
  165. +/*
  166. android_app_import {
  167. name: "HbmSVManager",
  168. owner: "google",
  169. @@ -304,6 +305,7 @@
  170. privileged: true,
  171. system_ext_specific: true,
  172. }
  173. +*/
  174.  
  175. android_app_import {
  176. name: "LLKAgent",
  177. --- device/google/pantah/lineage_panther.mk.bak 2024-02-12 12:41:25.544793715 +1100
  178. +++ device/google/pantah/lineage_panther.mk 2024-02-12 12:41:56.385139677 +1100
  179. @@ -30,3 +30,6 @@
  180. BUILD_FINGERPRINT := google/panther/panther:14/UQ1A.240205.002/11224170:user/release-keys
  181.  
  182. $(call inherit-product, vendor/google/panther/panther-vendor.mk)
  183. +# GAPPS
  184. +$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
  185. +TARGET_GAPPS_ARCH=arm64
  186. --- vendor/google/panther/Android.bp.orig 2024-04-25 14:16:51.186138723 +1000
  187. +++ vendor/google/panther/Android.bp 2024-04-25 14:17:19.614041273 +1000
  188. @@ -257,7 +257,7 @@
  189. privileged: true,
  190. system_ext_specific: true,
  191. }
  192. -
  193. +/*
  194. android_app_import {
  195. name: "ConnectivityThermalPowerManager",
  196. owner: "google",
  197. @@ -269,7 +269,7 @@
  198. privileged: true,
  199. system_ext_specific: true,
  200. }
  201. -
  202. +*/
  203. android_app_import {
  204. name: "EuiccGoogleOverlay",
  205. owner: "google",
  206. --- device/google/gs101/device.mk.orig 2024-04-25 14:28:39.904546146 +1000
  207. +++ device/google/gs101/device.mk 2024-04-25 14:29:00.205425355 +1000
  208. @@ -1047,8 +1047,8 @@
  209. PRODUCT_PACKAGES += edgetpu-abrolhos.fw
  210.  
  211. # Connectivity Thermal Power Manager
  212. -PRODUCT_PACKAGES += \
  213. - ConnectivityThermalPowerManager
  214. +#PRODUCT_PACKAGES += \
  215. +# ConnectivityThermalPowerManager
  216.  
  217. # A/B support
  218. PRODUCT_PACKAGES += \
  219. --- device/google/gs201/device.mk.orig 2024-04-25 14:29:16.629694512 +1000
  220. +++ device/google/gs201/device.mk 2024-04-25 14:35:56.973186580 +1000
  221. @@ -1096,8 +1096,8 @@
  222. PRODUCT_PACKAGES += edgetpu-janeiro.fw
  223.  
  224. # Connectivity Thermal Power Manager
  225. -PRODUCT_PACKAGES += \
  226. - ConnectivityThermalPowerManager
  227. +#PRODUCT_PACKAGES += \
  228. +# ConnectivityThermalPowerManager
  229.  
  230. # A/B support
  231. PRODUCT_PACKAGES += \
  232. --- vendor/google/panther/panther-vendor.mk.orig 2024-04-25 14:30:33.083403985 +1000
  233. +++ vendor/google/panther/panther-vendor.mk 2024-04-25 14:31:00.715304584 +1000
  234. @@ -105,7 +105,7 @@
  235. WfcActivation \
  236. OemRilHookService \
  237. CarrierSetup \
  238. - ConnectivityThermalPowerManager \
  239. + #ConnectivityThermalPowerManager \
  240. EuiccGoogleOverlay \
  241. EuiccSupportPixel \
  242. EuiccSupportPixelPermissions \
  243.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement