Revert "Error if $(LOCAL_PATH) is empty"
This reverts commit 60052f3a9f
.
Reason for revert: Breaks build_test
Bug: 163473133
Change-Id: Ib5a8030f7b49b131f912e2df8026d3e2107c87a4
This commit is contained in:
parent
60052f3a9f
commit
e01766433a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue