diff options
Diffstat (limited to 'cc/test_data_test.go')
-rw-r--r-- | cc/test_data_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test_data_test.go b/cc/test_data_test.go index 7ba244efc..21ea765eb 100644 --- a/cc/test_data_test.go +++ b/cc/test_data_test.go @@ -178,5 +178,5 @@ func newTest() android.Module { } func (test *testDataTest) GenerateAndroidBuildActions(ctx android.ModuleContext) { - test.data = ctx.ExpandSources(test.Properties.Data, nil) + test.data = android.PathsForModuleSrc(ctx, test.Properties.Data) } |