Kudo / react-native-v8

Opt-in V8 runtime for React Native Android
MIT License
914 stars 69 forks source link

Exclude libruntimeexecutor.so from cmake auto linking #145

Closed Kudo closed 1 year ago

Kudo commented 1 year ago

Why

fix #144

How

regression from #141 where it introduces libruntimeexecutor.so links but does not exclude it from gradle. that would cause build errors on linux.