mirror of
https://github.com/Evolution-X-Devices/device_oplus_denniz
synced 2026-02-01 11:18:02 +00:00
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
#
|
|
# Copyright (C) 2020 Android Open Source Project
|
|
#
|
|
# 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.
|
|
#
|
|
|
|
DEVICE_PATH := device/oplus/denniz
|
|
|
|
# Inherit from ossi device
|
|
$(call inherit-product, device/oplus/mt6893-common/ossi.mk)
|
|
|
|
# Alert slider
|
|
PRODUCT_PACKAGES += \
|
|
alert-slider_daemon
|
|
|
|
# Display saturation adjust
|
|
PRODUCT_VENDOR_PROPERTIES += \
|
|
persist.sys.sf.color_saturation=0.95
|
|
|
|
# Overlays
|
|
PRODUCT_PACKAGES += \
|
|
FrameworkResOverlayDenniz \
|
|
SettingsProviderOverlayDenniz
|
|
|
|
# Oplus camera
|
|
$(call inherit-product, device/oplus/camera/camera.mk)
|
|
|
|
# Inherit from vendor blobs
|
|
$(call inherit-product, vendor/oplus/denniz/denniz-vendor.mk)
|