diff options
Diffstat (limited to 'cc/installer.go')
| -rw-r--r-- | cc/installer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/installer.go b/cc/installer.go index d7d8c6d22..99e220faa 100644 --- a/cc/installer.go +++ b/cc/installer.go @@ -108,7 +108,7 @@ func (installer *baseInstaller) installTestData(ctx ModuleContext, data []androi } func (installer *baseInstaller) installStandaloneTestDep(ctx ModuleContext, standaloneTestDep android.PackagingSpec) { - installer.installTestData(ctx, []android.DataPath{{SrcPath: standaloneTestDep.ToGob().SrcPath, RelativeInstallPath: "standalone-libs"}}) + installer.installTestData(ctx, []android.DataPath{{SrcPath: standaloneTestDep.SrcPath(), RelativeInstallPath: "standalone-libs"}}) } func (installer *baseInstaller) everInstallable() bool { |
