Remove the restriction that PHONY_PACKAGE needs LOCAL_REQUIRED_MODULES

Change-Id: I33e776ea80368e0f0290169e680689a680186ed6
This commit is contained in:
Ying Wang 2011-12-22 17:40:05 -08:00
parent 015c7885e0
commit 29b6918fdd
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@ ifneq ($(strip $(LOCAL_SRC_FILES)),)
$(error LOCAL_SRC_FILES are not allowed for phony packages) $(error LOCAL_SRC_FILES are not allowed for phony packages)
endif endif
ifeq ($(strip $(LOCAL_REQUIRED_MODULES)),)
$(error LOCAL_REQUIRED_MODULES is required for phony packages)
endif
LOCAL_MODULE_CLASS := FAKE LOCAL_MODULE_CLASS := FAKE
LOCAL_MODULE_SUFFIX := -timestamp LOCAL_MODULE_SUFFIX := -timestamp