6 Commits
bka ... vic

Author SHA1 Message Date
15e475ab29 veux: Include MiuiCamera 2025-09-13 15:51:06 +02:00
thepriyanshujangid
a83d87ca03 veux: hidl: add missing FCM entries
The following HALs in device manifest are not declared in FCM <= level 6:
  android.hardware.ir.IConsumerIr/default (@1)
  android.hardware.light.ILights/default (@2)
  android.hardware.usb.gadget.IUsbGadget/default (@1)
  vendor.lineage.health.IChargingControl/default (@2)
  vendor.lineage.health.IFastCharge/default (@2)
2025-08-21 23:26:05 +02:00
¨raystef66¨
448b620182 veux: update FCM on IChargingControl and IFastCharge
vendor.lineage.health.IChargingControl/default (@2)
vendor.lineage.health.IFastCharge/default (@2)
2025-08-21 23:15:58 +02:00
Cassie
3f9b05e50d veux: overlay: Use the new auto network selection UI
Change-Id: I76698911103601d5f3ad67e1099790af8c2fdc18
2025-08-12 15:04:06 +02:00
kailua
346ab9a6af veux: update-sha1sums: chmod +x 2025-07-28 16:28:07 +02:00
LuK1337
2977f8037f veux: Migrate to py extract utils
Signed-off-by: Onelots <onelots@onelots.fr>
Co-authored-by: LuK1337 <priv.luk@gmail.com>
Co-authored-by: Skyblueborb <tomaszborbely0710@gmail.com>
2025-07-28 03:46:23 +02:00
11 changed files with 7 additions and 86 deletions

View File

@@ -36,11 +36,6 @@ TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a55
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a55
# ART
WITH_DEXPREOPT := true
DEX_PREOPT_DEFAULT := generate-vdex-and-image
WITH_DEXPREOPT_DEBUG_INFO := false
# Audio
AUDIO_FEATURE_ENABLED_DLKM := true
AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT := true
@@ -85,9 +80,6 @@ ODM_MANIFEST_SKUS += \
ODM_MANIFEST_SN100_FILES := \
$(DEVICE_PATH)/configs/vintf/manifest_ese.xml
# HWUI
HWUI_COMPILE_FOR_PERF := true
# Kernel
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_IMAGE_NAME := Image
@@ -112,7 +104,6 @@ BOARD_KERNEL_CMDLINE := \
service_locator.enable=1 \
androidboot.usbcontroller=4e00000.dwc3 \
swiotlb=0 \
kpti=off \
loop.max_part=7 \
cgroup.memory=nokmem,nosocket \
iptable_raw.raw_before_defrag=1 \

View File

@@ -23,14 +23,6 @@ ro.config.dha_th_rate=2.3
ro.config.sdha_apps_bg_max=64
ro.config.sdha_apps_bg_min=8
# RIL Powersaving
persist.radio.add_power_save=1
pm.sleep_mode=1
ro.ril.disable.power.collapse=0
ro.ril.fast.dormancy.rule=1
ro.ril.fast.dormancy.timeout=3
ro.mot.eri.losalert.delay=1000
# IMS Debugging
persist.vendor.ims.disableADBLogs=1
persist.vendor.ims.disableDebugLogs=1

View File

@@ -181,10 +181,7 @@ ro.frp.pst=/dev/block/bootdevice/by-name/frp
# Graphics
debug.sf.auto_latch_unsignaled=0
debug.sf.disable_backpressure=1
debug.sf.disable_client_composition_cache=0
debug.sf.enable_adpf_cpu_hint=true
debug.sf.enable_advanced_sf_phase_offset=1
debug.sf.enable_gl_backpressure=0
debug.sf.enable_transaction_tracing=false
debug.sf.high_fps_early_gl_phase_offset_ns=-4000000
debug.sf.high_fps_early_phase_offset_ns=-4000000
@@ -249,10 +246,6 @@ ro.telephony.default_network=33,33
persist.cust.tel.eons=1
ro.telephony.block_binder_thread_on_incoming_calls=false
# ScrollOptimizer
persist.sys.perf.scroll_opt=true
persist.sys.perf.scroll_opt.heavy_app=1
# Sensors
persist.vendor.sensors.enable.bypass_worker=true
persist.vendor.sensors.enable.mag_filter=true

View File

@@ -56,13 +56,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" optional="true">
<name>android.hardware.graphics.allocator</name>
<interface>
<name>IAllocator</name>
<instance>default</instance>
</interface>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.boot</name>
<version>1</version>

View File

@@ -46,36 +46,6 @@
<transport>hwbinder</transport>
<fqname>@1.1::IRadioConfig/default</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.radio.data</name>
<fqname>IRadioData/slot1</fqname>
<fqname>IRadioData/slot2</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.radio.messaging</name>
<fqname>IRadioMessaging/slot1</fqname>
<fqname>IRadioMessaging/slot2</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.radio.modem</name>
<fqname>IRadioModem/slot1</fqname>
<fqname>IRadioModem/slot2</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.radio.network</name>
<fqname>IRadioNetwork/slot1</fqname>
<fqname>IRadioNetwork/slot2</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.radio.sim</name>
<fqname>IRadioSim/slot1</fqname>
<fqname>IRadioSim/slot2</fqname>
</hal>
<hal format="aidl">
<name>android.hardware.radio.voice</name>
<fqname>IRadioVoice/slot1</fqname>
<fqname>IRadioVoice/slot2</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport>

View File

@@ -41,7 +41,6 @@ ART_BUILD_TARGET_NDEBUG := true
ART_BUILD_TARGET_DEBUG := false
ART_BUILD_HOST_NDEBUG := true
ART_BUILD_HOST_DEBUG := false
PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile
# Audio
PRODUCT_PACKAGES += \
@@ -88,12 +87,6 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/$(AUDIO_SKU_DIR)/bluetooth_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/$(AUDIO_SKU_DIR)/r_submix_audio_policy_configuration.xml
$(call soong_config_set,android_hardware_audio,skip_speaker_layout_channel_mask_field,true)
# Audio service timeout
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
audio.service.client_wait_ms=10000
# Bluetooth
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.1.vendor \
@@ -463,7 +456,6 @@ PRODUCT_PACKAGES += \
librmnetctl
PRODUCT_PACKAGES += \
android.hardware.radio-service.compat \
android.hardware.radio@1.5.vendor \
android.hardware.radio.config@1.2.vendor \
android.hardware.radio.deprecated@1.0.vendor \

View File

@@ -3,7 +3,7 @@
"repository": "Xiaomi-Development/device_xiaomi_camera",
"target_path": "device/xiaomi/camera",
"remote": "github-non-los",
"branch": "aosp-16"
"branch": "aosp-15"
},
{
"repository": "hardware_xiaomi",
@@ -21,6 +21,6 @@
"repository": "xiaomi-development/vendor_xiaomi_camera",
"target_path": "vendor/xiaomi/camera",
"remote": "gitlab",
"branch": "aosp-16"
"branch": "aosp-15"
}
]

View File

@@ -37,8 +37,5 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
BuildFingerprint=Redmi/veux_global/veux:13/TKQ1.221114.001/V816.0.12.0.TKCMIXM:user/release-keys \
DeviceProduct=$(PRODUCT_DEVICE)
# TEMP
TARGET_DEVICE := veux
# Camera
include device/xiaomi/camera/miuicamera.mk

View File

@@ -458,14 +458,4 @@
<!-- Whether the new Auto Selection Network UI should be shown -->
<bool name="config_enableNewAutoSelectNetworkUI">true</bool>
<!-- Flag indicating whether the surfaceflinger has limited
alpha compositing functionality in hardware. If set, the window
manager will disable alpha trasformation in animations where not
strictly needed. -->
<bool name="config_sf_limitedAlpha">true</bool>
<!-- Whether WM DisplayContent supports high performance transitions
(lower-end devices may want to disable) -->
<bool name="config_deviceSupportsHighPerfTransitions">false</bool>
</resources>

View File

@@ -47,6 +47,6 @@
<bool name="config_show_regulatory_info">true</bool>
<!-- Android version screen, build maintainer -->
<string name="build_maintainer_summary" translatable="false">Onelots</string>
<string name="build_maintainer_donate_url" translatable="false">https://www.paypal.com/paypalme/0nelots</string>
<string name="build_maintainer_summary" translatable="false">PrathamK07 (Rex)</string>
<string name="build_maintainer_donate_url" translatable="false">https://paypal.me/PrathamKalra</string>
</resources>

View File

@@ -10,5 +10,8 @@ vendor_internal_prop(vendor_thermal_normal_prop)
# IMEI
vendor_internal_prop(vendor_deviceid_prop);
# NFC
vendor_internal_prop(vendor_nfc_prop)
# Serial number
vendor_internal_prop(vendor_sno_prop);