linear issue: ENG-2013
Deleting lib.rs.h, lib.rs.cc and cxx.h after build causes IDE to display errors, and to be unable to index our cxx functions.
These files are in .gitignore, so this should only change what is seen locally.
Details
Details
- Reviewers
varun - Commits
- rCOMMd80ac01bc30f: Remove deleting cxx files after build
Build ios, stop ios, see that lib.rs.h, lib.rs.cc and cxx.h files are still present in native/native-rust_library/
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
let's remove the clean-up-native-rust-library.sh script as well since we're not calling it anymore
Comment Actions
Looking at the diff that introduced this D5168 it seems like the main reason was to
remove the header files after build so they don't appear in the devs' git status
Should we git ignore the files then?