From e3a84fe7d64d6a96f656674cec93f72874f8f40c Mon Sep 17 00:00:00 2001 From: "Chaitanya Cheemala (xWF)" Date: Tue, 19 Nov 2024 09:29:03 +0000 Subject: Revert "Do not allow vintf_fragments for modules installed in the filesystem" This reverts commit d3d89ede5d31c6175915dc4516bf6cd5cb3cd350. Reason for revert: Likely culprit for b/379811732 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: I9d70e7ae4a7c9663d6bc25f0291df615dfc6d58b --- filesystem/system_image.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'filesystem/system_image.go') 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 -} -- cgit v1.2.3-59-g8ed1b