commit | c69d715d72d64bb0082e2f2c247113155d8b3de0 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Jun 19 10:54:50 2019 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Jun 19 12:50:32 2019 -0700 |
tree | fe9827b4784285609f06f05c29af7e46d06d7437 | |
parent | fedc47141e9903f5e99361c52609c39e57bc7c49 [diff] [blame] |
Use prebuilt m4 instead of system m4 Bug: 117561006 Test: treehugger Change-Id: I588d867d95cc52963ce764018a9c09b26973c8c3
diff --git a/cc/makevars.go b/cc/makevars.go index a71f479..78a32c8 100644 --- a/cc/makevars.go +++ b/cc/makevars.go
@@ -161,6 +161,8 @@ ctx.Strict("AIDL_CPP", "${aidlCmd}") + ctx.Strict("M4", "${m4Cmd}") + ctx.Strict("RS_GLOBAL_INCLUDES", "${config.RsGlobalIncludes}") ctx.Strict("SOONG_STRIP_PATH", "${stripPath}")