1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-15 07:06:52 +02:00

Reorder CXX build steps to show genrules first (#2642)

This commit is contained in:
Nicole L 2025-02-26 09:05:36 -08:00 committed by GitHub
parent 08c613326a
commit a10b4e6e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,8 +275,8 @@
- [Rust Error Handling](android/interoperability/cpp/rust-result.md)
- [C++ Error Handling](android/interoperability/cpp/cpp-exception.md)
- [Additional Types](android/interoperability/cpp/type-mapping.md)
- [Building for Android: C++](android/interoperability/cpp/android-build-cpp.md)
- [Building for Android: Genrules](android/interoperability/cpp/android-cpp-genrules.md)
- [Building for Android: C++](android/interoperability/cpp/android-build-cpp.md)
- [Building for Android: Rust](android/interoperability/cpp/android-build-rust.md)
- [With Java](android/interoperability/java.md)