mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 11:26:33 +00:00
This device supports switching between 60 and 90 Hz refresh rates, so expose it in Settings -> Display -> Smooth Display for users to save battery if necessary. Test: visual confirmation after toggling several times Change-Id: Ie698ec4d4e738afd2a9055dba2369233103a4f13
14 lines
327 B
Makefile
14 lines
327 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
$(call inherit-product, device/google/redbull/device-lineage.mk)
|
|
|
|
# Overlays
|
|
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/redfin/overlay-lineage
|
|
|
|
# wireless_charger HAL service
|
|
include device/google/redfin/wireless_charger/wireless_charger.mk
|