Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95c338d3bc | ||
|
|
ef4ddc0cb2 | ||
|
|
d38aace4d0 | ||
|
|
13a19c1029 | ||
|
|
d048baa9ec | ||
|
|
507447b08a | ||
|
|
e7cbcb09a5 | ||
|
|
77f0f993d4 | ||
|
|
12ff56d97f | ||
|
|
727be79238 | ||
|
|
bf58cb8c74 | ||
|
|
26dfbee92b |
@@ -97,7 +97,10 @@ BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
|
||||
BOARD_RAMDISK_USE_LZ4 := true
|
||||
TARGET_KERNEL_ADDITIONAL_FLAGS := BRAND_SHOW_FLAG=oneplus
|
||||
TARGET_KERNEL_SOURCE := kernel/oneplus/sm8250
|
||||
TARGET_KERNEL_CONFIG := vendor/kona-perf_defconfig vendor/oplus.config
|
||||
TARGET_KERNEL_CONFIG := vendor/kona-perf_defconfig vendor/debugfs.config vendor/oplus.config
|
||||
|
||||
# Media
|
||||
TARGET_USES_ION := true
|
||||
|
||||
# Platform
|
||||
BOARD_USES_QCOM_HARDWARE := true
|
||||
|
||||
@@ -205,9 +205,6 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
$(call soong_config_set,libinit,vendor_init_lib,//$(LOCAL_PATH):libinit_oplus)
|
||||
|
||||
# Kernel
|
||||
PRODUCT_ENABLE_UFFD_GC := true
|
||||
|
||||
# Lineage Health
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.health-service.default
|
||||
@@ -227,8 +224,6 @@ PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/media/media_codecs_performance_kona_vendor.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_kona.xml \
|
||||
$(LOCAL_PATH)/media/video_system_specs.json:$(TARGET_COPY_OUT_VENDOR)/etc/video_system_specs.json
|
||||
|
||||
$(call soong_config_set,stagefright,target_disable_thumbnail_block_model,true)
|
||||
|
||||
# NFC
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.nfc-service.nxp \
|
||||
@@ -335,10 +330,6 @@ PRODUCT_COPY_FILES += \
|
||||
|
||||
$(call inherit-product, hardware/oplus/oplus-fwk/oplus-fwk.mk)
|
||||
|
||||
# Thermal
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.thermal-service.qti
|
||||
|
||||
# Touch
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.touch-service.oplus
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<!-- True if camera app should be pinned via Pinner Service -->
|
||||
<bool name="config_pinnerCameraApp">true</bool>
|
||||
|
||||
<!-- Bytes that the PinnerService will pin for Home app -->
|
||||
<integer name="config_pinnerHomePinBytes">6291456</integer>
|
||||
<!-- True if home app should be pinned via Pinner Service -->
|
||||
<bool name="config_pinnerHomeApp">true</bool>
|
||||
|
||||
<!-- Indicate whether to allow the device to suspend when the screen is off
|
||||
due to the proximity sensor. This resource should only be set to true
|
||||
@@ -126,11 +126,4 @@
|
||||
and one pSIM) -->
|
||||
<integer name="config_num_physical_slots">2</integer>
|
||||
|
||||
<!-- Whether to enable fp unlock when screen turns off on udfps devices -->
|
||||
<bool name="config_screen_off_udfps_enabled">true</bool>
|
||||
|
||||
<!-- Default value for fp screen off unlock toggle, it only works for the devices that support
|
||||
fp screen off unlock-->
|
||||
<bool name="config_screen_off_udfps_default_on">false</bool>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
# Audio
|
||||
af.fast_track_multiplier=1
|
||||
|
||||
# eBPF
|
||||
ro.bpf.kver_override=5.10.239
|
||||
|
||||
# GMS
|
||||
ro.opa.device_model_id=ga-oplus-skill-os121-211011
|
||||
|
||||
|
||||
@@ -191,7 +191,6 @@ ro.surface_flinger.max_frame_buffer_acquired_buffers=3
|
||||
ro.surface_flinger.protected_contents=true
|
||||
ro.surface_flinger.set_idle_timer_ms=4000
|
||||
ro.surface_flinger.set_touch_timer_ms=4000
|
||||
ro.surface_flinger.supports_background_blur=1
|
||||
ro.surface_flinger.use_color_management=true
|
||||
ro.surface_flinger.use_content_detection_for_refresh_rate=true
|
||||
ro.surface_flinger.wcg_composition_dataspace=143261696
|
||||
|
||||
Reference in New Issue
Block a user