OSDN Git Service

avoid // in copy headers rule
authorColin Cross <ccross@android.com>
Tue, 22 Oct 2013 19:24:21 +0000 (12:24 -0700)
committerColin Cross <ccross@android.com>
Wed, 23 Oct 2013 20:18:39 +0000 (13:18 -0700)
commita6c4ebdd112409e2b53fe0dfffcaa9dab17dd68f
tree22a34cbfefdb584798934d5277c2becc3c6f3bc9
parent0068d25b4895162993118fe3b61d2775fa575e70
avoid // in copy headers rule

If LOCAL_COPY_HEADERS_TO is not set, then the copy headers rule
target is set to out/target/product/../obj/include//header.h.
If another rule depends on the header without the //, it will
fail.  Don't insert LOCAL_COPY_HEADERS_TO if it is blank.

Change-Id: Ideac7f8e01288ab5cca98645b307945d6ae9e97c
core/copy_headers.mk