mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 19:13:26 +00:00
30 lines
659 B
Makefile
30 lines
659 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
|
|
|
|
# Camera
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.camera.device-V2-ndk.vendor:64 \
|
|
android.hardware.camera.provider-V2-ndk.vendor:64
|
|
|
|
# HBM
|
|
PRODUCT_PACKAGES += \
|
|
HbmSVManagerOverlay
|
|
|
|
# PowerShare
|
|
include hardware/google/pixel/powershare/device.mk
|
|
|
|
# Wi-Fi
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.wifi-V2-ndk.vendor:64
|
|
|
|
# wireless_charger HAL service
|
|
include device/google/redfin/wireless_charger/wireless_charger.mk
|