[TOOLS] Removed unnecessary assignment of target_cpu

This commit is contained in:
Carmelo Messina
2024-09-08 11:17:03 +02:00
parent 8aa32d059b
commit a373c77ac7
-4
View File
@@ -107,10 +107,6 @@ declare_args() {
not_needed(["_target_build", "_is_debug_build"])
if (getenv("TARGET_CPU") != "") {
target_cpu = getenv("TARGET_CPU")
}
if (target_os == "android") {
target_os = "android" # fix traffic annotation auditor
#enable_kythe_annotations = true