chore: Also run validate-cpp for Android C++ files

This commit is contained in:
Marc Rousavy 2021-09-07 14:17:35 +02:00
parent e82103977f
commit 3d51cca02c
2 changed files with 2 additions and 4 deletions

View File

@ -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:

View File

@ -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