diff options
Diffstat (limited to 'filesystem/system_image.go')
-rw-r--r-- | filesystem/system_image.go | 4 |
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 -} |