commit | ac44090133e4e3a674be831d28d6d8cc661d2472 | [log] [tgz] |
---|---|---|
author | Keun young Park <keunyoung@google.com> | Thu May 24 12:53:07 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu May 24 12:53:07 2012 -0700 |
tree | 0c39dfabc9bcf87d916758a5ad1385c87feb99f2 | |
parent | 9ccacd7a6f27dbb38c8365b85fb07197d1fdbb29 [diff] | |
parent | 816b9fd4e22843c836543522464782bece1305b8 [diff] |
Merge "enable PDK to use platform JAVA API" into jb-dev
diff --git a/core/main.mk b/core/main.mk index fa56b83..3c64d95 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -52,6 +52,11 @@ 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 :=