blob: a6187dfef00136a6b2bd648c578c580d9729b8d6 [file] [log] [blame]
Jean-Baptiste Queru46f5df22011-07-31 09:38:20 -07001# 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 Querubbb0a0c2012-01-03 10:33:59 -080015LOCAL_STEM := maguro/device-partial.mk
Jean-Baptiste Queru46f5df22011-07-31 09:38:20 -070016
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 Querubc400142011-09-15 08:52:29 -070020$(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
Jean-Baptiste Queru46f5df22011-07-31 09:38:20 -070021$(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 Queruad1407c2012-09-13 13:46:01 -070024$(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))