Advertisement
aperio

InfinityX Pixel 7 patches

Sep 16th, 2024
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. --- build/soong/ui/build/path.go.orig 2024-09-15 20:57:55.985734167 +1000
  2. +++ build/soong/ui/build/path.go 2024-09-16 18:29:05.553706014 +1000
  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.orig 2024-09-15 20:57:55.973734624 +1000
  19. +++ build/soong/java/config/config.go 2024-09-16 18:29:05.553706014 +1000
  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. --- vendor/google/panther/Android.bp.orig 2024-09-16 18:07:12.899839344 +1000
  30. +++ vendor/google/panther/Android.bp 2024-09-16 18:07:29.695864139 +1000
  31. @@ -381,7 +381,7 @@
  32. privileged: true,
  33. system_ext_specific: true,
  34. }
  35. -
  36. +/*
  37. android_app_import {
  38. name: "ConnectivityThermalPowerManager",
  39. owner: "google",
  40. @@ -393,7 +393,7 @@
  41. privileged: true,
  42. system_ext_specific: true,
  43. }
  44. -
  45. +*/
  46. android_app_import {
  47. name: "EuiccGoogleOverlay",
  48. owner: "google",
  49. --- device/google/pantah/infinity_panther.mk.orig 2024-09-16 18:20:56.197019917 +1000
  50. +++ device/google/pantah/infinity_panther.mk 2024-09-16 18:21:21.345055319 +1000
  51. @@ -9,7 +9,7 @@
  52. $(call inherit-product, vendor/infinity/config/common_full_phone.mk)
  53.  
  54. # Infinity-X Flags
  55. -WITH_GMS := true
  56. +WITH_GAPPS := true
  57. INFINITY_BUILD_TYPE := OFFICIAL
  58. INFINITY_MAINTAINER := Pyrtle93
  59. TARGET_HAS_UDFPS := true
  60. --- vendor/google/panther/panther-vendor.mk.orig 2024-09-16 18:07:35.831873183 +1000
  61. +++ vendor/google/panther/panther-vendor.mk 2024-09-16 18:08:27.951949782 +1000
  62. @@ -96,7 +96,6 @@
  63. WfcActivation \
  64. OemRilHookService \
  65. CarrierSetup \
  66. - ConnectivityThermalPowerManager \
  67. EuiccGoogleOverlay \
  68. EuiccSupportPixel \
  69. EuiccSupportPixelPermissions \
  70. --- vendor/infinity/audio/audio.mk.orig 2024-09-16 18:01:43.183348612 +1000
  71. +++ vendor/infinity/audio/audio.mk 2024-09-16 18:02:51.211445764 +1000
  72. @@ -21,4 +21,6 @@
  73. PRODUCT_COPY_FILES += \
  74. $(LOCAL_PATH)/alarms/MorningAlarm.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/MorningAlarm.ogg \
  75. $(LOCAL_PATH)/notifications/Pikachu.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/notifications/Pikachu.ogg \
  76. - $(LOCAL_PATH)/ringtones/vibe.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/ringtones/vibe.ogg
  77. + $(LOCAL_PATH)/ringtones/vibe.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/ringtones/vibe.ogg \
  78. + $(LOCAL_PATH)/notifications/CyanMessage.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/notifications/CyanMessage \
  79. + $(LOCAL_PATH)/ringtones/Defined.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/ringtones/Defined.ogg
  80. --- vendor/infinity/config/common.mk.orig 2024-09-16 18:23:03.541198993 +1000
  81. +++ vendor/infinity/config/common.mk 2024-09-16 18:26:01.377448372 +1000
  82. @@ -319,9 +319,9 @@
  83.  
  84. # Sounds (default)
  85. PRODUCT_PROPERTY_OVERRIDES := \
  86. - ro.config.ringtone=vibe.ogg \
  87. - ro.config.notification_sound=Titan.ogg \
  88. - ro.config.alarm_alert=Oxygen.ogg
  89. + ro.config.ringtone=Defined.ogg \
  90. + ro.config.notification_sound=CyanMessage.ogg \
  91. + ro.config.alarm_alert=MorningAlarm.ogg
  92.  
  93. include vendor/infinity/config/pixel_props.mk
  94.  
  95. --- build/make/core/envsetup.mk.orig 2024-09-15 20:57:55.837739778 +1000
  96. +++ build/make/core/envsetup.mk 2024-09-16 18:29:05.557706019 +1000
  97. @@ -168,7 +168,7 @@
  98. # We can only create static host binaries for Linux, so if static host
  99. # binaries are requested, turn off Windows cross-builds.
  100. ifeq ($(BUILD_HOST_static),)
  101. - HOST_CROSS_OS := windows
  102. + HOST_CROSS_OS :=
  103. HOST_CROSS_ARCH := x86
  104. HOST_CROSS_2ND_ARCH := x86_64
  105. 2ND_HOST_CROSS_IS_64_BIT := true
  106. --- build/make/core/clear_vars.mk.orig 2024-09-15 20:57:55.833739930 +1000
  107. +++ build/make/core/clear_vars.mk 2024-09-16 18:29:05.557706019 +1000
  108. @@ -31,7 +31,7 @@
  109. LOCAL_CHECK_SAME_VNDK_VARIANTS:=
  110. LOCAL_CHECKED_MODULE:=
  111. LOCAL_C_INCLUDES:=
  112. -LOCAL_CLANG:=
  113. +LOCAL_CLANG:=true
  114. LOCAL_CLANG_ASFLAGS:=
  115. LOCAL_CLANG_CFLAGS:=
  116. LOCAL_CLANG_CONLYFLAGS:=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement