Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- device/google/sunfish/BoardConfigLineage.mk.bak 2024-02-12 12:33:16.949520486 +1100
- +++ device/google/sunfish/BoardConfigLineage.mk 2024-02-12 12:34:13.421280344 +1100
- @@ -30,7 +30,7 @@
- BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
- # Reserve space for gapps install
- --include vendor/lineage/config/BoardConfigReservedSize.mk
- +#-include vendor/lineage/config/BoardConfigReservedSize.mk
- # SELinux
- BOARD_SEPOLICY_DIRS += device/google/sunfish/sepolicy-lineage/dynamic
- --- device/google/sunfish/device-lineage.mk.bak 2024-02-12 12:33:26.541480828 +1100
- +++ device/google/sunfish/device-lineage.mk 2024-02-12 12:35:14.709003901 +1100
- @@ -29,8 +29,8 @@
- PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true
- # HBM
- -PRODUCT_PACKAGES += \
- - HbmSVManagerOverlay
- +#PRODUCT_PACKAGES += \
- +# HbmSVManagerOverlay
- # Lineage Health
- include hardware/google/pixel/lineage_health/device.mk
- --- device/google/sunfish/lineage_sunfish.mk.orig 2024-04-25 18:22:48.371421564 +1000
- +++ device/google/sunfish/lineage_sunfish.mk 2024-04-25 18:24:09.782474917 +1000
- @@ -28,3 +28,6 @@
- BUILD_FINGERPRINT := google/sunfish/sunfish:13/TQ3A.230805.001.S1/10786265:user/release-keys
- $(call inherit-product, vendor/google/sunfish/sunfish-vendor.mk)
- +# GAPPS
- +TARGET_GAPPS_ARCH=arm64
- +$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
- --- vendor/google/sunfish/sunfish-vendor.mk.bak 2024-02-17 13:38:02.009759200 +1100
- +++ vendor/google/sunfish/sunfish-vendor.mk 2024-02-17 13:38:37.253312644 +1100
- @@ -96,7 +96,7 @@
- EuiccGoogleOverlay \
- EuiccSupportPixel \
- EuiccSupportPixelPermissions \
- - HbmSVManager \
- + #HbmSVManager \
- MyVerizonServices \
- OBDM_Permissions \
- RilConfigService \
- --- vendor/google/sunfish/Android.bp.bak 2024-02-17 13:37:56.489829033 +1100
- +++ vendor/google/sunfish/Android.bp 2024-02-17 13:38:18.149554840 +1100
- @@ -383,6 +383,7 @@
- system_ext_specific: true,
- }
- +/*
- android_app_import {
- name: "HbmSVManager",
- owner: "google",
- @@ -394,6 +395,7 @@
- privileged: true,
- system_ext_specific: true,
- }
- +*/
- android_app_import {
- name: "MyVerizonServices",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement