blob: eb0e8dbae4f5c8ce9a013c546c976ed3652cc035 [file] [log] [blame]
Dima Zavin508b8192013-03-23 02:21:03 -07001# Copyright (C) 2011 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
15# B-family devices should have the same kernel interfaces, so
Rom Lemarchand5ff8e482013-04-08 15:53:49 -070016# include the msm8974 headers for now
Erik Gilling555d7db2013-03-26 17:27:51 -070017PRODUCT_VENDOR_KERNEL_HEADERS := hardware/qcom/msm8x26/kernel-headers
Dima Zavin508b8192013-03-23 02:21:03 -070018
19PRODUCT_PACKAGES += \
Rom Lemarchand5ff8e482013-04-08 15:53:49 -070020 hwcomposer.msm8226 \
21 gralloc.msm8226
Naseer Ahmedba16a582014-05-06 19:17:57 -040022
23PRODUCT_PROPERTY_OVERRIDES += persist.hwc.mdpcomp.enable=true