summaryrefslogtreecommitdiff
path: root/android/module_proxy.go
diff options
context:
space:
mode:
author Justin Yun <justinyun@google.com> 2025-03-18 02:55:44 -0700
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-03-18 02:55:44 -0700
commit6fc7cbe2597a93d152404e1706d1bd10bf33075d (patch)
treede7d9e4e4abbd3a8d953dcb108940abfb7612cb9 /android/module_proxy.go
parentd0bde424e3119c0ad0ff8879786d2cc1febe1dfa (diff)
parentd648ee443516cc45f349c9a8322550cf375f7eec (diff)
Generic configuration for generic system modules. am: be6f81d61e am: d648ee4435
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3425639 Change-Id: Ibd30d3911934db8857cf84de75200207a2a7331c 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")
+}