diff options
| author | Simon Shields <keepcalm444@gmail.com> | 2016-08-27 19:42:14 +1000 |
|---|---|---|
| committer | Trafalgar-Square <schneller.demian@gmail.com> | 2016-08-28 15:20:18 +0200 |
| commit | c8b6ad8b65a154c3518162913ae3ec1a6e9476f0 (patch) | |
| tree | a2f2cf7687a93522ca88e2e644abd6d471e82449 | |
| parent | 944a355a710e43446416868270d6b5323b0915c0 (diff) | |
msm8226-common: Reduce recovery resource density
* Our recovery partition is too small
Change-Id: I7609052beb174ee1b9ce1108c36dd6b7d486e680
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index fd9ea12..2cec9fb 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -104,6 +104,7 @@ TARGET_RIL_VARIANT := caf # Recovery BOARD_NO_SECURE_DISCARD := true TARGET_RECOVERY_FSTAB := $(VENDOR_PATH)/rootdir/etc/fstab.qcom +TARGET_RECOVERY_DENSITY := hdpi TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888" TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true |
