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:
Nicola Corti
2022-09-29 07:08:21 -07:00
committed by Facebook GitHub Bot
parent 277a64f03e
commit 3e5b9d4f5e
3 changed files with 11 additions and 10 deletions
@@ -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