Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3365751
D4778.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4778.diff
View Options
diff --git a/native/android/app/CMakeLists.txt b/native/android/app/CMakeLists.txt
--- a/native/android/app/CMakeLists.txt
+++ b/native/android/app/CMakeLists.txt
@@ -54,6 +54,7 @@
)
add_subdirectory(${_third_party_dir}/glog/glog-${GLOG_VERSION}/)
add_subdirectory(../../node_modules/olm ./build)
+add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../../cpp/CommonCpp/grpc comm-grpc)
set(_node_modules_dir ${CMAKE_CURRENT_SOURCE_DIR}/../../node_modules)
set(_react_native_dir ${_node_modules_dir}/react-native)
@@ -96,8 +97,6 @@
../../cpp/CommonCpp/NativeModules/PersistentStorageUtilities/MessageOperationsUtilities/MessageSpecs
../../cpp/CommonCpp/DatabaseManagers
../../cpp/CommonCpp/Tools
- ../../cpp/CommonCpp/grpc/_generated
- ../../cpp/CommonCpp/grpc
)
# search for all cpp files in this directory
@@ -109,7 +108,6 @@
file(GLOB DOUBLE_CONVERSION_SOURCES
"${_third_party_dir}/double-conversion/double-conversion/*.cc"
)
-file(GLOB GRPC_CODE "../../cpp/CommonCpp/grpc/_generated/*.cc")
add_library(
# Sets the name of the library.
@@ -217,6 +215,8 @@
openssl-ssl
grpc++
libprotobuf
+
+ comm-blob-grpc
)
# add a dummy library which is required by CallInvokerHolderImpl.java
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 7:34 AM (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2583892
Default Alt Text
D4778.diff (1 KB)
Attached To
Mode
D4778: [Android] Reference grpc utilities through CMake project
Attached
Detach File
Event Timeline
Log In to Comment