From d03fd70f74a9b3961f2b878ea97db7d9321682b6 Mon Sep 17 00:00:00 2001 From: Amit Mahajan Date: Thu, 5 Dec 2019 00:03:08 -0800 Subject: [PATCH] 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 --- core/jni/fd_utils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/jni/fd_utils.cpp b/core/jni/fd_utils.cpp index fd6984b830d7b..0c21076065d59 100644 --- a/core/jni/fd_utils.cpp +++ b/core/jni/fd_utils.cpp @@ -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",