chore: Also run validate-cpp for Android C++ files
This commit is contained in:
parent
e82103977f
commit
3d51cca02c
2
.github/workflows/validate-cpp.yml
vendored
2
.github/workflows/validate-cpp.yml
vendored
@ -7,10 +7,12 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/validate-cpp.yml'
|
||||
- 'cpp/**'
|
||||
- 'android/src/main/cpp/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/validate-cpp.yml'
|
||||
- 'cpp/**'
|
||||
- 'android/src/main/cpp/**'
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
@ -57,10 +57,6 @@ target_include_directories(
|
||||
|
||||
file (GLOB LIBRN_DIR "${BUILD_DIR}/react-native-0*/jni/${ANDROID_ABI}")
|
||||
|
||||
if(${FOR_HERMES})
|
||||
else()
|
||||
endif()
|
||||
|
||||
if(${FOR_HERMES})
|
||||
file (GLOB LIBHERMES_DIR "${BUILD_DIR}/third-party-ndk/hermes/jni/${ANDROID_ABI}")
|
||||
# Use Hermes
|
||||
|
Loading…
Reference in New Issue
Block a user