Skip to content

Commit

Permalink
Update prebuilt kernel for pie firmware decryption
Browse files Browse the repository at this point in the history
Change-Id: I4c3290f1b6442e73d65a715be60fc8bc45173423
  • Loading branch information
GuaiYiHu committed Mar 30, 2019
1 parent 541f306 commit 2ea53ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a73
TARGET_2ND_CPU_VARIANT := armv8-a

TARGET_USES_64_BIT_BINDER := true

Expand Down Expand Up @@ -93,7 +93,7 @@ TW_EXTRA_LANGUAGES := true
TW_INCLUDE_CRYPTO := true
TW_INCLUDE_NTFS_3G := true
TW_INPUT_BLACKLIST := "hbtp_vm"
TW_MAX_BRIGHTNESS := 255
TW_MAX_BRIGHTNESS := 4095
TW_THEME := portrait_hdpi
TW_SCREEN_BLANK_ON_BOOT := true
TW_USE_TOOLBOX := true
3 changes: 2 additions & 1 deletion omni_whyred.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.secure=1 \
ro.adb.secure=0 \
ro.allow.mock.location=0
ro.allow.mock.location=0 \
ro.hardware.keystore=sdm660

Binary file modified prebuilt/Image.gz-dtb
Binary file not shown.

0 comments on commit 2ea53ef

Please sign in to comment.