Advertisement
aperio

EvoX Android 14 patches/roomservice

Aug 26th, 2024 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.21 KB | None | 0 0
  1. @@@<?xml version="1.0" encoding="UTF-8"?>
  2. @@@ <manifest>
  3. @@@ <project clone-depth="1" path="device/google/pantah" remote="evo-devices" name="device_google_pantah" revision="udc" />
  4. @@@ <project clone-depth="1" path="device/google/gs201" remote="evo-devices" name="device_google_gs201" revision="udc" />
  5. @@@ <project clone-depth="1" path="device/google/gs101" remote="evo-devices" name="device_google_gs101" revision="udc" />
  6. @@@ <project clone-depth="1" path="device/google/gs-common" remote="evo-devices" name="device_google_gs-common" revision="udc" />
  7. @@@ <project clone-depth="1" path="packages/apps/PixelParts" remote="evo-devices" name="packages_apps_PixelParts" revision="udc" />
  8. @@@ <project clone-depth="1" path="device/google/pantah-kernel" remote="aosp-pantah" name="device/google/pantah-kernel" />
  9. @@@ <project clone-depth="1" path="device/google/sunfish" remote="github" name="LineageOS/android_device_google_sunfish" revision="lineage-21" />
  10. @@@ <!--<project clone-depth="1" path="device/google/sunfish" remote="evo-devices" name="device_google_sunfish" revision="udc" />-->
  11. @@@ <project clone-depth="1" path="vendor/google/sunfish" remote="github" name="TheMuppets/proprietary_vendor_google_sunfish" revision="lineage-21" />
  12. @@@ <project clone-depth="1" path="vendor/google/panther" remote="github" name="TheMuppets/proprietary_vendor_google_panther" revision="lineage-21" />
  13. @@@ <project clone-depth="1" path="kernel/google/msm-4.14" remote="github" name="LineageOS/android_kernel_google_msm-4.14" revision="lineage-21" />
  14. @@@ <project clone-depth="1" path="device/google/panther" remote="evo-devices" name="device_google_panther" />
  15. @@@ <remove-project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
  16. @@@ <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" />
  17. @@@ <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" />
  18. @@@</manifest>
  19.  
  20. --- build/soong/ui/build/path.go.orig 2024-08-26 18:03:11.728610963 +1000
  21. +++ build/soong/ui/build/path.go 2024-08-13 19:50:21.546671506 +1000
  22. @@ -192,10 +192,10 @@
  23. // Validate usage against disallowed or missing PATH tools.
  24. config := paths.GetConfig(log.Basename)
  25. if config.Error {
  26. - ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
  27. - for _, line := range procPrints {
  28. - ctx.Println(line)
  29. - }
  30. + // ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
  31. + // for _, line := range procPrints {
  32. + // ctx.Println(line)
  33. + // }
  34. } else {
  35. ctx.Verbosef("Unknown PATH tool %q used: %#v", log.Basename, log.Args)
  36. for _, line := range procPrints {
  37. --- build/soong/java/config/config.go.orig 2024-08-26 18:04:24.196785331 +1000
  38. +++ build/soong/java/config/config.go 2024-08-13 19:50:21.546671506 +1000
  39. @@ -79,7 +79,7 @@
  40. func init() {
  41. pctx.Import("github.com/google/blueprint/bootstrap")
  42.  
  43. - exportedVars.ExportStringStaticVariable("JavacHeapSize", "4096M")
  44. + exportedVars.ExportStringStaticVariable("JavacHeapSize", "5120M")
  45. exportedVars.ExportStringStaticVariable("JavacHeapFlags", "-J-Xmx${JavacHeapSize}")
  46.  
  47. // ErrorProne can use significantly more memory than javac alone, give it a higher heap
  48. --- vendor/google/panther/Android.bp.orig 2024-08-13 20:18:10.565821572 +1000
  49. +++ vendor/google/panther/Android.bp 2024-08-25 20:46:06.810729403 +1000
  50. @@ -93,7 +93,7 @@
  51. privileged: true,
  52. product_specific: true,
  53. }
  54. -
  55. +/*
  56. android_app_import {
  57. name: "DeviceIntelligenceNetworkPrebuilt-v.U.14.playstore",
  58. owner: "google",
  59. @@ -119,7 +119,7 @@
  60. privileged: true,
  61. product_specific: true,
  62. }
  63. -
  64. +*/
  65. android_app_import {
  66. name: "DiagMon",
  67. owner: "google",
  68. @@ -257,7 +257,7 @@
  69. privileged: true,
  70. system_ext_specific: true,
  71. }
  72. -
  73. +/*
  74. android_app_import {
  75. name: "ConnectivityThermalPowerManager",
  76. owner: "google",
  77. @@ -269,7 +269,7 @@
  78. privileged: true,
  79. system_ext_specific: true,
  80. }
  81. -
  82. +*/
  83. android_app_import {
  84. name: "EuiccGoogleOverlay",
  85. owner: "google",
  86. @@ -308,6 +308,7 @@
  87. system_ext_specific: true,
  88. }
  89.  
  90. +/*
  91. android_app_import {
  92. name: "HbmSVManager",
  93. owner: "google",
  94. @@ -319,6 +320,7 @@
  95. privileged: true,
  96. system_ext_specific: true,
  97. }
  98. +*/
  99.  
  100. android_app_import {
  101. name: "LLKAgent",
  102. --- device/google/pantah/lineage_panther.mk.orig 2024-08-30 22:35:55.286224007 +1000
  103. +++ device/google/pantah/lineage_panther.mk 2024-08-30 22:36:51.897346305 +1000
  104. @@ -21,6 +21,8 @@
  105. PRODUCT_MODEL := Pixel 7
  106. PRODUCT_NAME := lineage_panther
  107.  
  108. +TARGET_USES_PICO_GAPPS := true
  109. +
  110. # Boot animation
  111. TARGET_SCREEN_HEIGHT := 2400
  112. TARGET_SCREEN_WIDTH := 1080
  113. --- device/google/sunfish/device-lineage.mk.orig 2024-08-30 09:47:06.519527622 +1000
  114. +++ device/google/sunfish/device-lineage.mk 2024-08-30 09:47:26.218362763 +1000
  115. @@ -35,8 +35,8 @@
  116. PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true
  117.  
  118. # HBM
  119. -PRODUCT_PACKAGES += \
  120. - HbmSVManagerOverlay
  121. +#PRODUCT_PACKAGES += \
  122. +# HbmSVManagerOverlay
  123.  
  124. # Lineage Health
  125. include hardware/google/pixel/lineage_health/device.mk
  126. --- device/google/sunfish/lineage_sunfish.mk.orig 2024-08-30 09:47:38.281682528 +1000
  127. +++ device/google/sunfish/lineage_sunfish.mk 2024-08-30 09:49:33.836224127 +1000
  128. @@ -21,6 +21,9 @@
  129. TARGET_SCREEN_HEIGHT := 2340
  130. TARGET_SCREEN_WIDTH := 1080
  131.  
  132. +# Gapps
  133. +TARGET_USES_PICO_GAPPS := true
  134. +
  135. PRODUCT_BUILD_PROP_OVERRIDES += \
  136. TARGET_PRODUCT=sunfish \
  137. PRIVATE_BUILD_DESC="sunfish-user 13 TQ3A.230805.001.S1 10786265 release-keys"
  138. --- device/google/gs101/device.mk.orig 2024-08-13 20:18:08.069732135 +1000
  139. +++ device/google/gs101/device.mk 2024-08-13 20:23:14.636658206 +1000
  140. @@ -1036,8 +1036,8 @@
  141. PRODUCT_PACKAGES += edgetpu-abrolhos.fw
  142.  
  143. # Connectivity Thermal Power Manager
  144. -PRODUCT_PACKAGES += \
  145. - ConnectivityThermalPowerManager
  146. +#PRODUCT_PACKAGES += \
  147. +# ConnectivityThermalPowerManager
  148.  
  149. # A/B support
  150. PRODUCT_PACKAGES += \
  151. --- device/google/gs201/device.mk.orig 2024-08-13 20:18:08.089732851 +1000
  152. +++ device/google/gs201/device.mk 2024-08-13 20:23:14.636658206 +1000
  153. @@ -1085,8 +1085,8 @@
  154. PRODUCT_PACKAGES += edgetpu-janeiro.fw
  155.  
  156. # Connectivity Thermal Power Manager
  157. -PRODUCT_PACKAGES += \
  158. - ConnectivityThermalPowerManager
  159. +#PRODUCT_PACKAGES += \
  160. +# ConnectivityThermalPowerManager
  161.  
  162. # A/B support
  163. PRODUCT_PACKAGES += \
  164. --- vendor/lineage/config/aosp_audio.mk.orig 2024-08-16 19:27:31.994752292 +1000
  165. +++ vendor/lineage/config/aosp_audio.mk 2024-08-16 19:28:22.273792073 +1000
  166. @@ -30,7 +30,9 @@
  167. vendor/lineage/prebuilt/common/media/audio/alarms/Neon-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Neon-old.ogg \
  168. vendor/lineage/prebuilt/common/media/audio/alarms/Osmium-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Osmium-old.ogg \
  169. vendor/lineage/prebuilt/common/media/audio/alarms/Oxygen-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Oxygen-old.ogg \
  170. - vendor/lineage/prebuilt/common/media/audio/alarms/Platinum-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Platinum-old.ogg
  171. + vendor/lineage/prebuilt/common/media/audio/alarms/Platinum-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Platinum-old.ogg \
  172. + vendor/lineage/prebuilt/common/media/audio/notifications/CyanMessage.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/notifications/CyanMessage.ogg \
  173. + vendor/lineage/prebuilt/common/media/audio/ringtones/Defined.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/ringtones/Defined.ogg
  174.  
  175. PRODUCT_COPY_FILES += \
  176. $(LOCAL_PATH)/F1_New_SMS.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/notifications/F1_New_SMS.ogg \
  177. --- vendor/lineage/config/telephony.mk.orig 2024-08-16 19:30:09.371771540 +1000
  178. +++ vendor/lineage/config/telephony.mk 2024-08-16 19:30:57.742868610 +1000
  179. @@ -19,10 +19,10 @@
  180. # Default ringtone
  181. ifeq ($(WITH_GMS),true)
  182. PRODUCT_PRODUCT_PROPERTIES += \
  183. - ro.config.ringtone=Your_new_adventure.ogg
  184. + ro.config.ringtone=Defined.ogg
  185. else
  186. PRODUCT_PRODUCT_PROPERTIES += \
  187. - ro.config.ringtone=Orion.ogg
  188. + ro.config.ringtone=Defined.ogg
  189. endif
  190.  
  191. # Tethering - allow without requiring a provisioning app
  192. --- vendor/lineage/config/common_mobile.mk.orig 2024-08-16 19:29:09.476897631 +1000
  193. +++ vendor/lineage/config/common_mobile.mk 2024-08-22 19:30:45.900796725 +1000
  194. @@ -11,12 +11,12 @@
  195. # Default notification/alarm sounds
  196. ifeq ($(WITH_GMS),true)
  197. PRODUCT_PRODUCT_PROPERTIES += \
  198. - ro.config.notification_sound=Eureka.ogg \
  199. - ro.config.alarm_alert=Fresh_start.ogg
  200. + ro.config.notification_sound=CyanMessage.ogg \
  201. + ro.config.alarm_alert=CyanAlarm.ogg
  202. else
  203. PRODUCT_PRODUCT_PROPERTIES += \
  204. - ro.config.notification_sound=Argon.ogg \
  205. - ro.config.alarm_alert=Hassium.ogg
  206. + ro.config.notification_sound=CyanMessage.ogg \
  207. + ro.config.alarm_alert=CyanAlarm.ogg
  208. endif
  209.  
  210. # Apps
  211. --- vendor/gms/gms_pico.mk.orig 2024-08-30 19:28:16.110285748 +1000
  212. +++ vendor/gms/gms_pico.mk 2024-08-30 23:31:41.129463930 +1000
  213. @@ -21,20 +21,13 @@
  214.  
  215. # product/app
  216. PRODUCT_PACKAGES += \
  217. - CalculatorGooglePrebuilt_85005407 \
  218. - Chrome \
  219. Chrome-Stub \
  220. - GeminiPrebuilt \
  221. - GoogleContacts \
  222. GoogleTTS \
  223. - LatinIMEGooglePrebuilt \
  224. LocationHistoryPrebuilt \
  225. MarkupGoogle_v2 \
  226. PixelThemesStub \
  227. PixelThemesStub2022_and_newer \
  228. PlayAutoInstallConfig \
  229. - PrebuiltDeskClockGoogle_76003530 \
  230. - PrebuiltBugle \
  231. SoundPickerPrebuilt \
  232. TrichromeLibrary \
  233. TrichromeLibrary-Stub \
  234. @@ -51,19 +44,13 @@
  235. CreativeAssistant \
  236. DeviceIntelligenceNetworkPrebuilt-U.21_playstore_astrea_20240222.00_RC01 \
  237. DevicePersonalizationPrebuiltPixel2024-U.21_P24_aiai_20240327.00_RC01 \
  238. - GoogleDialer \
  239. GoogleOneTimeInitializer \
  240. GoogleRestorePrebuilt-v509024 \
  241. - KidsSupervisionStub \
  242. - MaestroPrebuilt \
  243. - OdadPrebuilt \
  244. PartnerSetupPrebuilt \
  245. Phonesky \
  246. - SafetyHubPrebuilt \
  247. SettingsIntelligenceGooglePrebuilt \
  248. SetupWizardPrebuilt \
  249. TurboPrebuilt \
  250. - UvExposureReporter \
  251. WellbeingPrebuilt
  252.  
  253. # system/app
  254. @@ -78,7 +65,6 @@
  255.  
  256. # system_ext/app
  257. PRODUCT_PACKAGES += \
  258. - EmergencyInfoGoogleNoUi \
  259. Flipendo
  260.  
  261. # system_ext/priv-app
  262. --- build/make/core/envsetup.mk.orig 2024-08-26 17:58:07.403871062 +1000
  263. +++ build/make/core/envsetup.mk 2024-08-13 19:50:21.546671506 +1000
  264. @@ -168,7 +168,7 @@
  265. # We can only create static host binaries for Linux, so if static host
  266. # binaries are requested, turn off Windows cross-builds.
  267. ifeq ($(BUILD_HOST_static),)
  268. - HOST_CROSS_OS := windows
  269. + HOST_CROSS_OS :=
  270. HOST_CROSS_ARCH := x86
  271. HOST_CROSS_2ND_ARCH := x86_64
  272. 2ND_HOST_CROSS_IS_64_BIT := true
  273. --- build/make/core/clear_vars.mk.orig 2024-08-26 18:00:03.508158116 +1000
  274. +++ build/make/core/clear_vars.mk 2024-08-13 19:50:21.546671506 +1000
  275. @@ -31,7 +31,7 @@
  276. LOCAL_CHECK_SAME_VNDK_VARIANTS:=
  277. LOCAL_CHECKED_MODULE:=
  278. LOCAL_C_INCLUDES:=
  279. -LOCAL_CLANG:=
  280. +LOCAL_CLANG:=true
  281. LOCAL_CLANG_ASFLAGS:=
  282. LOCAL_CLANG_CFLAGS:=
  283. LOCAL_CLANG_CONLYFLAGS:=
  284.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement