diff --git a/.github/workflows/validate-cpp.yml b/.github/workflows/validate-cpp.yml index 9ed96b6..ab016aa 100644 --- a/.github/workflows/validate-cpp.yml +++ b/.github/workflows/validate-cpp.yml @@ -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: diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index 98e4858..adf597b 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -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