-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproduct_prop.mk
More file actions
32 lines (26 loc) · 798 Bytes
/
product_prop.mk
File metadata and controls
32 lines (26 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Copyright (C) 2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# ADB
PRODUCT_PRODUCT_PROPERTIES += \
persist.service.adb.enable=1 \
persist.service.debuggable=1 \
persist.sys.usb.config=mtp,adb \
ro.adb.secure=0
# Audio
PRODUCT_PRODUCT_PROPERTIES += \
ro.config.media_vol_steps=25 \
ro.config.vc_call_vol_steps=7 \
debug.stagefright.omx_default_rank.sw-audio=16 \
ro.control_privapp_permissions=log
# Camera
PRODUCT_PRODUCT_PROPERTIES += \
vendor.camera.aux.packagelist=org.lineageos.snap,net.sourceforge.opencamera,com.google.android.GoogleCamera
# Charger
PRODUCT_PRODUCT_PROPERTIES += \
ro.charger.enable_suspend=true
# Graphics
PRODUCT_PRODUCT_PROPERTIES += \
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true