Skip to content

Commit ce786f0

Browse files
authored
chore: Remove unused env variable (#3091)
Seems to be unused ![image](https://github.com/user-attachments/assets/2b32f19c-8a3c-469b-9e17-d735cd36288d)
1 parent a3a4b9b commit ce786f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ android {
118118
externalNativeBuild {
119119
cmake {
120120
cppFlags "-O2", "-frtti", "-fexceptions", "-Wall", "-Werror", "-std=c++20", "-DANDROID"
121-
arguments "-DAPP_BUILD_DIR=${appProject.buildDir}",
122-
"-DREACT_NATIVE_DIR=${REACT_NATIVE_DIR}",
121+
arguments "-DREACT_NATIVE_DIR=${REACT_NATIVE_DIR}",
123122
"-DREACT_NATIVE_MINOR_VERSION=${REACT_NATIVE_MINOR_VERSION}",
124123
"-DANDROID_STL=c++_shared"
125124
abiFilters (*reactNativeArchitectures())

0 commit comments

Comments
 (0)