2021-04-22 12:47:59 +00:00
|
|
|
# Copyright (C) 2021 Paranoid Android
|
2020-06-09 04:29:55 +00:00
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
|
|
|
|
# Include display HAL makefiles.
|
2020-10-28 20:54:01 +00:00
|
|
|
-include hardware/qcom/display/config/display-board.mk
|
|
|
|
-include hardware/qcom/display/config/display-product.mk
|
2020-11-19 13:42:13 +00:00
|
|
|
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
|
2020-10-19 23:51:29 +00:00
|
|
|
include vendor/qcom/opensource/commonsys-intf/display/config/display-interfaces-product.mk
|
2020-06-09 04:29:55 +00:00
|
|
|
include vendor/qcom/opensource/commonsys-intf/display/config/display-product-system.mk
|
2020-11-19 13:42:13 +00:00
|
|
|
endif
|
2020-06-09 04:29:55 +00:00
|
|
|
|
2021-04-27 03:03:25 +00:00
|
|
|
# Permissions
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml
|
|
|
|
|
|
|
|
# Packages
|
|
|
|
PRODUCT_PACKAGES += \
|
2021-04-27 11:54:44 +00:00
|
|
|
android.hardware.lights-service.qti \
|
2021-04-27 03:03:25 +00:00
|
|
|
libqdutils \
|
|
|
|
libqservice \
|
2021-04-27 11:54:44 +00:00
|
|
|
libtinyxml \
|
|
|
|
lights.qcom
|
2021-04-27 03:03:25 +00:00
|
|
|
|
|
|
|
# Get non-open-source specific aspects.
|
2020-06-09 04:29:55 +00:00
|
|
|
$(call inherit-product-if-exists, vendor/qcom/common/display/display-vendor.mk)
|