commit | 3ab5c9010431c557c22eee5470b8e0580722d2b6 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Aug 12 13:40:26 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Aug 12 13:42:56 2022 +0900 |
tree | b8c7d20df019629b107cda68a59c305b7510f563 | |
parent | 3bbb6087f8a73125878421ba0a531dc87b73bdc7 [diff] |
Build libwifi-hal-* modules only for the first arch Previously, the build rules assumed that the target supports both 64 and 32 bit architectures, which isn't true for 32-bit-only targets. That caused build breakage on such targets. Fixing that by building the modules only for the first architecture (64 on 64-only or 64/32 target, and 32 on 32-only target). Bug: 241916304 Test: build the 32-bit-only target Change-Id: I5353ab1561622eae12e2dff87eb0f17b47c3773d