Give access to the native InputQueue to all native applications.
Bug: 116830907
Test: atest android.view.cts.InputQueueTest#testNativeInputQueue
Change-Id: Ia7741ac4922afeeca334266caef3331b521f87e4
diff --git a/native/android/libandroid.map.txt b/native/android/libandroid.map.txt
index 29c1d8c..f00eef2 100644
--- a/native/android/libandroid.map.txt
+++ b/native/android/libandroid.map.txt
@@ -91,6 +91,7 @@
AInputQueue_attachLooper;
AInputQueue_detachLooper;
AInputQueue_finishEvent;
+ AInputQueue_fromJava; # introduced=Tiramisu
AInputQueue_getEvent;
AInputQueue_hasEvents;
AInputQueue_preDispatchEvent;