-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoplus_native_features.sh
executable file
·150 lines (150 loc) · 5.66 KB
/
oplus_native_features.sh
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
#!/bin/bash
export OPLUS_BUG_STABILITY=yes
export OPLUS_BUG_COMPATIBILITY=yes
export OPLUS_BUG_DEBUG=yes
export OPLUS_ARCH_INJECT=yes
export OPLUS_ARCH_EXTENDS=yes
export COLOROS_EDIT=yes
export OPLUS_FEATURE_PLATFORM=MTK
export OPLUS_FEATURE_PERFORMANCE=yes
export OPLUS_FEATURE_ENGINEERTOOLS=true
export OPLUS_FEATURE_SELINUX_CONTROL_LOG=true
export OPLUS_FEATURE_SELINUX_DEBUG_BUILD=true
export OPLUS_FEATURE_SELINUX_CONTEXTS=true
export OPLUS_FEATURE_DYNAMIC_KEYMAP=yes
export OPLUS_FEATURE_DROP_STATUSBAR=yes
export OPLUS_FEATURE_GESTURE_SCREENSHOT=yes
export OPLUS_FEATURE_DATE_FIXUP=true
export OPLUS_FEATURE_DEXOPT_SPEED=true
export OPLUS_FEATURE_APP_ACCESS_FILES=true
export OPLUS_FEATURE_OTA_DATA_UPDATE=true
export OPLUS_FEATURE_CUSTOM_GIDS=true
export OPLUS_FEATURE_ALLFILEACCESS=yes
export OPLUS_FEATURE_CTS_FINGERPRINT=yes
export OPLUS_FEATURE_STORAGE=yes
export OPLUS_FEATURE_STORAGE_MOUNT=yes
export OPLUS_FEATURE_STORAGE_RESIZE=yes
export OPLUS_FEATURE_STORAGE_TRIM=yes
export OPLUS_FEATURE_STORAGE_FBE=yes
export OPLUS_FEATURE_STORAGE_MTP=yes
export OPLUS_FEATURE_STORAGE_RESERVEPARTITION=yes
export OPLUS_FEATURE_STORAGE_USB=yes
export OPLUS_FEATURE_STORAGE_CUSTOMIZE_PARTITION=yes
export OPLUS_FEATURE_STORAGE_FDE=yes
export OPLUS_FEATURE_STORAGE_AUTOMATIC_TIMING=yes
export OPLUS_BUG_UPDATABILITY=yes
export OPLUS_FEATURE_RECOVERY_BUILD=yes
export OPLUS_FEATURE_RECOVERY_BOOT=yes
export OPLUS_FEATURE_RECOVERY_UI=yes
export OPLUS_FEATURE_RECOVERY_RESET=yes
export OPLUS_FEATURE_OTAPACKAGE_BUILD=yes
export OPLUS_FEATURE_OTAPACKAGE_UPDATER=yes
export OPLUS_FEATURE_OTAPACKAGE_SCRIPT=yes
export OPLUS_FEATURE_BOOTANIMATION=yes
export OPLUS_FEATURE_SECURE_GUARD=yes
export OPLUS_FEATURE_SECURE_ROOTGUARD=yes
export OPLUS_FEATURE_SECURE_MOUNTGUARD=yes
export OPLUS_FEATURE_SECURE_EXECGUARD=yes
export OPLUS_FEATURE_SECURE_KEVENTUPLOAD=yes
export OPLUS_FEATURE_EDGE_PANEL=yes
export OPLUS_FEATURE_SCREEN_FINGERPRINT=yes
export OPLUS_FEATURE_ENGINEERING_FILEACCESS=yes
export OPLUS_FEATURE_ORMS=yes
export OPLUS_ARCH_CUSTOM_PARTITION=yes
export OPLUS_FEATURE_MAINLINE=yes
export OPLUS_FEATURE_DEXOPT_STRATEGY=true
export OPLUS_FEATURE_CLOUD_COMPILE=yes
export OPLUS_FEATURE_BATTERY_MANAGER=yes
export OPLUS_FEATURE_PMS_EXCEPTION_FIX=true
export OPLUS_FEATURE_PMS_BOOT_TIME_OPT=true
export OPLUS_FEATURE_SHUTDOWN_DETECT=yes
export OPLUS_FEATURE_PHOENIX=yes
export OPLUS_FEATURE_AGINGTEST=yes
export OPLUS_FEATURE_FINGERPRINT=yes
export OPLUS_FEATURE_FINGERPRINTPAY=yes
export OPLUS_FEATURE_FACERECOGNITION=yes
export OPLUS_FEATURE_HEALTHINFO=yes
export OPLUS_FEATURE_SCHED_ASSIST=yes
export OPLUS_FEATURE_PROCESS_RECLAIM=yes
export OPLUS_FEATURE_FG_IO_OPT=yes
export OPLUS_FEATURE_TP_BASIC=yes
export OPLUS_FEATURE_TP_BSPFWUPDATE=yes
export OPLUS_FEATURE_MULTI_KSWAPD=yes
export OPLUS_FEATURE_ZRAM_OPT=yes
export OPLUS_FEATURE_MULTI_FREEAREA=yes
export OPLUS_FEATURE_VIRTUAL_RESERVE_MEMORY=yes
export OPLUS_FEATURE_SENSOR=yes
export OPLUS_FEATURE_SENSOR_ALGORITHM=yes
export OPLUS_FEATURE_STORAGE_TOOL=yes
export OPLUS_FEATURE_CHG_BASIC=yes
export OPLUS_FEATURE_NEW_FTMFLASHLIGHT_NODE=yes
export OPLUS_ARCH_EXTENDS_CAM_TUNING_LIB=yes
export OPLUS_ARCH_EXTENDS_CAM_TUNING_PARAMS=yes
export OPLUS_FEATURE_CAMERA_COMMON=yes
export OPLUS_FEATURE_WIFI_DATASTALL=yes
export OPLUS_FEATURE_WIFI_MTUDETECT=yes
export OPLUS_FEATURE_WIFI_SLA=yes
export OPLUS_FEATURE_WIFI_GBK=yes
export OPLUS_FEATURE_WIFI_DUALSTA=yes
export OPLUS_FEATURE_WIFI_OSHARE=yes
export OPLUS_FEATURE_WIFI_SUPPLICANTHIDL=yes
export OPLUS_FEATURE_WIFI_LIMMITBGSPEED=yes
export OPLUS_FEATURE_BT_INTEROPLIST=yes
export OPLUS_FEATURE_BT_FW_OVERRIDE_MTK=yes
export OPLUS_FEATURE_FONT_FLIP=yes
export OPLUS_FEATURE_MOTION_INTERCEPT=yes
export OPLUS_FEATURE_LINKERCONFIG_CUSTOM=yes
export OPLUS_FEATURE_RESOURCES_COMPILE=yes
export OPLUS_FEATURE_DARKMODE=yes
export OPLUS_FEATURE_DUMP_SENSOR=yes
export OPLUS_FEATURE_ATLAS=yes
export OPLUS_FEATURE_AUDIO_FTM=yes
export OPLUS_FEATURE_AUDIOSERVER_DEBUG=yes
export OPLUS_FEATURE_VIP_RECORD=yes
export OPLUS_FEATURE_PA_DUMMY=true
export OPLUS_FEATURE_VOIP_ENHANCE=yes
export OPLUS_FEATURE_GAMEVOICEOPTIMIZE=yes
export OPLUS_FEATURE_KTV=true
export OPLUS_FEATURE_PLAYBACKCAPTURE=yes
export OPLUS_FEATURE_GAME_MUTE=yes
export OPLUS_FEATURE_VOICE_CHANGER=yes
export OPLUS_FEATURE_INPUTCHANNEL_CHOICE=yes
export OPLUS_FEATURE_AUDIOVOICE_SCENCE=true
export OPLUS_FEATURE_DOLBY=true
export OPLUS_FEATURE_DIRAC=true
export OPLUS_FEATURE_GAME_AUDIO_EFFECTS=true
export OPLUS_FEATURE_OPERATOR_RINGTONE=yes
export OPLUS_FEATURE_CAMERASOUND_FORCE=yes
export OPLUS_FEATURE_FORBID_RECORD=yes
export OPLUS_FEATURE_SPEAKER_MUTE=true
export OPLUS_FEATURE_AUDIO_LOWLATENCY=true
export OPLUS_FEATURE_DUALHEADPHONE=true
export OPLUS_FEATURE_MULTISCENE_RECORD=yes
export OPLUS_FEATURE_VIBRING_SYNC=true
export OPLUS_FEATURE_AUDIO_DUMP=true
export OPLUS_FEATURE_OPLUS_AVENHANCEMENT=yes
export OPLUS_FEATURE_APE_DECODER=yes
export OPLUS_FEATURE_VIDEO_TITLE=yes
export OPLUS_FEATURE_MP3_RECORDER=yes
export OPLUS_FEATURE_FFMPEG_INTEGRATION=yes
export OPLUS_FEATURE_FEEDBACK_INFO=yes
export OPLUS_FEATURE_IMAGE_PROCESSING=yes
export OPLUS_FEATURE_ZEN_MODE=yes
export OPLUS_FEATURE_MULTIBITS_BL=yes
export OPLUS_FEATURE_ONSCREENFINGERPRINT=yes
export OPLUS_FEATURE_DC=yes
export OPLUS_FEATURE_AOD=yes
export OPLUS_FEATURE_DRE=yes
export OPLUS_FEATURE_OSC=yes
export OPLUS_FEATURE_AUTOBRIGHTNESS=yes
export OPLUS_FEATURE_GPU_MINIDUMP=yes
export OPLUS_FEATURE_SCREENSHOT=yes
export OPLUS_FEATURE_GIFT=yes
export OPLUS_FEATURE_OSIE=yes
export OPLUS_FEATURE_VPP=yes
export OPLUS_FEATURE_GAME_OIFACE=yes
export OPLUS_FEATURE_PLATFORM_MTK=yes
export OPLUS_FEATURE_VOICE_WAKEUP=true
export OPLUS_FEATURE_VOW_WAKEUP=true
export OPLUS_FEATURE_VOICE_WAKEUP_LOG_ENABLE=true
export TARGET_PRODUCT=vnd_oplus6781