Loading android/allowlists/allowlists.go +15 −1 Original line number Diff line number Diff line Loading @@ -498,7 +498,21 @@ var ( "libitoa", "libos_str_bytes", "libheck", "libclap_ex", "libclap_lex", "libsyn", "libquote", "libunicode_ident", "libproc_macro2", "libthiserror_impl", "libserde_derive", "libclap_derive", "libthiserror", "libserde", "libclap", "libbytes", "libprotobuf_support", "libtinytemplate", "libserde_json", // ext "tagsoup", Loading rust/rust.go +1 −3 Original line number Diff line number Diff line Loading @@ -1856,9 +1856,7 @@ func (m *Module) ConvertWithBp2build(ctx android.TopDownMutatorContext) { } // This is a workaround by assuming the conventions that rust crate repos are structured // // while waiting for the sandboxing work to complete. // // TODO(b/297344471): When crate_root prop is set which enforces inputs sandboxing, // always use `srcs` and `compile_data` props to generate `srcs` and `compile_data` attributes // instead of using globs. Loading Loading
android/allowlists/allowlists.go +15 −1 Original line number Diff line number Diff line Loading @@ -498,7 +498,21 @@ var ( "libitoa", "libos_str_bytes", "libheck", "libclap_ex", "libclap_lex", "libsyn", "libquote", "libunicode_ident", "libproc_macro2", "libthiserror_impl", "libserde_derive", "libclap_derive", "libthiserror", "libserde", "libclap", "libbytes", "libprotobuf_support", "libtinytemplate", "libserde_json", // ext "tagsoup", Loading
rust/rust.go +1 −3 Original line number Diff line number Diff line Loading @@ -1856,9 +1856,7 @@ func (m *Module) ConvertWithBp2build(ctx android.TopDownMutatorContext) { } // This is a workaround by assuming the conventions that rust crate repos are structured // // while waiting for the sandboxing work to complete. // // TODO(b/297344471): When crate_root prop is set which enforces inputs sandboxing, // always use `srcs` and `compile_data` props to generate `srcs` and `compile_data` attributes // instead of using globs. Loading