commit | d2e920a57653d7b8165fde33a75e5d5ec95e7c3b | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Wed Apr 03 12:41:30 2024 -0700 |
committer | Alex Van Damme <atv@google.com> | Wed Apr 03 12:41:30 2024 -0700 |
tree | 63ffae20e9667ae514d23a8b9422623de1d5d510 | |
parent | 7d3c13422eaf84aa8bf19190c98825e893d613ca [diff] |
Build device libraries via dual_cc_library if sparrow is selected Change-Id: If99eb091742af8b608da67871ad0a665a99a6cf4
diff --git a/rules/cross_platform.bzl b/rules/cross_platform.bzl index efc3c96..2193e70 100644 --- a/rules/cross_platform.bzl +++ b/rules/cross_platform.bzl
@@ -89,6 +89,7 @@ name = name, actual = select({ on_device_config_setting: dual_cc_device_library_of(name), + "@matcha//rules:sparrow_platform": dual_cc_device_library_of(name), "//conditions:default": off_device_name, }), )