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:
1
cc/cc.go
1
cc/cc.go
@@ -1172,6 +1172,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
|
|||||||
&TidyProperties{},
|
&TidyProperties{},
|
||||||
&CoverageProperties{},
|
&CoverageProperties{},
|
||||||
&SAbiProperties{},
|
&SAbiProperties{},
|
||||||
|
&VndkProperties{},
|
||||||
)
|
)
|
||||||
|
|
||||||
android.InitDefaultsModule(module)
|
android.InitDefaultsModule(module)
|
||||||
|
Reference in New Issue
Block a user