commit | db905e7b11f8b45ea95f97f8c3035e072df23829 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Aug 18 11:14:38 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Mon Aug 18 11:14:38 2014 -0700 |
tree | 9170d48c17baaead762ab3685353c43d45128d0f | |
parent | ce9b58b1e432f834e00e84592576f69923781dad [diff] |
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