summaryrefslogtreecommitdiff
path: root/cc/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test.go')
-rw-r--r--cc/test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/test.go b/cc/test.go
index d2c4b28e8..8b68c5563 100644
--- a/cc/test.go
+++ b/cc/test.go
@@ -455,6 +455,9 @@ func (test *testBinary) install(ctx ModuleContext, file android.Path) {
if standaloneTestDep.SkipInstall() {
continue
}
+ if standaloneTestDep.Partition() == "data" {
+ continue
+ }
test.binaryDecorator.baseInstaller.installStandaloneTestDep(ctx, standaloneTestDep)
}
}