diff options
author | Ying Wang <wangying@google.com> | 2014-03-11 18:17:42 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-11 18:17:42 +0000 |
commit | 009f48b00f086213ec1e2f6619b45c0291ab4f44 (patch) | |
tree | f00140a928971a3d3f98421bc4eed62304b0b37c /core/Makefile | |
parent | 9b6fd60cf66201a90b29b92c1c2a886777a8a766 (diff) | |
parent | a623064131f23412daa0ac4b333320e2e30d85f0 (diff) | |
download | build-009f48b00f086213ec1e2f6619b45c0291ab4f44.zip build-009f48b00f086213ec1e2f6619b45c0291ab4f44.tar.gz build-009f48b00f086213ec1e2f6619b45c0291ab4f44.tar.bz2 |
am a6230641: am 26bcd640: Merge "Try to catch more misuse of ."
* commit 'a623064131f23412daa0ac4b333320e2e30d85f0':
Try to catch more misuse of $(my-dir).
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index b050d3d..8add332 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1,5 +1,9 @@ # Put some miscellaneous rules here +# HACK: clear LOCAL_PATH from including last build target before calling +# intermedites-dir-for +LOCAL_PATH := $(BUILD_SYSTEM) + # Pick a reasonable string to use to identify files. ifneq "" "$(filter eng.%,$(BUILD_NUMBER))" # BUILD_NUMBER has a timestamp in it, which means that |