forked from openkylin/platform_build
Merge "Update path to reverse_path.py" am: 2614bdb876
am: ca3b61038c
am: dc555c14d3
am: c2c1eb55b6
* commit 'c2c1eb55b674cb921a5619c1a5fdc3d353f6e10a':
Update path to reverse_path.py
Change-Id: I319c91fcea14ffda07fbe7c7cc43762120860cc9
This commit is contained in:
commit
6ef894cd12
|
@ -19,7 +19,7 @@ ifneq ($(wildcard $(SOONG_BOOTSTRAP)),)
|
|||
SOONG_NEEDS_REBOOTSTRAP := FORCE
|
||||
$(warning soong_out_dir changed)
|
||||
endif
|
||||
ifneq ($(strip $(shell build/soong/reverse_path.py $(SOONG_OUT_DIR))),$(strip $(shell source $(SOONG_BOOTSTRAP); echo $$SRCDIR_FROM_BUILDDIR)))
|
||||
ifneq ($(strip $(shell build/soong/scripts/reverse_path.py $(SOONG_OUT_DIR))),$(strip $(shell source $(SOONG_BOOTSTRAP); echo $$SRCDIR_FROM_BUILDDIR)))
|
||||
SOONG_NEEDS_REBOOTSTRAP := FORCE
|
||||
$(warning reverse path changed)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue