Allow 'vndk' tag in cc_defaults

'vndk' tag must be parsed in cc_defaults as well.

Test: build with a module that has 'vndk' tag in cc_defaults.
Change-Id: I21a5a831dbf8cae00be98c00f4bb98504da53c8d
diff --git a/cc/cc.go b/cc/cc.go
index 3824a3b..ae48250 100644
--- a/cc/cc.go
+++ b/cc/cc.go
@@ -1172,6 +1172,7 @@
 		&TidyProperties{},
 		&CoverageProperties{},
 		&SAbiProperties{},
+		&VndkProperties{},
 	)
 
 	android.InitDefaultsModule(module)