Skip to content

Commit 3120ae0

Browse files
cortinicofacebook-github-bot
authored andcommitted
Update Android-prebuilt.mk to use the correct paths for turbomodule & fabricjni
Summary: When I moved the C++ file around I only updated the Android-prebuilt.cmake I haven't update the Android.mk equivalent. I'm doing it here. Changelog: [Internal] [Changed] - Update Android-prebuilt.mk to use the correct paths for turbomodule & fabricjni Reviewed By: cipolleschi Differential Revision: D39397567 fbshipit-source-id: f9f412ef4a9402f9528414af24eac06a0657f6f5
1 parent f1fdc8b commit 3120ae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactAndroid/Android-prebuilt.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ include $(CLEAR_VARS)
8888
LOCAL_MODULE := turbomodulejsijni
8989
LOCAL_SRC_FILES := $(REACT_NDK_EXPORT_DIR)/$(TARGET_ARCH_ABI)/libturbomodulejsijni.so
9090
LOCAL_EXPORT_C_INCLUDES := \
91-
$(REACT_ANDROID_SRC_DIR)/java/com/facebook/react/turbomodule/core/jni
91+
$(REACT_ANDROID_SRC_DIR)/jni/react/turbomodule
9292
include $(PREBUILT_SHARED_LIBRARY)
9393

9494
# react_render_core
@@ -164,7 +164,7 @@ include $(CLEAR_VARS)
164164
LOCAL_MODULE := fabricjni
165165
LOCAL_SRC_FILES := $(REACT_NDK_EXPORT_DIR)/$(TARGET_ARCH_ABI)/libfabricjni.so
166166
LOCAL_EXPORT_C_INCLUDES := \
167-
$(REACT_ANDROID_SRC_DIR)/java/com/facebook/react/fabric/jni
167+
$(REACT_ANDROID_SRC_DIR)/jni/react/fabricjni
168168
include $(PREBUILT_SHARED_LIBRARY)
169169

170170
# react_render_componentregistry

0 commit comments

Comments
 (0)