Merge "Revert "Error if $(LOCAL_PATH) is empty""

This commit is contained in:
Yo Chiang 2020-08-11 10:21:24 +00:00 committed by Gerrit Code Review
commit b5bbe4bca0
1 changed files with 0 additions and 5 deletions

View File

@ -27,11 +27,6 @@ endif
## Common instructions for a generic module.
###########################################################
LOCAL_PATH := $(strip $(LOCAL_PATH))
ifeq ($(LOCAL_PATH),)
$(error LOCAL_PATH is not defined)
endif
LOCAL_MODULE := $(strip $(LOCAL_MODULE))
ifeq ($(LOCAL_MODULE),)
$(error $(LOCAL_PATH): LOCAL_MODULE is not defined)