Advertisement
aperio

MyLin21Crd14-240405-Pix4AOnly.patch

May 19th, 2024
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. --- device/google/sunfish/BoardConfigLineage.mk.bak 2024-02-12 12:33:16.949520486 +1100
  2. +++ device/google/sunfish/BoardConfigLineage.mk 2024-02-12 12:34:13.421280344 +1100
  3. @@ -30,7 +30,7 @@
  4. BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
  5.  
  6. # Reserve space for gapps install
  7. --include vendor/lineage/config/BoardConfigReservedSize.mk
  8. +#-include vendor/lineage/config/BoardConfigReservedSize.mk
  9.  
  10. # SELinux
  11. BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy-lineage/dynamic
  12. --- device/google/sunfish/device-lineage.mk.bak 2024-02-12 12:33:26.541480828 +1100
  13. +++ device/google/sunfish/device-lineage.mk 2024-02-12 12:35:14.709003901 +1100
  14. @@ -29,8 +29,8 @@
  15. PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true
  16.  
  17. # HBM
  18. -PRODUCT_PACKAGES += \
  19. - HbmSVManagerOverlay
  20. +#PRODUCT_PACKAGES += \
  21. +# HbmSVManagerOverlay
  22.  
  23. # Lineage Health
  24. include hardware/google/pixel/lineage_health/device.mk
  25. --- device/google/sunfish/lineage_sunfish.mk.orig 2024-04-25 18:22:48.371421564 +1000
  26. +++ device/google/sunfish/lineage_sunfish.mk 2024-04-25 18:24:09.782474917 +1000
  27. @@ -28,3 +28,6 @@
  28. BUILD_FINGERPRINT := google/sunfish/sunfish:13/TQ3A.230805.001.S1/10786265:user/release-keys
  29.  
  30. $(call inherit-product, vendor/google/sunfish/sunfish-vendor.mk)
  31. +# GAPPS
  32. +TARGET_GAPPS_ARCH=arm64
  33. +$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
  34. --- vendor/google/sunfish/sunfish-vendor.mk.bak 2024-02-17 13:38:02.009759200 +1100
  35. +++ vendor/google/sunfish/sunfish-vendor.mk 2024-02-17 13:38:37.253312644 +1100
  36. @@ -96,7 +96,7 @@
  37. EuiccGoogleOverlay \
  38. EuiccSupportPixel \
  39. EuiccSupportPixelPermissions \
  40. - HbmSVManager \
  41. + #HbmSVManager \
  42. MyVerizonServices \
  43. OBDM_Permissions \
  44. RilConfigService \
  45. --- vendor/google/sunfish/Android.bp.bak 2024-02-17 13:37:56.489829033 +1100
  46. +++ vendor/google/sunfish/Android.bp 2024-02-17 13:38:18.149554840 +1100
  47. @@ -383,6 +383,7 @@
  48. system_ext_specific: true,
  49. }
  50.  
  51. +/*
  52. android_app_import {
  53. name: "HbmSVManager",
  54. owner: "google",
  55. @@ -394,6 +395,7 @@
  56. privileged: true,
  57. system_ext_specific: true,
  58. }
  59. +*/
  60.  
  61. android_app_import {
  62. name: "MyVerizonServices",
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement