删除不支持的模板

Signed-off-by: lixiteng <lixiteng1@huawei.com>
This commit is contained in:
lixiteng
2026-05-19 15:14:11 +08:00
parent 6347257b4b
commit 2a6e26a1ea
-6
View File
@@ -31,12 +31,6 @@ declare_args() {
}
if (use_system_xcode == "") {
if (target_os == "mac") {
_result = exec_script("//build/mac/should_use_hermetic_xcode.py",
[ target_os ],
"value")
use_system_xcode = _result == 0
}
if (target_os == "ios") {
use_system_xcode = true
}