This diff adds all the synchronous functions implemented in previous diffs to the ffi module. When we build the project, the C++ header file for our library will expose these functions, making them callable from our native C++ code.
Depends on D4937
Differential D4938
[native] expose client functions across FFI boundary Authored by varun on Aug 24 2022, 5:46 AM.
Details This diff adds all the synchronous functions implemented in previous diffs to the ffi module. When we build the project, the C++ header file for our library will expose these functions, making them callable from our native C++ code. Depends on D4937 linked the library to our android cmake project, successfully called the functions and got a response from the identity service
Diff Detail
|