Compare commits

6 Commits

Author SHA1 Message Date
df6b612418 Merge remote-tracking branch 'evo/bq1' into evolution 2025-12-06 20:39:24 +07:00
Yumi Yukimura
902d9b8b8c sm7125-common: Update some soong config variables to bool type 2025-12-06 14:38:29 +05:30
LuK1337
2ad26e321b sm7125-common: Remove vendor/lineage device framework matrix inclusion
See: I78da6340f38b93fdc4c3694cb8f431f387d16c0d
Change-Id: I0b9f527de50ca02082be9b92375559f4893b2688
2025-12-06 14:31:26 +05:30
Sourajit Karmakar
4b55992686 sm7125-common: Disable FRP
* This should really be disabled after unlocking the bootloader.

Change-Id: Icf5305cba66e9e613000a6ef53b32fa59760a7f2
2025-12-06 14:27:15 +05:30
theshaenix
9ee13c15a6 sm7125-common: Cleanup for QPR1
* dropped  Offending entries:
- android.frameworks.schedulerservice@1.0.vendor
- android.hardware.automotive.audiocontrol@1.0.vendor
- android.hardware.automotive.audiocontrol@2.0.vendor
- android.hardware.vibrator@1.0.vendor
- android.hardware.vibrator@1.1.vendor
- android.hardware.vibrator@1.2.vendor
- android.hardware.vibrator@1.3.vendor
- android.hardware.vr@1.0.vendor
2025-12-06 14:22:42 +05:30
theshaenix
895a9d4a5f sm7125: drop libprotobuf
- in new QRP1 this is being provided by the source , hence manual declaration creates conflicts
2025-12-06 14:14:04 +05:30
4 changed files with 1 additions and 18 deletions

View File

@@ -6,11 +6,6 @@ soong_namespace {
],
}
cc_library_shared {
name: "libprotobuf-cpp-lite-3.9.1",
shared_libs: ["libprotobuf-cpp-full-3.9.1-vendorcompat"],
vendor: true,
}
install_symlink {
name: "firmware_wlan_mac.bin_symlink",

View File

@@ -101,7 +101,6 @@ BOARD_HAVE_QCOM_FM := true
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \
hardware/qcom-caf/common/vendor_framework_compatibility_matrix_legacy.xml \
vendor/lineage/config/device_framework_matrix.xml \
$(COMMON_PATH)/framework_compatibility_matrix.xml
DEVICE_MANIFEST_FILE := \

View File

@@ -270,7 +270,7 @@ $(call inherit-product-if-exists, vendor/lawnchair/lawnchair.mk)
PRODUCT_PACKAGES += \
vendor.lineage.livedisplay-service.sdm
$(call soong_config_set,livedisplay_sdm,enable_dm,false)
$(call soong_config_set_bool,livedisplay_sdm,enable_dm,false)
# Media
PRODUCT_PACKAGES += \
@@ -533,7 +533,6 @@ PRODUCT_PACKAGES += \
android.frameworks.cameraservice.service@2.0.vendor \
android.frameworks.cameraservice.service@2.1.vendor \
android.frameworks.displayservice@1.0.vendor \
android.frameworks.schedulerservice@1.0.vendor \
android.frameworks.stats@1.0.vendor \
android.hardware.atrace@1.0.vendor \
android.frameworks.sensorservice@1.0.vendor \
@@ -549,8 +548,6 @@ PRODUCT_PACKAGES += \
android.hardware.audio@5.0.vendor \
android.hardware.audio@6.0.vendor \
android.hardware.authsecret@1.0.vendor \
android.hardware.automotive.audiocontrol@1.0.vendor \
android.hardware.automotive.audiocontrol@2.0.vendor \
android.hardware.automotive.can@1.0.vendor \
android.hardware.automotive.evs@1.0.vendor \
android.hardware.automotive.evs@1.1.vendor \
@@ -650,11 +647,6 @@ PRODUCT_PACKAGES += \
android.hardware.usb@1.0.vendor \
android.hardware.usb@1.1.vendor \
android.hardware.usb@1.2.vendor \
android.hardware.vibrator@1.0.vendor \
android.hardware.vibrator@1.1.vendor \
android.hardware.vibrator@1.2.vendor \
android.hardware.vibrator@1.3.vendor \
android.hardware.vr@1.0.vendor \
android.hardware.weaver@1.0.vendor \
android.hardware.wifi.hostapd@1.0.vendor \
android.hardware.wifi.hostapd@1.1.vendor \

View File

@@ -151,9 +151,6 @@ ro.qcom.adreno.qgl.ShaderStorageImageExtendedFormats=0
# FM
vendor.hw.fm.init=0
# FRP
ro.frp.pst=/dev/block/bootdevice/by-name/frp
#Graphics
debug.hwui.use_hint_manager=true
debug.hwui.target_cpu_time_percent=30