forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request facebook#1006 from rasaha91/0.64-stable-android-pr…
…-fixes Cherry pick changes to fix building rn-tester app for android from main to 0.64-stable
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
android-patches/patches/Build/ReactAndroid/Android-prebuilt.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/ReactAndroid/Android-prebuilt.mk b/ReactAndroid/Android-prebuilt.mk | ||
index 18f8c26620..1e5afe5751 100644 | ||
--- a/ReactAndroid/Android-prebuilt.mk | ||
+++ b/ReactAndroid/Android-prebuilt.mk | ||
@@ -34,7 +34,7 @@ include $(CLEAR_VARS) | ||
LOCAL_MODULE := folly_json | ||
LOCAL_SRC_FILES := $(REACT_NDK_EXPORT_DIR)/$(TARGET_ARCH_ABI)/libfolly_json.so | ||
LOCAL_EXPORT_C_INCLUDES := \ | ||
- $(THIRD_PARTY_NDK_DIR)/boost/boost_1_63_0 \ | ||
+ $(THIRD_PARTY_NDK_DIR)/boost/boost_1_68_0 \ | ||
$(THIRD_PARTY_NDK_DIR)/double-conversion \ | ||
$(THIRD_PARTY_NDK_DIR)/folly | ||
# Note: Sync with folly/Android.mk. |