Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37644b38 authored by Felix's avatar Felix Committed by Michael Bestas
Browse files

check_boot_jars: Add CAF IMS to whitelist

Fixes:
Error: /srv/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/classes.jar
  contains class file org/codeaurora/ims/ImsMultiIdentityControllerBase$MultiIdentityBinder.class,
  which is not in the whitelist
Error: /srv/out/target/common/obj/JAVA_LIBRARIES/telephony-ext_intermediates/classes.jar
  contains class file org/codeaurora/internal/Client$1.class,
  which is not in the whitelist

(The error only pops up when using "make dist")

Change-Id: Ie16fb539c53d59a9e8ca44a974e4c2259fdeaf05
parent 6f61be77
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -251,3 +251,10 @@ org\.chromium\.arc\..*
# LineageOS
lineageos\.platform
org\.lineageos\.platform\.internal

###################################################
# CodeAurora IMS functionality needed by frameworks/opt/telephony
# as part of "ims-ext-common"
org\.codeaurora\.ims.*
# telephony-ext:
org\.codeaurora\.internal.*