OSDN Git Service

Strip my_clang on assignment.
authorDan Albert <danalbert@google.com>
Mon, 18 Aug 2014 18:14:38 +0000 (11:14 -0700)
committerDan Albert <danalbert@google.com>
Mon, 18 Aug 2014 18:14:38 +0000 (11:14 -0700)
commitdb905e7b11f8b45ea95f97f8c3035e072df23829
tree9170d48c17baaead762ab3685353c43d45128d0f
parentce9b58b1e432f834e00e84592576f69923781dad
Strip my_clang on assignment.

There were a few cases that my_clang was being used without being
stripped. This was causing uses like the following to fail because it
would be partially applied (use clang as the compiler, but don't strip
out incompatible cflags).

    LOCAL_CLANG := true # explanation

To avoid this problem in the future, just strip my_clang when it is
assigned.

Change-Id: I41c2f36a4d4c3aa305a25b4a151c066dad5ffe0f
core/binary.mk