summaryrefslogtreecommitdiff
path: root/android/module_proxy.go
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-11-26 06:16:42 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-11-26 06:16:42 +0000
commit79d634b51dbf96ff0766eb25c523c05050dfa215 (patch)
tree47edc7e8ce2aa12d205846817b83e6548824c4c5 /android/module_proxy.go
parenta249192c89d4a04e3df929088bf7c872679e8472 (diff)
parent5cb0cf40bc416108ee635daf45473612415fcde5 (diff)
Merge "Revert "Reland: Do not allow vintf_fragments for modules installed in the filesystem"" into main am: 5cb0cf40bc
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3375970 Change-Id: If4006e42e5d5423db19b999a79e15d9c1d711b8c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'android/module_proxy.go')
-rw-r--r--android/module_proxy.go6
1 files changed, 0 insertions, 6 deletions
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")
-}