File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
packages/create-react-native-library/templates Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ module.exports = {
6
6
platforms : {
7
7
android : {
8
8
< % _ if ( local ) { - % >
9
- cmakeListsPath : 'build/generated/source/codegen/jni/CMakeLists.txt' ,
9
+ cmakeListsPath : 'build/generated/source/codegen/jni/CMakeLists.txt' ,
10
10
< % _ } else { - % >
11
- cmakeListsPath : 'generated/jni/CMakeLists.txt' ,
11
+ cmakeListsPath : 'generated/jni/CMakeLists.txt' ,
12
12
< % _ } - % >
13
13
} ,
14
14
} ,
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ module.exports = {
6
6
platforms : {
7
7
android : {
8
8
< % _ if ( local ) { - % >
9
- cmakeListsPath : 'build/generated/source/codegen/jni/CMakeLists.txt' ,
9
+ cmakeListsPath : 'build/generated/source/codegen/jni/CMakeLists.txt' ,
10
10
< % _ } else { - % >
11
- cmakeListsPath : 'generated/jni/CMakeLists.txt' ,
11
+ cmakeListsPath : 'generated/jni/CMakeLists.txt' ,
12
12
< % _ } - % >
13
13
} ,
14
14
} ,
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ module.exports = {
6
6
platforms : {
7
7
android : {
8
8
< % _ if ( local ) { - % >
9
- cmakeListsPath : 'build/generated/source/codegen/jni/CMakeLists.txt' ,
9
+ cmakeListsPath : 'build/generated/source/codegen/jni/CMakeLists.txt' ,
10
10
< % _ } else { - % >
11
- cmakeListsPath : 'generated/jni/CMakeLists.txt' ,
11
+ cmakeListsPath : 'generated/jni/CMakeLists.txt' ,
12
12
< % _ } - % >
13
13
} ,
14
14
} ,
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ module.exports = {
6
6
platforms : {
7
7
android : {
8
8
< % _ if ( local ) { - % >
9
- cmakeListsPath : 'build/generated/source/codegen/jni/CMakeLists.txt' ,
9
+ cmakeListsPath : 'build/generated/source/codegen/jni/CMakeLists.txt' ,
10
10
< % _ } else { - % >
11
- cmakeListsPath : 'generated/jni/CMakeLists.txt' ,
11
+ cmakeListsPath : 'generated/jni/CMakeLists.txt' ,
12
12
< % _ } - % >
13
13
} ,
14
14
} ,
You can’t perform that action at this time.
0 commit comments