diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-10 20:15:11 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-23 13:14:18 +0200 |
commit | 6d1373a979005834f70cc3974381610546d3641c (patch) | |
tree | d0aaf219a802bd517d7c85995e640a65d797fd1f | |
parent | 52b4a03b5aa746296e40c90538758dc14b12f145 (diff) | |
download | device_samsung_espressowifi-6d1373a979005834f70cc3974381610546d3641c.zip device_samsung_espressowifi-6d1373a979005834f70cc3974381610546d3641c.tar.gz device_samsung_espressowifi-6d1373a979005834f70cc3974381610546d3641c.tar.bz2 |
use default pixel format for recovery
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1639260..79a3a5a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -82,4 +82,3 @@ BOARD_SEPOLICY_DIRS += \ # Recovery RECOVERY_FSTAB_VERSION := 2 TARGET_RECOVERY_FSTAB := device/samsung/espressowifi/rootdir/fstab.espresso -TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888" |