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
This commit is contained in:
Justin Yun
2017-07-26 14:22:10 +09:00
parent 98be5836de
commit 4b2382f78e

View File

@@ -1172,6 +1172,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
&TidyProperties{},
&CoverageProperties{},
&SAbiProperties{},
&VndkProperties{},
)
android.InitDefaultsModule(module)