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

Commit d47804e9 authored by Sean McNeil's avatar Sean McNeil
Browse files

Provide LOCAL_DIR as some product variables might need a reference directory...

Provide LOCAL_DIR as some product variables might need a reference directory (i.e. PRODUCT_COPY_FILES).

Change from LOCAL_DIR to LOCAL_PATH
parent 452c5b35
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -186,7 +186,9 @@ endef
define _import-node
  $(eval _include_stack := $(2) $$(_include_stack))
  $(call clear-var-list, $(3))
  $(eval LOCAL_PATH := $(patsubst %/,%,$(dir $(2))))
  $(eval include $(2))
  $(eval LOCAL_PATH :=)
  $(call copy-var-list, $(1).$(2), $(3))
  $(call clear-var-list, $(3))