Many small changes

- Cherrypicks for ASB patches
- Apps: Switch gallery to Simple Gallery
- Apps: Switch camera to OpenCamera
- PKGBUILD: update with image optimization dependencies
- Deblobber: fix bug introducted in 6d33e4ecbf
This commit is contained in:
Tad 2019-08-05 23:56:52 -04:00
parent 6d33e4ecbf
commit 89de66bdba
9 changed files with 20 additions and 7 deletions

View file

@ -181,6 +181,13 @@ optimizeImagesRecursive() {
}
export -f optimizeImagesRecursive;
smallerSystem() {
echo "SMALLER_FONT_FOOTPRINT := true" >> BoardConfig.mk;
echo "BOARD_SYSTEMIMAGE_JOURNAL_SIZE := 0" >> BoardConfig.mk;
sed -i 's/common_full_phone.mk/common_mini_phone.mk/' *.mk &>/dev/null || true;
}
export -f smallerSystem;
hardenLocationConf() {
gpsConfig=$1;
#Attempt to get the real device directory