[streaming] export aligned_ symbols from raylet.so (#12345)

This commit is contained in:
Lixin Wei
2020-11-25 00:16:12 +08:00
committed by GitHub
parent 1ae4d2873a
commit 462c7fb575
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -29,3 +29,5 @@
*Java*
*JNI_*
*ray*streaming*
*aligned_free*
*aligned_malloc*
+2
View File
@@ -31,5 +31,7 @@ VERSION_1.0 {
*Java*;
*JNI_*;
*ray*streaming*;
*aligned_free*;
*aligned_malloc*;
local: *;
};