diff options
author | Wally Yau <wyau@google.com> | 2014-08-08 06:54:25 -0700 |
---|---|---|
committer | Wally Yau <wyau@google.com> | 2014-08-08 06:54:25 -0700 |
commit | 0dcc2a645b042e99b7a81e1a900f6ab1a8a06263 (patch) | |
tree | ae47c6fe57b46c5b35effc004a43880234bd0cb9 /core/tasks | |
parent | cced082f5d8e6386815a5cfba125789e78c5e7ca (diff) | |
download | build-0dcc2a645b042e99b7a81e1a900f6ab1a8a06263.zip build-0dcc2a645b042e99b7a81e1a900f6ab1a8a06263.tar.gz build-0dcc2a645b042e99b7a81e1a900f6ab1a8a06263.tar.bz2 |
Add Mediatek and Sony to the list of vendor module owners.
Change-Id: I72942d93303760cb5484f9a6691c36ea69f0e8e5
Diffstat (limited to 'core/tasks')
-rw-r--r-- | core/tasks/vendor_module_check.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/tasks/vendor_module_check.mk b/core/tasks/vendor_module_check.mk index 793dd16..fc9e867 100644 --- a/core/tasks/vendor_module_check.mk +++ b/core/tasks/vendor_module_check.mk @@ -28,6 +28,7 @@ _vendor_owner_whitelist := \ intel \ lge \ moto \ + mtk \ nvidia \ nxp \ nxpsw \ @@ -35,6 +36,7 @@ _vendor_owner_whitelist := \ qti \ samsung \ samsung_arm \ + sony \ synaptics \ ti \ trusted_logic \ |