Skip to content

Commit 65a547d

Browse files
Googlercopybara-github
authored andcommitted
Integrate tvos_arm64e platform across Apple build logic
PiperOrigin-RevId: 823642352 Change-Id: Iddd3abde06b0d248d813e62157b53b33079c0a66
1 parent 78a6f28 commit 65a547d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cc/private/rules_impl/apple_platform.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,11 @@ _TARGET_CPUS_BY_PLATFORM = {
105105
"tvos_simulator": {
106106
"tvos_x86_64": True,
107107
"tvos_sim_arm64": True,
108+
"tvos_sim_arm64e": True,
108109
},
109110
"tvos_device": {
110111
"tvos_arm64": True,
112+
"tvos_arm64e": True,
111113
},
112114
"catalyst": {
113115
"catalyst_x86_64": True,

0 commit comments

Comments
 (0)