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

Commit c2c1eb55 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Update path to reverse_path.py" am: 2614bdb8 am: ca3b6103

am: dc555c14

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

Change-Id: Iefd37f1754f6128b64a2f40862e46e577993df76
parents 1dd75fc1 dc555c14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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