summaryrefslogtreecommitdiff
path: root/android/module_proxy.go
diff options
context:
space:
mode:
author Justin Yun <justinyun@google.com> 2025-03-18 02:32:04 -0700
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-03-18 02:32:04 -0700
commitd648ee443516cc45f349c9a8322550cf375f7eec (patch)
tree8e289a62ad2dab9cbaec0aab99bdc3143b0ff47e /android/module_proxy.go
parentd9371e99fcdcd958d20b26357a0393d2fd7f279e (diff)
parentbe6f81d61e25753eeecdb65bdf7dd2bb6d4c1a5c (diff)
Generic configuration for generic system modules. am: be6f81d61e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3425639 Change-Id: Ifbe0aafb22e2eefab07e1da8a9f4dbce8ddde32c 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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/module_proxy.go b/android/module_proxy.go
index 77abc11e6..561c4770c 100644
--- a/android/module_proxy.go
+++ b/android/module_proxy.go
@@ -231,3 +231,7 @@ func (m ModuleProxy) Overrides() []string {
func (m ModuleProxy) VintfFragments(ctx ConfigurableEvaluatorContext) []string {
panic("method is not implemented on ModuleProxy")
}
+
+func (m ModuleProxy) UseGenericConfig() bool {
+ panic("method is not implemented on ModuleProxy")
+}