commit | 1f294415f5492f40b9b89fbf2810bca0a492c11e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Nov 27 21:32:57 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 27 21:32:57 2023 +0000 |
tree | a4d604412a62f7ef9a46164f10d8f87c0d7e1973 | |
parent | 359611c1dfb1b35779c0226d5811eb67e39a1074 [diff] | |
parent | c1152172492e5897ed2e44927bfaf9627b9a0aa3 [diff] |
Merge "Sandbox pvmfw_fdt_template_rs" into main
diff --git a/rust/project_json.go b/rust/project_json.go index 83c16ca..ad9b690 100644 --- a/rust/project_json.go +++ b/rust/project_json.go
@@ -119,6 +119,9 @@ if !ok { return nil, false } + if !rModule.Enabled() { + return nil, false + } return rModule, true }