aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2018-04-18 11:34:56 -0700
committerPirama Arumuga Nainar <pirama@google.com>2018-04-18 19:35:14 +0000
commitf43bb1e46c2922ac186c94e2fe16e16d86932856 (patch)
tree8cc717e4d0c7082b29314e445cc9a3b385537fdd /build
parent7188198fd8b110a7e67a6d11c978f95019cde7d6 (diff)
downloadhidl-f43bb1e46c2922ac186c94e2fe16e16d86932856.tar.gz
Change FileGroupFactory's module
Bug: 64121881 filegroup.go, which defines this function, has moved from the 'genrule' soong module to the 'android' soong module. Test: Build Change-Id: Icd8ec80935ecce70ee8420d5009dc0b977c4151f
Diffstat (limited to 'build')
-rw-r--r--build/hidl_interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/hidl_interface.go b/build/hidl_interface.go
index 7ed0399c..24b8ce65 100644
--- a/build/hidl_interface.go
+++ b/build/hidl_interface.go
@@ -217,7 +217,7 @@ func hidlInterfaceMutator(mctx android.LoadHookContext, i *hidlInterface) {
}
// TODO(b/69002743): remove filegroups
- mctx.CreateModule(android.ModuleFactoryAdaptor(genrule.FileGroupFactory), &fileGroupProperties{
+ mctx.CreateModule(android.ModuleFactoryAdaptor(android.FileGroupFactory), &fileGroupProperties{
Name: proptools.StringPtr(name.fileGroupName()),
Owner: i.properties.Owner,
Srcs: i.properties.Srcs,