Skip to content

Commit

Permalink
manifest: track our own frameworks/native & frameworks/opt/net/wifi fork
Browse files Browse the repository at this point in the history
  • Loading branch information
BAProductions committed May 2, 2023
1 parent 7e8b2ac commit 7fbb73f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions snippets/lightning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
<remove-project path="frameworks/base" name="LineageOS/android_frameworks_base" groups="pdk-cw-fs,pdk-fs" />
<project path="frameworks/base" name="android_frameworks_base" groups="pdk-cw-fs,pdk-fs" remote="LightningFastRom" />

<!-- frameworks/opt/net/wifi replacement for LFR -->
<remove-project path="frameworks/opt/net/wifi" name="LineageOS-Revived/android_frameworks_opt_net_wifi" groups="pdk" />
<project path="frameworks/opt/net/wifi" name="android_frameworks_opt_net_wifi" groups="pdk" remote="LightningFastRom" />

<!-- frameworks/native for LFR -->
<remove-project path="frameworks/native" name="LineageOS-Revived/android_frameworks_native" groups="pdk" />
<project path="frameworks/native" name="android_frameworks_native" groups="pdk" remote="LightningFastRom" />

<!-- LineageSDK replacement for LFR -->
<remove-project path="lineage-sdk" name="LineageOS/android_lineage-sdk" />
<project path="lineage-sdk" name="android_lineage-sdk" remote="LightningFastRom" />
Expand Down

0 comments on commit 7fbb73f

Please sign in to comment.