Skip to content

Commit bc0c97c

Browse files
georgthegreatblinkov
authored andcommitted
Introduce convenient JNI_EXPORTS() macro
commit_hash:3dd7df182800224a90b52e8efa397e4048e6f3fe
1 parent 644684d commit bc0c97c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/ymake.core.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,10 @@ macro EXPORTS_SCRIPT(Arg) {
12621262
SET(EXPORTS_FILE $Arg)
12631263
}
12641264

1265+
macro JNI_EXPORTS() {
1266+
EXPORTS_SCRIPT(${ARCADIA_ROOT}/build/essentials/jni_exports.exports)
1267+
}
1268+
12651269
### @usage: NO_EXPORT_DYNAMIC_SYMBOLS()
12661270
###
12671271
### Disable exporting all non-hidden symbols as dynamic when linking a PROGRAM.

0 commit comments

Comments
 (0)