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

Commit d03fd70f authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Whitelist telephony-common, ims-common.

These need to be whitelisted because they are not part of the jars
in /system/framework/ now. Earlier they were, due to which this was
not required since libs under /system/framework are already
whitelisted (through a separate rule).

Test: basic telephony sanity
Test: m com.android.telephony && adb install com.android.telephony.apex
Bug: 145555313
Change-Id: Ieaeec41f1db527f1dd8568a542697c5ba4a4c419
parent b002876a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ static const char* kPathWhitelist[] = {
  "/apex/com.android.ipsec/javalib/ike.jar",
  "/apex/com.android.media/javalib/updatable-media.jar",
  "/apex/com.android.sdkext/javalib/framework-sdkext.jar",
  "/apex/com.android.telephony/javalib/telephony-common.jar",
  "/apex/com.android.telephony/javalib/ims-common.jar",
  "/dev/null",
  "/dev/socket/zygote",
  "/dev/socket/zygote_secondary",