mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Bazel definitions for Android.
PiperOrigin-RevId: 442749255 Change-Id: I58eafe8780813cdcfb3d439c4158b16ae442dac6
This commit is contained in:
parent
5125c8fe1b
commit
418c73b128
|
@ -27,4 +27,6 @@ def sapi_platform_copts(copts = []):
|
|||
"""
|
||||
|
||||
# Linux only for now.
|
||||
return select({"//conditions:default": _SAPI_LINUX_COPTS}) + copts
|
||||
return select({
|
||||
"//conditions:default": _SAPI_LINUX_COPTS,
|
||||
}) + copts
|
||||
|
|
Loading…
Reference in New Issue
Block a user