From fad32d83508668ccc59950cecfa8bbf8b94f7ac2 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 9 Jul 2020 13:36:22 +0200 Subject: [PATCH] universal7870: nuke hw encryption flag it's supposed to be used exclusively on QCom devices, and causes POSP builds to fail --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 97cf25f..eefdb73 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -112,9 +112,6 @@ USE_DEVICE_SPECIFIC_CAMERA := true BOARD_BACK_CAMERA_SENSOR := 0 BOARD_FRONT_CAMERA_SENSOR := 1 -# Crypto -TARGET_HW_DISK_ENCRYPTION := true - # Device Tree BOARD_USES_DT := true