Bazel definitions for Android.

PiperOrigin-RevId: 442749255
Change-Id: I58eafe8780813cdcfb3d439c4158b16ae442dac6
This commit is contained in:
Oliver Kunz 2022-04-19 02:05:51 -07:00 committed by Copybara-Service
parent 5125c8fe1b
commit 418c73b128

View File

@ -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