Jean-Baptiste Queru | 46f5df2 | 2011-07-31 09:38:20 -0700 | [diff] [blame] | 1 | # Copyright (C) 2010 The Android Open Source Project |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
Jean-Baptiste Queru | bbb0a0c | 2012-01-03 10:33:59 -0800 | [diff] [blame] | 15 | LOCAL_STEM := maguro/device-partial.mk |
Jean-Baptiste Queru | 46f5df2 | 2011-07-31 09:38:20 -0700 | [diff] [blame] | 16 | |
| 17 | $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM)) |
| 18 | $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM)) |
| 19 | $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM)) |
Jean-Baptiste Queru | bc40014 | 2011-09-15 08:52:29 -0700 | [diff] [blame] | 20 | $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM)) |
Jean-Baptiste Queru | 46f5df2 | 2011-07-31 09:38:20 -0700 | [diff] [blame] | 21 | $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM)) |
| 22 | $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM)) |
| 23 | $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM)) |
Jean-Baptiste Queru | ad1407c | 2012-09-13 13:46:01 -0700 | [diff] [blame] | 24 | $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM)) |