https://linear.app/comm/issue/ENG-10286/migrate-jsi-related-stuff
We no longer use glog and folly downloaded during building but follow what expo-modules-core does: https://github.com/expo/expo/blob/488db10ae2b365f9e8062b403c8a575031a92ade/packages/expo-modules-core/android/CMakeLists.txt#L137
Also some files that we include from react-native were moved.
Depends on D14966