diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-06-14 10:34:46 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-06-14 10:34:46 -0700 |
commit | a9e85effdd50db0dbd04c7b6bb38f8b3f4e88bf8 (patch) | |
tree | c39dd14a990c82d70af15c75159411de7af8a7d3 /core/tasks | |
parent | d2750d06c32d5371be4257e3498e7d116193ae9b (diff) | |
parent | ffbef646d2bec4f84874bdc5940c3b060904cb3d (diff) | |
download | build-a9e85effdd50db0dbd04c7b6bb38f8b3f4e88bf8.tar.gz build-a9e85effdd50db0dbd04c7b6bb38f8b3f4e88bf8.tar.bz2 build-a9e85effdd50db0dbd04c7b6bb38f8b3f4e88bf8.zip |
am ffbef646: am 74aba614: Allow additional vendors
* commit 'ffbef646d2bec4f84874bdc5940c3b060904cb3d':
Allow additional vendors
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 f492468f6..095debc67 100644 --- a/core/tasks/vendor_module_check.mk +++ b/core/tasks/vendor_module_check.mk @@ -21,6 +21,7 @@ _vendor_owner_whitelist := \ broadcom \ csr \ elan \ + google \ imgtec \ invensense \ nvidia \ @@ -28,6 +29,7 @@ _vendor_owner_whitelist := \ samsung \ samsung_arm \ ti \ + trusted_logic \ widevine |