Advertisement
aperio

Lineage 21 (Android 14) Pix7/4A Y240912.patch

Sep 12th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.92 KB | None | 0 0
  1. @@@<?xml version="1.0" encoding="UTF-8"?>
  2. @@@<manifest>
  3. @@@ <remote name="bitbucket"
  4. @@@ fetch="https://bitbucket.org/projectmatrixx"
  5. @@@ sync-c="true"
  6. @@@ sync-j="4"
  7. @@@ revision="refs/heads/14.0" />
  8. @@@ <remote fetch="https://gitlab.com/" name="gitlab" />
  9. @@@
  10. @@@ <!-- Pix7 -->
  11. @@@ <project clone-depth="1" path="device/google/panther" remote="github" name="LineageOS/android_device_google_panther" revision="lineage-21" />
  12. @@@ <project clone-depth="1" path="device/google/pantah" remote="github" name="LineageOS/android_device_google_pantah" revision="lineage-21" />
  13. @@@ <project clone-depth="1" path="device/google/gs201" remote="github" name="LineageOS/android_device_google_gs201" revision="lineage-21" />
  14. @@@ <project clone-depth="1" path="device/google/pantah-kernel" remote="aosp-pantah" name="device/google/pantah-kernel" />
  15. @@@ <project clone-depth="1" path="device/google/gs101" remote="github" name="LineageOS/android_device_google_gs101" revision="lineage-21" />
  16. @@@ <project clone-depth="1" path="device/google/gs-common" remote="github" name="LineageOS/android_device_google_gs-common" revision="lineage-21" />
  17. @@@ <project clone-depth="1" path="vendor/google/panther" remote="github" name="TheMuppets/proprietary_vendor_google_panther" revision="lineage-21" />
  18. @@@ <!--<project clone-depth="1" name="Matrixx-Devices/vendor_google_panther" path="vendor/google/panther" remote="github" revision="14.0" />-->
  19. @@@
  20. @@@ <!-- Gapps -->
  21. @@@ <!--<project clone-depth="1" name="DhineshCool/evx-gms" path="vendor/gms" remote="gitlab" revision="udc" />-->
  22. @@@ <project clone-depth="1" name="MindTheGapps/vendor_gapps" path="vendor/gapps" remote="gitlab" revision="upsilon" />
  23. @@@ <!--<project clone-depth="1" path="vendor/gapps" name="android_vendor_gapps" remote="bitbucket" />-->
  24. @@@ <!--<project clone-depth="1" name="BlissLabs/BlissRoms/platform_vendor_gapps" path="vendor/gapps" remote="gitlab" revision="universe" />-->
  25. @@@
  26. @@@ <!-- Pix4a -->
  27. @@@ <project clone-depth="1" name="LineageOS/android_device_google_sunfish" path="device/google/sunfish" remote="github" revision="lineage-21" />
  28. @@@ <project clone-depth="1" name="LineageOS/android_kernel_google_msm-4.14" path="kernel/google/msm-4.14" remote="github" revision="lineage-21" />
  29. @@@ <project clone-depth="1" name="TheMuppets/proprietary_vendor_google_sunfish" path="vendor/google/sunfish" remote="github" revision="lineage-21" />
  30. @@@
  31. @@@ <!-- Remove Darwin stuff -->
  32. @@@ <remove-project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
  33. @@@ <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" />
  34. @@@ <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" />
  35. @@@
  36. @@@</manifest>
  37. --- build/soong/ui/build/path.go.orig 2024-06-23 19:32:55.676477635 +1000
  38. +++ build/soong/ui/build/path.go 2024-06-23 20:24:01.990227130 +1000
  39. @@ -192,10 +192,10 @@
  40. // Validate usage against disallowed or missing PATH tools.
  41. config := paths.GetConfig(log.Basename)
  42. if config.Error {
  43. - ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
  44. - for _, line := range procPrints {
  45. - ctx.Println(line)
  46. - }
  47. + // ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
  48. + // for _, line := range procPrints {
  49. + // ctx.Println(line)
  50. + // }
  51. } else {
  52. ctx.Verbosef("Unknown PATH tool %q used: %#v", log.Basename, log.Args)
  53. for _, line := range procPrints {
  54. --- build/soong/java/config/config.go.orig 2024-06-23 19:32:55.664477725 +1000
  55. +++ build/soong/java/config/config.go 2024-06-23 20:24:01.994227077 +1000
  56. @@ -79,7 +79,7 @@
  57. func init() {
  58. pctx.Import("github.com/google/blueprint/bootstrap")
  59.  
  60. - exportedVars.ExportStringStaticVariable("JavacHeapSize", "4096M")
  61. + exportedVars.ExportStringStaticVariable("JavacHeapSize", "5120M")
  62. exportedVars.ExportStringStaticVariable("JavacHeapFlags", "-J-Xmx${JavacHeapSize}")
  63.  
  64. // ErrorProne can use significantly more memory than javac alone, give it a higher heap
  65. --- vendor/google/sunfish/Android.bp.orig 2024-09-02 15:24:39.820715556 +1000
  66. +++ vendor/google/sunfish/Android.bp 2024-09-02 15:25:05.238504559 +1000
  67. @@ -399,7 +399,7 @@
  68. privileged: true,
  69. system_ext_specific: true,
  70. }
  71. -
  72. +/*
  73. android_app_import {
  74. name: "HbmSVManager",
  75. owner: "google",
  76. @@ -411,7 +411,7 @@
  77. privileged: true,
  78. system_ext_specific: true,
  79. }
  80. -
  81. +*/
  82. android_app_import {
  83. name: "MyVerizonServices",
  84. owner: "google",
  85. --- vendor/google/panther/Android.bp.orig 2024-09-12 18:34:40.032951018 +1000
  86. +++ vendor/google/panther/Android.bp 2024-09-12 19:02:47.465486296 +1000
  87. @@ -130,7 +130,7 @@
  88. prefer: true,
  89. system_ext_specific: true,
  90. }
  91. -
  92. +/*
  93. cc_prebuilt_library_shared {
  94. name: "libhbmsvmanager_jni",
  95. owner: "google",
  96. @@ -147,7 +147,7 @@
  97. prefer: true,
  98. system_ext_specific: true,
  99. }
  100. -
  101. +*/
  102. android_app_import {
  103. name: "VZWAPNLib",
  104. owner: "google",
  105. @@ -398,7 +398,7 @@
  106. privileged: true,
  107. system_ext_specific: true,
  108. }
  109. -
  110. +/*
  111. android_app_import {
  112. name: "ConnectivityThermalPowerManager",
  113. owner: "google",
  114. @@ -410,7 +410,7 @@
  115. privileged: true,
  116. system_ext_specific: true,
  117. }
  118. -
  119. +*/
  120. android_app_import {
  121. name: "EuiccGoogleOverlay",
  122. owner: "google",
  123. @@ -448,7 +448,7 @@
  124. privileged: true,
  125. system_ext_specific: true,
  126. }
  127. -
  128. +/*
  129. android_app_import {
  130. name: "HbmSVManager",
  131. owner: "google",
  132. @@ -460,7 +460,7 @@
  133. privileged: true,
  134. system_ext_specific: true,
  135. }
  136. -
  137. +*/
  138. android_app_import {
  139. name: "MyVerizonServices",
  140. owner: "google",
  141. @@ -660,14 +660,14 @@
  142. installed_location: "priv-app/DMService/lib/arm64/libdmjavaplugin.so",
  143. symlink_target: "/product/lib64/libdmjavaplugin.so",
  144. }
  145. -
  146. +/*
  147. install_symlink {
  148. name: "libhbmsvmanager_jni_libhbmsvmanager_jni_symlink64",
  149. system_ext_specific: true,
  150. installed_location: "priv-app/HbmSVManager/lib/arm64/libhbmsvmanager_jni.so",
  151. symlink_target: "/system_ext/lib64/libhbmsvmanager_jni.so",
  152. }
  153. -
  154. +*/
  155. cc_prebuilt_library_shared {
  156. name: "aoc_aud_ext",
  157. owner: "google",
  158. --- vendor/lineage/config/aosp_audio.mk.orig 2024-08-16 17:11:05.865527059 +1000
  159. +++ vendor/lineage/config/aosp_audio.mk 2024-08-16 17:12:23.774969404 +1000
  160. @@ -30,7 +30,9 @@
  161. vendor/lineage/prebuilt/common/media/audio/alarms/Neon-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Neon-old.ogg \
  162. vendor/lineage/prebuilt/common/media/audio/alarms/Osmium-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Osmium-old.ogg \
  163. vendor/lineage/prebuilt/common/media/audio/alarms/Oxygen-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Oxygen-old.ogg \
  164. - vendor/lineage/prebuilt/common/media/audio/alarms/Platinum-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Platinum-old.ogg
  165. + vendor/lineage/prebuilt/common/media/audio/alarms/Platinum-old.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/alarms/Platinum-old.ogg \
  166. + vendor/lineage/prebuilt/common/media/audio/notifications/CyanMessage.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/notifications/CyanMessage.ogg \
  167. + vendor/lineage/prebuilt/common/media/audio/ringtones/Defined.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/ringtones/Defined.ogg
  168.  
  169. PRODUCT_COPY_FILES += \
  170. $(LOCAL_PATH)/F1_New_SMS.ogg:$(TARGET_COPY_OUT_PRODUCT)/media/audio/notifications/F1_New_SMS.ogg \
  171. --- vendor/lineage/config/telephony.mk.orig 2024-08-16 17:11:05.865527059 +1000
  172. +++ vendor/lineage/config/telephony.mk 2024-08-16 17:12:23.774969404 +1000
  173. @@ -18,7 +18,7 @@
  174.  
  175. # Default ringtone
  176. PRODUCT_PRODUCT_PROPERTIES += \
  177. - ro.config.ringtone=Orion.ogg
  178. + ro.config.ringtone=Defined.ogg
  179.  
  180. # Tethering - allow without requiring a provisioning app
  181. # (for devices that check this)
  182. --- vendor/lineage/config/common_mobile.mk.orig 2024-08-16 17:11:05.865527059 +1000
  183. +++ vendor/lineage/config/common_mobile.mk 2024-08-16 17:12:23.774969404 +1000
  184. @@ -10,7 +10,7 @@
  185.  
  186. # Default notification/alarm sounds
  187. PRODUCT_PRODUCT_PROPERTIES += \
  188. - ro.config.notification_sound=Argon.ogg \
  189. + ro.config.notification_sound=CyanMessage.ogg \
  190. ro.config.alarm_alert=Hassium.ogg
  191.  
  192. # Apps
  193. --- build/make/core/envsetup.mk.orig 2024-06-24 18:28:35.909772787 +1000
  194. +++ build/make/core/envsetup.mk 2024-06-24 18:29:01.552593603 +1000
  195. @@ -168,7 +168,7 @@
  196. # We can only create static host binaries for Linux, so if static host
  197. # binaries are requested, turn off Windows cross-builds.
  198. ifeq ($(BUILD_HOST_static),)
  199. - HOST_CROSS_OS := windows
  200. + HOST_CROSS_OS :=
  201. HOST_CROSS_ARCH := x86
  202. HOST_CROSS_2ND_ARCH := x86_64
  203. 2ND_HOST_CROSS_IS_64_BIT := true
  204. --- build/make/core/clear_vars.mk.orig 2024-06-23 19:32:55.524478784 +1000
  205. +++ build/make/core/clear_vars.mk 2024-06-23 20:24:01.994227077 +1000
  206. @@ -31,7 +31,7 @@
  207. LOCAL_CHECK_SAME_VNDK_VARIANTS:=
  208. LOCAL_CHECKED_MODULE:=
  209. LOCAL_C_INCLUDES:=
  210. -LOCAL_CLANG:=
  211. +LOCAL_CLANG:=true
  212. LOCAL_CLANG_ASFLAGS:=
  213. LOCAL_CLANG_CFLAGS:=
  214. LOCAL_CLANG_CONLYFLAGS:=
  215. --- device/google/pantah/lineage_panther.mk.orig 2024-09-02 12:12:33.490558731 +1000
  216. +++ device/google/pantah/lineage_panther.mk 2024-09-02 12:18:35.525559828 +1000
  217. @@ -14,6 +14,9 @@
  218.  
  219. include device/google/pantah/panther/device-lineage.mk
  220.  
  221. +# GAPPS
  222. +$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
  223. +
  224. # Device identifier. This must come after all inclusions
  225. PRODUCT_BRAND := google
  226. PRODUCT_MODEL := Pixel 7
  227. --- vendor/google/panther/panther-vendor.mk.orig 2024-09-12 18:54:21.751207258 +1000
  228. +++ vendor/google/panther/panther-vendor.mk 2024-09-12 18:57:33.130354384 +1000
  229. @@ -76,7 +76,7 @@
  230. libmediaadaptor \
  231. com.google.edgetpu_app_service-V3-ndk \
  232. com.google.edgetpu_vendor_service-V2-ndk \
  233. - libhbmsvmanager_jni \
  234. + #libhbmsvmanager_jni \
  235. VZWAPNLib \
  236. AppDirectedSMSService \
  237. CarrierSettings_signed_45.0.591154042 \
  238. @@ -97,11 +97,11 @@
  239. WfcActivation \
  240. OemRilHookService \
  241. CarrierSetup \
  242. - ConnectivityThermalPowerManager \
  243. + #ConnectivityThermalPowerManager \
  244. EuiccGoogleOverlay \
  245. EuiccSupportPixel \
  246. EuiccSupportPixelPermissions \
  247. - HbmSVManager \
  248. + #HbmSVManager \
  249. MyVerizonServices \
  250. OemRilService \
  251. PixelQualifiedNetworksService \
  252. @@ -123,9 +123,9 @@
  253. PRODUCT_PACKAGES += \
  254. libdmengine_libdmengine_symlink32 \
  255. libdmjavaplugin_libdmjavaplugin_symlink32 \
  256. + #libhbmsvmanager_jni_libhbmsvmanager_jni_symlink64
  257. libdmengine_libdmengine_symlink64 \
  258. - libdmjavaplugin_libdmjavaplugin_symlink64 \
  259. - libhbmsvmanager_jni_libhbmsvmanager_jni_symlink64
  260. + libdmjavaplugin_libdmjavaplugin_symlink64
  261. PRODUCT_COPY_FILES += \
  262. vendor/google/panther/proprietary/product/etc/CarrierSettings/1and1_de.pb:$(TARGET_COPY_OUT_PRODUCT)/etc/CarrierSettings/1and1_de.pb \
  263. vendor/google/panther/proprietary/product/etc/CarrierSettings/2degrees_nz.pb:$(TARGET_COPY_OUT_PRODUCT)/etc/CarrierSettings/2degrees_nz.pb \
  264. --- device/google/sunfish/lineage_sunfish.mk.orig 2024-06-23 19:33:06.592394501 +1000
  265. +++ device/google/sunfish/lineage_sunfish.mk 2024-09-02 15:23:50.262373907 +1000
  266. @@ -12,6 +12,9 @@
  267.  
  268. include device/google/sunfish/device-lineage.mk
  269.  
  270. +# GAPPS
  271. +$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
  272. +
  273. # Device identifier. This must come after all inclusions
  274. PRODUCT_BRAND := google
  275. PRODUCT_MODEL := Pixel 4a
  276. --- vendor/google/sunfish/sunfish-vendor.mk.orig 2024-09-02 15:25:13.165465419 +1000
  277. +++ vendor/google/sunfish/sunfish-vendor.mk 2024-09-02 15:25:26.804275451 +1000
  278. @@ -101,7 +101,6 @@
  279. EuiccGoogleOverlay \
  280. EuiccSupportPixel \
  281. EuiccSupportPixelPermissions \
  282. - HbmSVManager \
  283. MyVerizonServices \
  284. OBDM_Permissions \
  285. RilConfigService \
  286.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement