Skip to content

Commit

Permalink
Merge changes Ic4a3f3d0,I0c0d2b1d into x
Browse files Browse the repository at this point in the history
* changes:
  Update to Clang 10.0.4
  Disable subsytem ramdumps
  • Loading branch information
calebcabob authored and Gerrit Code Review committed Mar 10, 2020
2 parents 3ff2ce2 + 6edfcc6 commit efce1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BoardConfig-common.mk
Expand Up @@ -50,7 +50,7 @@ BOARD_KERNEL_CMDLINE += androidboot.boot_devices=soc/1d84000.ufshc

TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android-
TARGET_KERNEL_CLANG_COMPILE := true
TARGET_KERNEL_CLANG_VERSION := 10.0.1
TARGET_KERNEL_CLANG_VERSION := 10.0.4
TARGET_KERNEL_SOURCE := kernel/google/floral
TARGET_KERNEL_CONFIG := floral_defconfig
BOARD_KERNEL_IMAGE_NAME := Image.lz4
Expand Down
2 changes: 1 addition & 1 deletion device.mk
Expand Up @@ -737,7 +737,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
# Subsystem ramdump
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.sys.ssr.enable_ramdumps=1
persist.vendor.sys.ssr.enable_ramdumps=0
endif

# Subsystem silent restart
Expand Down

0 comments on commit efce1f9

Please sign in to comment.