From 367ab2989a78ef2b0aa64f82789097c152ab03b6 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 2 May 2016 15:31:17 -0700 Subject: [PATCH] Update path to reverse_path.py Change-Id: I98902e94a99fae7f9e738a872a83acb98d32c781 --- core/soong.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/soong.mk b/core/soong.mk index 659a1abe08..aaaa136216 100644 --- a/core/soong.mk +++ b/core/soong.mk @@ -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