diff options
| author | dragonGR <alextsanisbadlorg@gmail.com> | 2017-05-13 10:50:21 +0000 |
|---|---|---|
| committer | dragonGR <alextsanisbadlorg@gmail.com> | 2017-05-13 10:57:12 +0000 |
| commit | 0f08fe59f93c9b6bd275b8c1844d68690c884e3d (patch) | |
| tree | c90e58bde6197caa120d66f8c54fd570920a0a31 | |
| parent | 3e73d25a6887e440471465e05f2b1c497aaa1084 (diff) | |
galaxys2-common: allow opting out of uncompressed aapt
> Some devices with small /system partitions can get issues.
PS: you will need aapt commits(topic:aapt) in order to make this thing work.
Change-Id: I51a25bb086d692796bfe69e0b1dfc71b3711219b
| -rw-r--r-- | BoardCommonConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index a5040a5..d8d5c74 100644 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -54,6 +54,9 @@ BOARD_KERNEL_BASE := 0x40000000 BOARD_KERNEL_CMDLINE := console=ttySAC2,115200 consoleblank=0 TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true +# AAPT +TARGET_WANTS_AAPT_COMPRESS := true + # Include an expanded selection of fonts EXTENDED_FONT_FOOTPRINT := true |
