Do not pass "-pie" in cflags
Bug: http://b/111000555 It's only needed for linking and Android already passes this by default. Passing it to a compile step causes clang to emit -Wunused-command-line-argument. Test: build Change-Id: Iea608387a57f0a65cfc3e67ab19c8d812f4aef37
This commit is contained in:
parent
6ecdf603b4
commit
0f1e83047c
1 changed files with 0 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ cc_test {
|
||||||
"-DARM",
|
"-DARM",
|
||||||
"-DMD5_DISABLE",
|
"-DMD5_DISABLE",
|
||||||
"-fPIC",
|
"-fPIC",
|
||||||
"-pie",
|
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Werror",
|
"-Werror",
|
||||||
"-Wno-unused-variable",
|
"-Wno-unused-variable",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue