diff options
author | Amit Mahajan <amitmahajan@google.com> | 2019-12-05 00:03:08 -0800 |
---|---|---|
committer | Amit Mahajan <amitmahajan@google.com> | 2019-12-09 14:08:14 -0800 |
commit | d03fd70f74a9b3961f2b878ea97db7d9321682b6 (patch) | |
tree | 449f322841e8d6c3ebd8719bac5ebef99d1dbcaa /core/jni/fd_utils.cpp | |
parent | b002876a41dd71252eab3dea65848ba20eae8ee2 (diff) |
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
Diffstat (limited to 'core/jni/fd_utils.cpp')
-rw-r--r-- | core/jni/fd_utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/jni/fd_utils.cpp b/core/jni/fd_utils.cpp index fd6984b830d7..0c21076065d5 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", |