mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-30 18:08:58 -04:00
Picks
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
807a08210a
commit
8d4d73d65c
12 changed files with 716 additions and 4 deletions
|
@ -211,6 +211,10 @@ if enterAndClear "frameworks/opt/net/wifi"; then
|
|||
applyPatch "$DOS_PATCHES/android_frameworks_opt_net_wifi/0001-Random_MAC.patch"; #Add support for always generating new random MAC (GrapheneOS)
|
||||
fi;
|
||||
|
||||
if enterAndClear "hardware/nxp/nfc"; then
|
||||
git fetch https://github.com/LineageOS/android_hardware_nxp_nfc refs/changes/21/343921/1 && git cherry-pick FETCH_HEAD; #S_asb_2022-11
|
||||
fi;
|
||||
|
||||
if enterAndClear "hardware/qcom-caf/msm8953/audio"; then
|
||||
applyPatch "$DOS_PATCHES/android_hardware_qcom_audio/0001-Unused-8998.patch"; #audio_extn: Fix unused parameter warning in utils.c (codeworkx)
|
||||
fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue