fix the other occurences

This commit is contained in:
Ondrej Mejzlik 2024-09-25 20:23:13 +02:00
parent d5ba0d5182
commit 520f3de561
2 changed files with 2 additions and 2 deletions

View file

@ -392,7 +392,7 @@
<remove-project name="android_external_chromium-webview" />
<!-- refer to twrp-extras.xml why android_frameworks_base is removed here -->
<remove-project name="android_frameworks_base" />
<remove-project name="android_frameworks_base_old" />
<remove-project name="android_frameworks_opt_net_ims" />
<remove-project name="android_frameworks_opt_net_wifi" />

View file

@ -46,7 +46,7 @@
<!-- Include shallow clone of needed external/frameworks folders -->
<project path="external/nist-sip" name="platform/external/nist-sip" groups="pdk" clone-depth="1" />
<project path="external/tagsoup" name="platform/external/tagsoup" groups="pdk" clone-depth="1" />
<project path="frameworks/base" name="android_frameworks_base" remote="omnirom" revision="android-8.1" clone-depth="1" />
<project path="frameworks/base" name="android_frameworks_base_old" remote="omnirom" revision="android-8.1" clone-depth="1" />
<project path="frameworks/data-binding" name="platform/frameworks/data-binding" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
<project path="frameworks/opt/net/voip" name="platform/frameworks/opt/net/voip" groups="pdk-cw-fs,pdk-fs" clone-depth="1" />
<project path="frameworks/opt/telephony" name="android_frameworks_opt_telephony" remote="omnirom" revision="android-8.1" clone-depth="1" />