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

* commit 'ce21b8204d5713fd0d511cc3635719dd4ca0bf75':
  Set PWD to the absolute path of the top tree.
This commit is contained in:
Ying Wang
2012-05-23 09:30:50 -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 :=