5 Commits
bka-bak ... bq2

Author SHA1 Message Date
d85714642e raphael: Fix neverallows 2026-01-14 23:03:31 +09:00
0xCAFEBABE
8dd5a00d49 raphael: Update some soong config variables to bool type 2026-01-14 22:35:12 +09:00
cfc07f08aa Revert "raphael: Allow to access bootable/deprecated-ota targets"
This reverts commit f0e395a0c8.
2026-01-14 22:17:33 +09:00
Michael Bestas
1717220379 raphael: Patch some blobs to depend on libtinyxml2-v34.so
libtinyxml2 10.1.0 update which landed in BP4A contains ABI
incompatible changes which cause runtime crashes.

Change-Id: Icc67da5f754b0bb30dce6192b1e520fdf1349ac5
2026-01-14 19:34:29 +09:00
ozturkmutlu65
5dc858be80 raphael: Add com.android.bluetooth context to seapp_contexts 2026-01-14 19:34:29 +09:00
5 changed files with 17 additions and 9 deletions

View File

@@ -6,7 +6,6 @@
soong_namespace {
imports: [
"bootable/deprecated-ota",
"hardware/google/interfaces",
"hardware/google/pixel",
"hardware/xiaomi",

View File

@@ -42,7 +42,6 @@ PRODUCT_ENFORCE_RRO_TARGETS := *
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) \
bootable/deprecated-ota \
hardware/google/interfaces \
hardware/google/pixel \
hardware/qcom-caf/common/libqti-perfd-client \
@@ -145,7 +144,7 @@ PRODUCT_PACKAGES += \
libhfp \
tinymix
$(call soong_config_set,android_hardware_audio,skip_speaker_layout_channel_mask_field,true)
$(call soong_config_set_bool,android_hardware_audio,skip_speaker_layout_channel_mask_field,true)
# Audio configs
PRODUCT_COPY_FILES += \
@@ -186,7 +185,7 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.camera.postproc@1.0.vendor \
vendor.xiaomi.hardware.motor@1.0.vendor
$(call soong_config_set,camera,override_format_from_reserved,true)
$(call soong_config_set_bool,camera,override_format_from_reserved,true)
$(call soong_config_set,camera,package_name,com.android.camera)
$(call soong_config_set,libcameraservice,ext_lib,libcameraservice_extension.raphael)
@@ -233,7 +232,7 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.display.mapperextensions@1.1.vendor
$(call soong_config_set,qtidisplay,gralloc_handle_has_reserved_size,true)
$(call soong_config_set,qtimedia,disabled_ubwc,true)
$(call soong_config_set_bool,qtimedia,disabled_ubwc,true)
PRODUCT_PACKAGES += \
disable_configstore
@@ -364,7 +363,7 @@ PRODUCT_PACKAGES += \
$(call soong_config_set,lineage_health,charging_control_charging_disabled,1)
$(call soong_config_set,lineage_health,charging_control_charging_enabled,0)
$(call soong_config_set,lineage_health,charging_control_charging_path,/sys/class/power_supply/battery/input_suspend)
$(call soong_config_set,lineage_health,charging_control_supports_bypass,false)
$(call soong_config_set_bool,lineage_health,charging_control_supports_bypass,false)
# Logging
SPAMMY_LOG_TAGS := \

View File

@@ -81,6 +81,17 @@ blob_fixups: blob_fixups_user_type = {
'vendor/lib/libaudioroute_ext.so',
): blob_fixup()
.replace_needed('libaudioroute.so', 'libaudioroute-v34.so'),
(
'vendor/lib/android.hardware.camera.provider@2.4-external.so',
'vendor/lib64/android.hardware.camera.provider@2.4-external.so',
'vendor/lib/camera.device@3.4-external-impl.so',
'vendor/lib64/camera.device@3.4-external-impl.so',
'vendor/lib/camera.device@3.5-external-impl.so',
'vendor/lib64/camera.device@3.5-external-impl.so',
'vendor/lib/camera.device@3.6-external-impl.so',
'vendor/lib64/camera.device@3.6-external-impl.so',
): blob_fixup()
.replace_needed('libtinyxml2.so', 'libtinyxml2-v34.so'),
} # fmt: skip
module = ExtractUtilsModule(

View File

@@ -1 +1,3 @@
user=system seinfo=platform name=org.lineageos.settings domain=xiaomiparts_app type=system_app_data_file
user=bluetooth seinfo=default name=com.android.bluetooth domain=bluetooth type=bluetooth_data_file levelFrom=all isPrivApp=true

View File

@@ -1,3 +0,0 @@
hal_client_domain(hal_graphics_composer_default, hal_power)
binder_call(hal_graphics_composer_default, hal_power_service);
binder_call(hal_graphics_composer_default, hal_power_default);