Merge "Revert "Error if $(LOCAL_PATH) is empty"" am: b5bbe4bca0

Original change: https://android-review.googlesource.com/c/platform/build/+/1396212

Change-Id: I7d34b239ada4b752d46625d28a93146089216774
This commit is contained in:
Yo Chiang
2020-08-11 10:38:20 +00:00
committed by Automerger Merge Worker

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)