xref: /aosp_15_r20/external/jetpack-camera-app/core/camera/src/main/cpp/jni.lds (revision 7e7863dab8204bb545ead586e736dea632e06846)
1VERS_1.0 {
2  # Export JNI symbols.
3  global:
4    Java_*;
5    JNI_OnLoad;
6
7  # Hide everything else.
8  local:
9    *;
10};
11