kunlun2: Cleanup
- Remove unused build broken configs - Remove RevengeOS early hack to bypass long baseband name - Remove blur expensive prop, new power aidl doesn't support - Live wallpapers are built by default
This commit is contained in:
parent
4db1147a64
commit
b3e0af8270
4 changed files with 0 additions and 12 deletions
|
@ -20,10 +20,6 @@ TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a75
|
||||||
# Bootloader
|
# Bootloader
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := sdm710
|
TARGET_BOOTLOADER_BOARD_NAME := sdm710
|
||||||
TARGET_NO_BOOTLOADER := true
|
TARGET_NO_BOOTLOADER := true
|
||||||
BUILD_BROKEN_DUP_RULES := true
|
|
||||||
BUILD_BROKEN_USES_BUILD_COPY_HEADERS := true
|
|
||||||
BUILD_BROKEN_VINTF_PRODUCT_COPY_FILES := true
|
|
||||||
BUILD_BROKEN_PREBUILT_ELF_FILES := true
|
|
||||||
|
|
||||||
# Platform
|
# Platform
|
||||||
BOARD_USES_QCOM_HARDWARE := true
|
BOARD_USES_QCOM_HARDWARE := true
|
||||||
|
|
|
@ -155,7 +155,3 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
PRODUCT_BOOT_JARS += \
|
PRODUCT_BOOT_JARS += \
|
||||||
WfdCommon
|
WfdCommon
|
||||||
|
|
||||||
# Wallpapers
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
PixelLiveWallpaperPrebuilt
|
|
||||||
|
|
|
@ -472,9 +472,6 @@
|
||||||
The default is false. -->
|
The default is false. -->
|
||||||
<bool name="config_lidControlsSleep">true</bool>
|
<bool name="config_lidControlsSleep">true</bool>
|
||||||
|
|
||||||
<!-- Workaround to trim baseband version's string of some devices with duplicated baseband string -->
|
|
||||||
<bool name="config_trim_baseband_version_string">true</bool>
|
|
||||||
|
|
||||||
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
|
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
|
||||||
when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
|
when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
|
||||||
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
|
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Blurs
|
# Blurs
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.surface_flinger.supports_background_blur=1 \
|
ro.surface_flinger.supports_background_blur=1 \
|
||||||
ro.sf.blurs_are_expensive=1 \
|
|
||||||
persist.sys.sf.disable_blurs=1
|
persist.sys.sf.disable_blurs=1
|
||||||
|
|
||||||
# Charger
|
# Charger
|
||||||
|
|
Loading…
Reference in a new issue