resolved conflicts for merge of b6d53f0b to master

Change-Id: Id01809e2a72ca8ba13594621690273fc6f982095
This commit is contained in:
Ying Wang
2014-02-12 14:58:06 -08:00
3 changed files with 8 additions and 16 deletions

View File

@@ -758,9 +758,13 @@ ifdef is_sdk_build
# Ensure every module listed in PRODUCT_PACKAGES* gets something installed
# TODO: Should we do this for all builds and not just the sdk?
dangling_modules :=
$(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES), \
$(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
$(error $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
$(eval dangling_modules += $(m))))
ifneq ($(dangling_modules),)
$(error Module names '$(dangling_modules)' in PRODUCT_PACKAGES has nothing to install!)
endif
$(foreach m, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_DEBUG), \
$(if $(strip $(ALL_MODULES.$(m).INSTALLED)),,\
$(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))

View File

@@ -20,18 +20,12 @@ PRODUCT_PACKAGES := \
Bluetooth \
CertInstaller \
FusedLocation \
InputDevices \
bluetooth-health
InputDevices
PRODUCT_PACKAGES += \
audio \
clatd \
clatd.conf \
dhcpcd.conf \
network \
pand \
pppd \
sdptool
pppd
PRODUCT_PACKAGES += \
audio.primary.default \

View File

@@ -26,18 +26,12 @@ PRODUCT_PACKAGES := \
OneTimeInitializer \
Provision \
SystemUI \
bluetooth-health \
WallpaperCropper
PRODUCT_PACKAGES += \
audio \
clatd \
clatd.conf \
dhcpcd.conf \
network \
pand \
pppd \
sdptool
pppd
PRODUCT_PACKAGES += \
librs_jni \