在 Android 中建構

建立依附於 libcxxcc_library_static 的 rust_binary`。

rust_binary {
    name: "cxx_test",
    srcs: ["lib.rs"],
    rustlibs: ["libcxx"],
    static_libs: ["libcxx_test_cpp"],
}