commit | f204af5d1e9d2225134f9ec7bf95e646b0142541 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Fri Jul 22 12:49:28 2022 +0100 |
committer | Jiakai Zhang <jiakaiz@google.com> | Thu Jul 28 12:59:45 2022 +0000 |
tree | cc6e476a4a0314bc40a5bb6638ffbacee7b99396 | |
parent | 6c68c7406229e3ad3e44f8e7d971aff663d172c2 [diff] |
Only enable the libcap dependency on Linux host. The libcap dependency added by commit 9a187ad18c68b960a4882d4eee49e41c99eb519c caused build failures on sdk_mac because the dependency is added to `not_windows`, which includes `darwin`, while libcap is not available on `darwin`. This CL fixes the issue. Bug: 239756489 Test: Presubmit Test: https://android-build.googleplex.com/builds/abtd/run/L82100000955591108 Change-Id: I8358498e777d4680a6150f620e34eed7f0f33271 Merged-In: I8358498e777d4680a6150f620e34eed7f0f33271 (cherry picked from commit 2b2d2872ed4ce1de225d9114772e592ca3e50b75)