diff options
author | Ying Wang <wangying@google.com> | 2011-12-22 17:40:05 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2011-12-22 17:40:05 -0800 |
commit | a66c5122082a8e22aa34a33c6e9e86c3d3dc8355 (patch) | |
tree | 9cc222d7685790bb3a833bf1e0b2e93f8c757671 /core | |
parent | 14eeea6708c8edf0e9167f3fd7ace430598dde1f (diff) | |
download | build-a66c5122082a8e22aa34a33c6e9e86c3d3dc8355.zip build-a66c5122082a8e22aa34a33c6e9e86c3d3dc8355.tar.gz build-a66c5122082a8e22aa34a33c6e9e86c3d3dc8355.tar.bz2 |
Remove the restriction that PHONY_PACKAGE needs LOCAL_REQUIRED_MODULES
Change-Id: I19a285234f1ddcac5e59312b9164026547652053
Diffstat (limited to 'core')
-rw-r--r-- | core/phony_package.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/phony_package.mk b/core/phony_package.mk index 3644db8..70b6aac 100644 --- a/core/phony_package.mk +++ b/core/phony_package.mk @@ -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 |