mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Revert Add support for C++17 in OSS for ReactAndroid
Summary: changelog: internal This broke the build of `ReactAndroid`. The error reported is the following: https://github.com/react-native-community/docker-android/runs/5432343549?check_suite_focus=true Created from CodeHub with https://fburl.com/edit-in-codehub Reviewed By: ShikaSD Differential Revision: D34667826 fbshipit-source-id: fa84f03eca4cc7873088ebf2de473547dffea224
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1f87729697
commit
29aed0812c
@@ -27,7 +27,7 @@ NDK_MODULE_PATH := $(APP_MK_DIR)$(HOST_DIRSEP)$(THIRD_PARTY_NDK_DIR)$(HOST_DIRSE
|
||||
APP_STL := c++_shared
|
||||
|
||||
APP_CFLAGS := -Wall -Werror -fexceptions -frtti -DWITH_INSPECTOR=1
|
||||
APP_CPPFLAGS := -std=c++17
|
||||
APP_CPPFLAGS := -std=c++1y
|
||||
# Make sure every shared lib includes a .note.gnu.build-id header
|
||||
APP_LDFLAGS := -Wl,--build-id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user