Enforce linker version-scripts are valid

See build/ commit da9c00da5f7b

Change-Id: I65878931ab61124ae75e2c738cc733adfb107afc
diff --git a/cc/arm64_device.go b/cc/arm64_device.go
index 8d773ed..157b273 100644
--- a/cc/arm64_device.go
+++ b/cc/arm64_device.go
@@ -61,6 +61,7 @@
 		"-Wl,-maarch64linux",
 		"-Wl,--hash-style=gnu",
 		"-Wl,--fix-cortex-a53-843419",
+		"-Wl,--no-undefined-version",
 
 		// Disable transitive dependency library symbol resolving.
 		"-Wl,--allow-shlib-undefined",