am 9ccacd7a: Set PWD to the absolute path of the top tree.

* commit '9ccacd7a6f27dbb38c8365b85fb07197d1fdbb29':
  Set PWD to the absolute path of the top tree.
This commit is contained in:
Ying Wang
2012-05-23 09:28:26 -07:00
committed by Android Git Automerger

View File

@@ -52,6 +52,11 @@ endif
endif
endif
# Absolute path of the present working direcotry.
# This overrides the shell variable $PWD, which does not necessarily points to
# the top of the source tree, for example when "make -C" is used in m/mm/mmm.
PWD := $(shell pwd)
TOP := .
TOPDIR :=