From 6dbff039219e5186db651968ed924412005e5a0a Mon Sep 17 00:00:00 2001 From: Kiyoung Kim Date: Tue, 26 Nov 2024 03:21:24 +0000 Subject: Revert "Reland: Do not allow vintf_fragments for modules installed in the filesystem" This reverts commit df17e7b6c3c7d26efab1ec9fbcffdf16c325a229. Reason for revert: Build failure from git_main/seahawk target Change-Id: I320864ae76101a5fd5e3b4ca6daa11bad3548ae7 --- android/module_proxy.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'android/module_proxy.go') diff --git a/android/module_proxy.go b/android/module_proxy.go index 30459b9cd..1f9679926 100644 --- a/android/module_proxy.go +++ b/android/module_proxy.go @@ -9,8 +9,6 @@ type ModuleProxy struct { module blueprint.ModuleProxy } -var _ Module = (*ModuleProxy)(nil) - func (m ModuleProxy) Name() string { return m.module.Name() } @@ -227,7 +225,3 @@ func (m ModuleProxy) DecodeMultilib(ctx ConfigContext) (string, string) { func (m ModuleProxy) Overrides() []string { panic("method is not implemented on ModuleProxy") } - -func (m ModuleProxy) VintfFragments(ctx ConfigurableEvaluatorContext) []string { - panic("method is not implemented on ModuleProxy") -} -- cgit v1.2.3-59-g8ed1b