forked from openkylin/platform_build
Merge "Don't call $(my_path_comp) if $(dir $(LOCAL_PATH)) is TOP" am: 15fbad3dfa
am: d4aef1614a
am: 249430d062
Original change: https://android-review.googlesource.com/c/platform/build/+/1396208 Change-Id: Ia3a6b1605fecc1581c9e736470d2292fd288c331
This commit is contained in:
commit
e6d1bf14e7
|
@ -487,7 +487,9 @@ $(_local_path_target): $(my_register_name)
|
|||
|
||||
ifndef $(_local_path_target)
|
||||
$(_local_path_target) := true
|
||||
$(eval $(call my_path_comp,$(_local_path),$(_local_path_target)))
|
||||
ifneq (,$(findstring /,$(_local_path)))
|
||||
$(eval $(call my_path_comp,$(_local_path),$(_local_path_target)))
|
||||
endif
|
||||
endif
|
||||
|
||||
_local_path :=
|
||||
|
|
Loading…
Reference in New Issue