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

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

Merge "Don't call $(my_path_comp) if $(dir $(LOCAL_PATH)) is TOP" am:...

Merge "Don't call $(my_path_comp) if $(dir $(LOCAL_PATH)) is TOP" am: 15fbad3d am: d4aef161 am: 249430d0

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

Change-Id: Ia3a6b1605fecc1581c9e736470d2292fd288c331
parents 74a5a7e2 249430d0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -487,8 +487,10 @@ $(_local_path_target): $(my_register_name)

ifndef $(_local_path_target)
  $(_local_path_target) := true
  ifneq (,$(findstring /,$(_local_path)))
    $(eval $(call my_path_comp,$(_local_path),$(_local_path_target)))
  endif
endif

_local_path :=
_local_path_target :=