Merge changes I0476a0e0,Ib36051d4 into gingerbread

* changes:
  Fix "Add skip_themes directive to build process"
  Fix compcache
This commit is contained in:
Keyan Mobli 2011-04-11 01:53:44 +04:00 committed by Gerrit Code Review
commit 17cefee64a
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ case "$1" in
if [ $MODULE = ramzswap ]; then
rzscontrol $DEV --disksize_kb=$2 --init
else
echo "$((2 * 1024))" > $SYSFS_PATH/disksize
echo "$(($2 * 1024))" > $SYSFS_PATH/disksize
mkswap $DEV >/dev/null
fi
swapon $DEV

View File

@ -1,7 +1,7 @@
# Theme packages
ifndef SKIP_THEMES
ifneq ($(SKIP_THEMES),true)
PRODUCT_PACKAGES += \
Androidian \
Cyanbread
endif
endif