Skip to content

Commit

Permalink
Update Android-prebuilt.mk to use the correct paths for turbomodule &…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
cortinico authored and facebook-github-bot committed Sep 12, 2022
1 parent f1fdc8b commit 3120ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactAndroid/Android-prebuilt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := turbomodulejsijni
LOCAL_SRC_FILES := $(REACT_NDK_EXPORT_DIR)/$(TARGET_ARCH_ABI)/libturbomodulejsijni.so
LOCAL_EXPORT_C_INCLUDES := \
$(REACT_ANDROID_SRC_DIR)/java/com/facebook/react/turbomodule/core/jni
$(REACT_ANDROID_SRC_DIR)/jni/react/turbomodule
include $(PREBUILT_SHARED_LIBRARY)

# react_render_core
Expand Down Expand Up @@ -164,7 +164,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := fabricjni
LOCAL_SRC_FILES := $(REACT_NDK_EXPORT_DIR)/$(TARGET_ARCH_ABI)/libfabricjni.so
LOCAL_EXPORT_C_INCLUDES := \
$(REACT_ANDROID_SRC_DIR)/java/com/facebook/react/fabric/jni
$(REACT_ANDROID_SRC_DIR)/jni/react/fabricjni
include $(PREBUILT_SHARED_LIBRARY)

# react_render_componentregistry
Expand Down

0 comments on commit 3120ae0

Please sign in to comment.