Use common.mk instead of common_full.mk for smaller /system

Change-Id: I830a2d431772523de325d51c77d1ca3e46310ba6
This commit is contained in:
FUKAUMI Naoki 2011-05-13 16:06:48 +09:00
parent 912b0ffa8a
commit 2e530fdce2

View File

@ -1,7 +1,7 @@
$(call inherit-product, device/advent/vega/vega.mk)
# Inherit some common cyanogenmod stuff.
$(call inherit-product, vendor/cyanogen/products/common_full.mk)
$(call inherit-product, vendor/cyanogen/products/common.mk)
#
# Setup device specific product configuration.