Skip to content

Commit fd2fb6c

Browse files
Emil SjolanderFacebook Github Bot
authored andcommitted
Update yoga library name
Reviewed By: bestander Differential Revision: D4273387 fbshipit-source-id: 91373c6ef1e94b330fa249235ba97fec480e17c7
1 parent 6234a5d commit fd2fb6c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ReactAndroid/src/main/jni/first-party/csslayoutjni/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
22

33
include $(CLEAR_VARS)
44

5-
LOCAL_MODULE := csslayout
5+
LOCAL_MODULE := yoga
66

77
LOCAL_SRC_FILES := \
88
jni/YGJNI.cpp
@@ -15,7 +15,7 @@ LOCAL_CFLAGS += $(CXX11_FLAGS)
1515
LOCAL_EXPORT_CPPFLAGS := $(CXX11_FLAGS)
1616

1717
LOCAL_LDLIBS += -landroid -llog
18-
LOCAL_STATIC_LIBRARIES := libcsslayoutcore
18+
LOCAL_STATIC_LIBRARIES := yogacore
1919
LOCAL_SHARED_LIBRARIES := libfb
2020

2121
include $(BUILD_SHARED_LIBRARY)

ReactAndroid/src/main/jni/first-party/csslayoutjni/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include_defs('//ReactAndroid/DEFS')
44
if IS_OSS_BUILD:
55
cxx_library(
66
name = 'jni',
7-
soname = 'libcsslayout.$(ext)',
7+
soname = 'libyoga.$(ext)',
88
srcs = glob(['jni/*.cpp']),
99
header_namespace = '',
1010
compiler_flags = [

ReactCommon/CSSLayout/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
22

33
include $(CLEAR_VARS)
44

5-
LOCAL_MODULE := csslayoutcore
5+
LOCAL_MODULE := yogacore
66

77
LOCAL_SRC_FILES := \
88
CSSLayout/Yoga.c \

0 commit comments

Comments
 (0)