Skip to content

Commit ea5a264

Browse files
rohitjain85acoates-ms
authored andcommitted
Stop RN Tester 64 bit APKs (#28)
1 parent 4b07368 commit ea5a264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RNTester/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ android {
114114
enable enableSeparateBuildPerCPUArchitecture
115115
universalApk false
116116
reset()
117-
include "armeabi-v7a", "x86", "x86_64", "arm64-v8a"
117+
include "armeabi-v7a", "x86"
118118
}
119119
}
120120
buildTypes {

ReactAndroid/src/main/jni/Application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ APP_MK_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
2222
# Where are APP_MK_DIR, THIRD_PARTY_NDK_DIR, etc. defined?
2323
# The directories inside NDK_MODULE_PATH (ex: APP_MK_DIR, THIRD_PARTY_NDK_DIR,
2424
# etc.) are defined inside build.gradle.
25-
NDK_MODULE_PATH := $(APP_MK_DIR)$(HOST_DIRSEP)$(THIRD_PARTY_NDK_DIR)$(HOST_DIRSEP)$(REACT_COMMON_DIR)$(HOST_DIRSEP)$(APP_MK_DIR)first-party$(HOST_DIRSEP)$(REACT_SRC_DIR)$(REACT_V8_DIR)$(HOST_DIRSEP)$(REACT_V8_DIR)/../v8base$(HOST_DIRSEP)$(REACT_V8_DIR)/../v8platform$(HOST_DIRSEP)$(THIRD_PARTY_NDK_SRC_DIR)$(HOST_DIRSEP)
25+
NDK_MODULE_PATH := $(APP_MK_DIR)$(HOST_DIRSEP)$(THIRD_PARTY_NDK_DIR)$(HOST_DIRSEP)$(REACT_COMMON_DIR)$(HOST_DIRSEP)$(APP_MK_DIR)first-party$(HOST_DIRSEP)$(THIRD_PARTY_NDK_SRC_DIR)$(HOST_DIRSEP)
2626

2727
APP_STL := gnustl_shared
2828

0 commit comments

Comments
 (0)