Merge "Update path to reverse_path.py" am: 2614bdb876

am: ca3b61038c

* commit 'ca3b61038cbf8019053eb24e48e9a57a85e9b2be':
  Update path to reverse_path.py

Change-Id: I769b2bbef04e19aa87e1f7c57e36ffcda5d534ad
This commit is contained in:
Colin Cross
2016-05-03 21:19:44 +00:00
committed by android-build-merger

View File

@@ -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