Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d1100cc authored by Yo Chiang's avatar Yo Chiang Committed by Automerger Merge Worker
Browse files

Merge "Revert "Error if $(LOCAL_PATH) is empty"" am: b5bbe4bc am: 17d9d8ba...

Merge "Revert "Error if $(LOCAL_PATH) is empty"" am: b5bbe4bc am: 17d9d8ba am: 334a1040 am: 40bd1ab4 am: 7a84fb55

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

Change-Id: I24884139724d06ab59a59f8d2f903bfdc9b9451d
parents ca399783 7a84fb55
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)