mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
Update Boost dependency on Android to 1.63
Summary: We use this version internally. Closes https://github.com/facebook/react-native/pull/12837 Differential Revision: D4688986 Pulled By: mkonicek fbshipit-source-id: 93d9dedb51a56d6104aae443e939455c44397e88
This commit is contained in:
committed by
Facebook Github Bot
parent
0c46953ad0
commit
193afff926
@@ -1,11 +1,11 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/boost_1_57_0
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/boost_1_57_0
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/boost_1_63_0
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/boost_1_63_0
|
||||
CXX11_FLAGS := -std=gnu++11
|
||||
LOCAL_EXPORT_CPPFLAGS := $(CXX11_FLAGS)
|
||||
|
||||
LOCAL_MODULE := boost
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user