diff options
author | Roland Levillain <rpl@google.com> | 2019-08-05 18:06:00 +0100 |
---|---|---|
committer | Roland Levillain <rpl@google.com> | 2019-08-07 11:58:57 +0000 |
commit | 118ce36aa0568842283fbe79772fd9de73ec9cd7 (patch) | |
tree | f8d6dd014a22e294e8acfbb7e75efc9bc56859df /test/ProfileTestMultiDex/Main.java | |
parent | 46b5353fa5e5c5080926c3faa1263e08aa97f323 (diff) |
Filter duplicate sources in ART's codegen customizer.
With this change, it is now possible to write the following in ART
Blueprint files:
codegen: {
mips: {
srcs: ["disassembler_mips.cc"],
},
mips64: {
srcs: ["disassembler_mips.cc"],
},
},
and have it work even if the `mips` and `mips64` are both enabled.
Before this change, this construction would have been rejected with
the following error message:
"FAILED: ninja: […]: multiple rules generate […]disassembler_mips.o"
Test: m test-art-host
Bug: 119090273
Change-Id: I0a20a65ce7ab308644f3018a89fa96e5bdcdbdc4
Diffstat (limited to 'test/ProfileTestMultiDex/Main.java')
0 files changed, 0 insertions, 0 deletions