diff options
author | markchien <markchien@google.com> | 2019-12-16 20:56:17 +0800 |
---|---|---|
committer | Mark Chien <markchien@google.com> | 2019-12-19 12:33:49 +0000 |
commit | e14231d5236f27598f17928018d93bdffe761c68 (patch) | |
tree | 9ff4249c83c8fa9d7a4d857be13005e301aab6a8 /core/jni/fd_utils.cpp | |
parent | 90dc909c3aa3d3ea4d80957996f40b5b6e9fd211 (diff) |
[Tether14] Add tethering-client jar to whitelist
Allow putting tethering-client into bootclass path.
Bug: 144320246
Test: -build, flash, boot
Change-Id: I42c0f340d11045fbd8ae99fa60a467e643386eff
Merged-In: I42c0f340d11045fbd8ae99fa60a467e643386eff
Diffstat (limited to 'core/jni/fd_utils.cpp')
-rw-r--r-- | core/jni/fd_utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/jni/fd_utils.cpp b/core/jni/fd_utils.cpp index 8c1ecae67401..a46ad6d6a35f 100644 --- a/core/jni/fd_utils.cpp +++ b/core/jni/fd_utils.cpp @@ -42,6 +42,7 @@ static const char* kPathWhitelist[] = { "/apex/com.android.telephony/javalib/telephony-common.jar", "/apex/com.android.telephony/javalib/ims-common.jar", "/apex/com.android.wifi/javalib/framework-wifi.jar", + "/apex/com.android.tethering/javalib/framework-tethering.jar", "/dev/null", "/dev/socket/zygote", "/dev/socket/zygote_secondary", |