diff options
author | markchien <markchien@google.com> | 2019-12-16 20:56:17 +0800 |
---|---|---|
committer | Mark Chien <markchien@google.com> | 2019-12-19 12:44:45 +0000 |
commit | 1db6c2088450c41d7e611d8bad33428e64dcde29 (patch) | |
tree | 420bd849876b5ed4ad5f0927ee74970f88160116 /core/jni/fd_utils.cpp | |
parent | 7b2a29361c537feb44faa876f064c76e3a848ea9 (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 0c21076065d5..c8e901e1e15e 100644 --- a/core/jni/fd_utils.cpp +++ b/core/jni/fd_utils.cpp @@ -39,6 +39,7 @@ static const char* kPathWhitelist[] = { "/apex/com.android.sdkext/javalib/framework-sdkext.jar", "/apex/com.android.telephony/javalib/telephony-common.jar", "/apex/com.android.telephony/javalib/ims-common.jar", + "/apex/com.android.tethering/javalib/framework-tethering.jar", "/dev/null", "/dev/socket/zygote", "/dev/socket/zygote_secondary", |