summaryrefslogtreecommitdiff
path: root/filesystem/filesystem_test.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2024-11-01 21:55:07 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-11-01 21:55:07 +0000
commit27777d8b8bbcc97b052727288dee4a15eeb9b622 (patch)
treef25588f01f62865ea74b6aabba94a6ac1204fa89 /filesystem/filesystem_test.go
parentd7cecd83e2dd4dfc0c383efbbb0e6d1d6d9cb2f6 (diff)
parent173256b06a4d8a2c52efcc95ca6aab9a59a9f61e (diff)
Merge "Use a boolean to determine if linker.config.pb should be generated" into main
Diffstat (limited to 'filesystem/filesystem_test.go')
-rw-r--r--filesystem/filesystem_test.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/filesystem/filesystem_test.go b/filesystem/filesystem_test.go
index 8fe5daca0..f767eaed1 100644
--- a/filesystem/filesystem_test.go
+++ b/filesystem/filesystem_test.go
@@ -670,7 +670,10 @@ func TestInstallLinkerConfigFile(t *testing.T) {
android_filesystem {
name: "myfilesystem",
deps: ["libfoo_has_no_stubs", "libfoo_has_stubs"],
- linker_config_srcs: ["linker.config.json"],
+ linkerconfig: {
+ gen_linker_config: true,
+ linker_config_srcs: ["linker.config.json"],
+ },
partition_type: "vendor",
}
cc_library {