This enables qcom additions for high framerate videos. Change-Id: I572d35c6454711e838b2d0dba31551627d10f6e6
20 lines
449 B
Makefile
20 lines
449 B
Makefile
#
|
|
# Copyright (C) 2023 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from the proprietary version
|
|
include vendor/xiaomi/miuicamera-lisa/vendor/BoardConfigVendor.mk
|
|
|
|
MIUICAMERA_PATH := vendor/xiaomi/miuicamera-lisa
|
|
|
|
# Camera
|
|
TARGET_CAMERA_OVERRIDE_FORMAT_FROM_RESERVED := true
|
|
|
|
# Properties
|
|
TARGET_SYSTEM_PROP += $(MIUICAMERA_PATH)/system.prop
|
|
|
|
# Sepolicy
|
|
BOARD_VENDOR_SEPOLICY_DIRS += $(MIUICAMERA_PATH)/sepolicy/vendor
|