6 Commits
bq1 ... 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
be9e132d08 raphael: Switch miuicamera repo to gitea 2026-01-14 19:34:29 +09:00
10 changed files with 23 additions and 15 deletions

View File

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

View File

@@ -81,6 +81,8 @@ BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_SEPARATED_DTBO := true
BOARD_RAMDISK_USE_LZ4 := true
TARGET_KERNEL_CLANG_PATH := $(shell pwd)/prebuilts/clang/host/linux-x86/clang-r522817
TARGET_KERNEL_CLANG_VERSION := r522817
TARGET_KERNEL_SOURCE := kernel/xiaomi/raphael
TARGET_KERNEL_CONFIG := raphael_defconfig
@@ -135,7 +137,6 @@ TARGET_BOARD_PLATFORM := msmnile
# Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop

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 \
@@ -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

View File

@@ -16,8 +16,8 @@
"target_path": "packages/apps/ViPER4AndroidFX"
},
{
"repository": "EvoX/vendor_xiaomi_miuicamera",
"repository": "vendor_xiaomi_miuicamera",
"target_path": "vendor/xiaomi/miuicamera",
"remote": "gitlab"
"remote": "evo-gitea"
}
]

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

@@ -31,7 +31,7 @@
android:persistent="true"
android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true"
android:theme="@style/Theme.SubSettingsBase.Expressive">
android:theme="@style/Theme.SubSettingsBase">
<receiver android:name=".BootCompletedReceiver"
android:exported="false">

View File

@@ -21,13 +21,12 @@ import android.provider.Settings;
import androidx.preference.Preference;
import androidx.preference.Preference.OnPreferenceChangeListener;
import androidx.preference.PreferenceFragmentCompat;
import androidx.preference.SwitchPreferenceCompat;
import com.android.settingslib.widget.SettingsBasePreferenceFragment;
import org.lineageos.settings.R;
public class PopupCameraSettingsFragment extends SettingsBasePreferenceFragment implements
public class PopupCameraSettingsFragment extends PreferenceFragmentCompat implements
OnPreferenceChangeListener {
private SwitchPreferenceCompat mAlwaysCameraSwitch;

View File

@@ -26,15 +26,14 @@ import android.os.Looper;
import android.util.Log;
import androidx.preference.Preference;
import androidx.preference.PreferenceFragmentCompat;
import androidx.preference.SwitchPreferenceCompat;
import com.android.settingslib.widget.SettingsBasePreferenceFragment;
import org.lineageos.settings.R;
import java.io.IOException;
public class ClearSpeakerFragment extends SettingsBasePreferenceFragment implements
public class ClearSpeakerFragment extends PreferenceFragmentCompat implements
Preference.OnPreferenceChangeListener {
private static final String TAG = "ClearSpeakerFragment";

View File

@@ -1,2 +0,0 @@
# eBPF
ro.bpf.kver_override=5.4.299

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