Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @@@<?xml version="1.0" encoding="UTF-8"?>
- @@@<manifest>
- @@@ <remote fetch="https://gitlab.com/" name="gitlab" />
- @@@ <project clone-depth="1" path="device/google/shusky-kernels/6.1" name="device/google/shusky-kernels/6.1" remote="aosp-shusky" revision="refs/tags/android-15.0.0_r20" />
- @@@ <project clone-depth="1" path="device/google/pantah-kernels/6.1" name="device/google/pantah-kernels/6.1" remote="aosp-pantah" revision="refs/tags/android-15.0.0_r20" />
- @@@ <project clone-depth="1" path="device/google/lynx-kernels/6.1" name="device/google/lynx-kernels/6.1" remote="aosp-lynx" revision="refs/tags/android-15.0.0_r20" />
- @@@ <project clone-depth="1" path="device/google/shusky" name="LineageOS/android_device_google_shusky" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="device/google/zuma" name="LineageOS/android_device_google_zuma" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="device/google/pantah" name="LineageOS/android_device_google_pantah" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="device/google/caimito" name="LineageOS/android_device_google_caimito" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="device/google/zumapro" name="LineageOS/android_device_google_zumapro" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="device/google/gs201" name="LineageOS/android_device_google_gs201" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="device/google/gs101" name="LineageOS/android_device_google_gs101" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="device/google/gs-common" name="LineageOS/android_device_google_gs-common" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="vendor/google/panther" name="TheMuppets/proprietary_vendor_google_panther" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="vendor/google/cheetah" name="TheMuppets/proprietary_vendor_google_cheetah" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="vendor/google/shiba" name="TheMuppets/proprietary_vendor_google_shiba" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="device/google/sunfish" name="LineageOS/android_device_google_sunfish" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="kernel/google/msm-4.14" name="LineageOS/android_kernel_google_msm-4.14" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="vendor/google/sunfish" name="TheMuppets/proprietary_vendor_google_sunfish" remote="github" revision="lineage-22.2" />
- @@@ <project clone-depth="1" path="vendor/gapps" name="MindTheGapps/vendor_gapps" remote="gitlab" revision="vic" />
- @@@ <project path="device/google/panther" remote="github" name="LineageOS/android_device_google_panther" />
- @@@ <remove-project path="prebuilts/bazel/darwin-x86_64" name="platform/prebuilts/bazel/darwin-x86_64" groups="darwin,pdk" clone-depth="1" remote="aosp" />
- @@@ <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" />
- @@@ <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" />
- @@@</manifest>
- @@@
- @@@ Copy custom ringtone as Orion.ogg / notification as Argon.ogg
- @@@
- --- build/soong/ui/build/path.go.orig 2024-06-23 19:32:55.676477635 +1000
- +++ build/soong/ui/build/path.go 2024-06-23 20:24:01.990227130 +1000
- @@ -200,10 +200,10 @@
- // Validate usage against disallowed or missing PATH tools.
- config := paths.GetConfig(log.Basename)
- if config.Error {
- - ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
- - for _, line := range procPrints {
- - ctx.Println(line)
- - }
- + // ctx.Printf("Disallowed PATH tool %q used: %#v", log.Basename, log.Args)
- + // for _, line := range procPrints {
- + // ctx.Println(line)
- + // }
- } else {
- ctx.Verbosef("Unknown PATH tool %q used: %#v", log.Basename, log.Args)
- for _, line := range procPrints {
- --- build/soong/java/config/config.go.orig 2024-06-23 19:32:55.664477725 +1000
- +++ build/soong/java/config/config.go 2024-06-23 20:24:01.994227077 +1000
- @@ -80,7 +80,7 @@
- func init() {
- pctx.Import("github.com/google/blueprint/bootstrap")
- - pctx.StaticVariable("JavacHeapSize", "4096M")
- + pctx.StaticVariable("JavacHeapSize", "5120M")
- pctx.StaticVariable("JavacHeapFlags", "-J-Xmx${JavacHeapSize}")
- // ErrorProne can use significantly more memory than javac alone, give it a higher heap
- --- build/make/core/envsetup.mk.orig 2024-06-24 18:28:35.909772787 +1000
- +++ build/make/core/envsetup.mk 2024-06-24 18:29:01.552593603 +1000
- @@ -149,7 +149,7 @@
- # We can only create static host binaries for Linux, so if static host
- # binaries are requested, turn off Windows cross-builds.
- ifeq ($(BUILD_HOST_static),)
- - HOST_CROSS_OS := windows
- + HOST_CROSS_OS :=
- HOST_CROSS_ARCH := x86
- HOST_CROSS_2ND_ARCH := x86_64
- 2ND_HOST_CROSS_IS_64_BIT := true
- --- build/make/core/clear_vars.mk.orig 2024-06-23 19:32:55.524478784 +1000
- +++ build/make/core/clear_vars.mk 2024-06-23 20:24:01.994227077 +1000
- @@ -31,7 +31,7 @@
- LOCAL_CHECK_SAME_VNDK_VARIANTS:=
- LOCAL_CHECKED_MODULE:=
- LOCAL_C_INCLUDES:=
- -LOCAL_CLANG:=
- +LOCAL_CLANG:=true
- LOCAL_CLANG_ASFLAGS:=
- LOCAL_CLANG_CFLAGS:=
- LOCAL_CLANG_CONLYFLAGS:=
- --- vendor/google/shiba/Android.bp.orig 2025-01-26 13:45:44.794311855 +1100
- +++ vendor/google/shiba/Android.bp 2025-01-26 13:52:07.021054791 +1100
- @@ -541,7 +541,7 @@
- privileged: true,
- system_ext_specific: true,
- }
- -
- +/*
- android_app_import {
- name: "ConnectivityThermalPowerManager",
- owner: "google",
- @@ -553,7 +553,7 @@
- privileged: true,
- system_ext_specific: true,
- }
- -
- +*/
- android_app_import {
- name: "EuiccGoogleOverlay",
- owner: "google",
- --- vendor/google/shiba/shiba-vendor.mk.orig 2025-01-26 13:45:51.298301581 +1100
- +++ vendor/google/shiba/shiba-vendor.mk 2025-01-26 13:52:07.021054791 +1100
- @@ -534,7 +534,6 @@
- OemRilHookService \
- PersistentBackgroundCameraServices \
- CarrierSetup \
- - ConnectivityThermalPowerManager \
- EuiccGoogleOverlay \
- EuiccSupportPixel-P23 \
- EuiccSupportPixelPermissions \
- --- vendor/google/sunfish/Android.bp.orig 2025-01-26 18:40:49.778526544 +1100
- +++ vendor/google/sunfish/Android.bp 2025-01-26 18:41:51.834177922 +1100
- @@ -823,7 +823,7 @@
- privileged: true,
- system_ext_specific: true,
- }
- -
- +/*
- android_app_import {
- name: "HbmSVManager",
- owner: "google",
- @@ -835,7 +835,7 @@
- privileged: true,
- system_ext_specific: true,
- }
- -
- +*/
- android_app_import {
- name: "MyVerizonServices",
- owner: "google",
- --- vendor/google/sunfish/sunfish-vendor.mk.orig 2025-01-26 18:40:59.002475653 +1100
- +++ vendor/google/sunfish/sunfish-vendor.mk 2025-01-26 18:41:26.722320730 +1100
- @@ -97,7 +97,6 @@
- EuiccGoogleOverlay \
- EuiccSupportPixel \
- EuiccSupportPixelPermissions \
- - HbmSVManager \
- MyVerizonServices \
- OBDM_Permissions \
- RilConfigService \
- --- vendor/google/panther/Android.bp.orig 2025-01-26 13:45:44.782311874 +1100
- +++ vendor/google/panther/Android.bp 2025-01-26 13:52:07.021054791 +1100
- @@ -477,7 +477,7 @@
- privileged: true,
- system_ext_specific: true,
- }
- -
- +/*
- android_app_import {
- name: "ConnectivityThermalPowerManager",
- owner: "google",
- @@ -489,7 +489,7 @@
- privileged: true,
- system_ext_specific: true,
- }
- -
- +*/
- android_app_import {
- name: "EuiccGoogleOverlay",
- owner: "google",
- @@ -527,7 +527,7 @@
- privileged: true,
- system_ext_specific: true,
- }
- -
- +/*
- android_app_import {
- name: "HbmSVManager",
- owner: "google",
- @@ -539,7 +539,7 @@
- privileged: true,
- system_ext_specific: true,
- }
- -
- +*/
- android_app_import {
- name: "MyVerizonServices",
- owner: "google",
- --- vendor/google/panther/panther-vendor.mk.orig 2025-01-26 13:45:44.786311868 +1100
- +++ vendor/google/panther/panther-vendor.mk 2025-01-26 13:52:07.021054791 +1100
- @@ -535,11 +535,9 @@
- OemRilHookService \
- PersistentBackgroundCameraServices \
- CarrierSetup \
- - ConnectivityThermalPowerManager \
- EuiccGoogleOverlay \
- EuiccSupportPixel \
- EuiccSupportPixelPermissions \
- - HbmSVManager \
- MyVerizonServices \
- OemRilService \
- PixelIwlan \
- --- device/google/sunfish/lineage_sunfish.mk.orig 2025-01-26 18:36:32.543784783 +1100
- +++ device/google/sunfish/lineage_sunfish.mk 2025-01-26 18:40:01.446787544 +1100
- @@ -12,6 +12,9 @@
- include device/google/sunfish/device-lineage.mk
- +# GAPPS
- +include vendor/gapps/arm64/arm64-vendor.mk
- +
- # Device identifier. This must come after all inclusions
- PRODUCT_BRAND := google
- PRODUCT_MODEL := Pixel 4a
- --- device/google/sunfish/BoardConfigLineage.mk.orig 2025-01-30 09:00:56.498393579 +1100
- +++ device/google/sunfish/BoardConfigLineage.mk 2025-01-30 09:01:12.422545874 +1100
- @@ -29,7 +29,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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement