Remove the restriction that PHONY_PACKAGE needs LOCAL_REQUIRED_MODULES
Change-Id: I19a285234f1ddcac5e59312b9164026547652053
This commit is contained in:
@@ -2,10 +2,6 @@ ifneq ($(strip $(LOCAL_SRC_FILES)),)
|
||||
$(error LOCAL_SRC_FILES are not allowed for phony packages)
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(LOCAL_REQUIRED_MODULES)),)
|
||||
$(error LOCAL_REQUIRED_MODULES is required for phony packages)
|
||||
endif
|
||||
|
||||
LOCAL_MODULE_CLASS := FAKE
|
||||
LOCAL_MODULE_SUFFIX := -timestamp
|
||||
|
||||
|
Reference in New Issue
Block a user