summaryrefslogtreecommitdiff
path: root/apex
diff options
context:
space:
mode:
author Gabriel Biren <gbiren@google.com> 2024-10-08 21:42:03 +0000
committer Gabriel Biren <gbiren@google.com> 2024-10-08 22:44:55 +0000
commitd0d2305d938b262e5081d1cb5cdd11a2806f8385 (patch)
treeacbedcff0a466c83ac6860fe8b7df6bb51dec920 /apex
parent354a333d785f82c7530e6c4fc1bacce030ae5fcb (diff)
Add JNI method to retrieve the binder
for services in the mainline module. Bug: 365585450 Flag: com.android.wifi.flags.mainline_supplicant Test: Manual test - verify that we can retrieve the binder and call a method in the mainline supplicant service Change-Id: I1c25f839826042098f2186b03b0eb807edb76db8
Diffstat (limited to 'apex')
-rw-r--r--apex/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index a878695458..f570b8cebd 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -35,6 +35,9 @@ apex_defaults {
"ServiceWifiResources",
"WifiDialog",
],
+ jni_libs: [
+ "libservice-wifi-jni",
+ ],
defaults: ["r-launched-apex-module"],
// Indicates that pre-installed version of this apex can be compressed.
// Whether it actually will be compressed is controlled on per-device basis.