Skip to content

Commit

Permalink
Propagate exec_properties
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 660801585
Change-Id: I25ce3f661662c3b38790215d5547a80bf4267bff
  • Loading branch information
Sandboxed API Team authored and copybara-github committed Aug 8, 2024
1 parent 960092a commit e5c5bdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sandboxed_api/bazel/sapi.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,8 @@ def sapi_library(
generator_version = 1,
visibility = None,
compatible_with = None,
default_copts = []):
default_copts = [],
exec_properties = {}):
"""Provides the implementation of a Sandboxed API library.
Args:
Expand Down Expand Up @@ -294,6 +295,7 @@ def sapi_library(
in addition to default-supported environments.
default_copts: List of package level default copts, an additional
attribute since copts already has default value.
exec_properties: Dict of executable properties to be passed to the generated binary targets.
"""

common = {
Expand Down

0 comments on commit e5c5bdb

Please sign in to comment.