commit | 4b2382f78e328a0ba2f8c8cdf4fe2d35db123229 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Jul 26 14:22:10 2017 +0900 |
committer | Justin Yun <justinyun@google.com> | Wed Jul 26 07:24:29 2017 +0000 |
tree | c9c4de25295319e0988b507a5d6ffc7558f5b90b | |
parent | 98be5836deff21fccb93d6fc342441d9858c042c [diff] |
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)