Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
picasso: Add support to A13 Decryption
Browse files Browse the repository at this point in the history
Signed-off-by: EndCredits <alicization.han@gmail.com>
  • Loading branch information
EndCredits committed Oct 1, 2022
1 parent a737333 commit 879ffdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ BOARD_SUPPRESS_SECURE_ERASE := true
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop

# Hack - Anti-rollback
PLATFORM_SECURITY_PATCH := 2127-12-31
PLATFORM_SECURITY_PATCH := 2099-12-31
VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
PLATFORM_VERSION := 127
BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
PLATFORM_VERSION := 13
PLATFORM_VERSION_LAST_STABLE := $(PLATFORM_VERSION)

# Recovery
Expand All @@ -136,7 +137,6 @@ TW_MAX_BRIGHTNESS := 2047
TWRP_INCLUDE_LOGCAT := true
TARGET_USES_LOGD := true
TW_NO_SCREEN_BLANK := true
TW_DELAY_TOUCH_INIT_MS := 1000
TW_HAS_EDL_MODE := false
TW_EXCLUDE_APEX := true
TW_INCLUDE_PYTHON := true
Expand Down
3 changes: 3 additions & 0 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
FDEVICE="picasso"
#set -o xtrace

export OF_FIX_DECRYPTION_ON_DATA_MEDIA=1
export ALLOW_MISSING_DEPENDENCIES=true

fox_get_target_device() {
local chkdev=$(echo "$BASH_SOURCE" | grep -w $FDEVICE)
if [ -n "$chkdev" ]; then
Expand Down

0 comments on commit 879ffdf

Please sign in to comment.