mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move glog to be consumed via prefab
Summary: This removes the old way of consuming `libglog.so` from `Android-prebuilt.cmake` to using Prefab which is natively supported by the Android pipeline. Changelog: [Internal] [Changed] - Move `glog` to be consumed via prefab Reviewed By: cipolleschi Differential Revision: D39927147 fbshipit-source-id: 99f0241da1dece0efc8d928c3d25f30f3fa48a09
This commit is contained in:
committed by
Facebook GitHub Bot
parent
277a64f03e
commit
3e5b9d4f5e
@@ -61,14 +61,6 @@ target_compile_options(folly_runtime
|
||||
-DFOLLY_MOBILE=1
|
||||
-DFOLLY_HAVE_XSI_STRERROR_R=1)
|
||||
|
||||
## glog
|
||||
add_library(glog SHARED IMPORTED GLOBAL)
|
||||
set_target_properties(glog
|
||||
PROPERTIES
|
||||
IMPORTED_LOCATION
|
||||
${REACT_NDK_EXPORT_DIR}/${ANDROID_ABI}/libglog.so)
|
||||
target_include_directories(glog INTERFACE ${THIRD_PARTY_NDK_DIR}/glog/exported)
|
||||
|
||||
## yoga
|
||||
add_library(yoga SHARED IMPORTED GLOBAL)
|
||||
set_target_properties(yoga
|
||||
|
||||
Reference in New Issue
Block a user