summaryrefslogtreecommitdiff
path: root/filesystem/system_image.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-11-26 05:43:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-11-26 05:43:45 +0000
commit5cb0cf40bc416108ee635daf45473612415fcde5 (patch)
tree0aaa178d367e6a46fc930a7392301e5565aca9cd /filesystem/system_image.go
parentff9aa2b1aa25e15d004c2496fa079f08b947bc04 (diff)
parent6dbff039219e5186db651968ed924412005e5a0a (diff)
Merge "Revert "Reland: Do not allow vintf_fragments for modules installed in the filesystem"" into main
Diffstat (limited to 'filesystem/system_image.go')
-rw-r--r--filesystem/system_image.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/filesystem/system_image.go b/filesystem/system_image.go
index 60a513346..d03eab45b 100644
--- a/filesystem/system_image.go
+++ b/filesystem/system_image.go
@@ -63,7 +63,3 @@ func (s *systemImage) FilterPackagingSpec(ps android.PackagingSpec) bool {
(ps.Partition() == "system" || ps.Partition() == "root" ||
strings.HasPrefix(ps.Partition(), "system/"))
}
-
-func (s *systemImage) ShouldUseVintfFragmentModuleOnly() bool {
- return true
-}