Home
last modified time | relevance | path

Searched refs:Data_bins (Results 1 – 6 of 6) sorted by relevance

/build/soong/rust/
Dtest.go53 Data_bins []string `android:"arch_variant"` member
246 deps.DataBins = append(deps.DataBins, test.Properties.Data_bins...)
Dandroidmk.go112 if test.Properties.Data_bins != nil {
113 entries.AddStrings("LOCAL_TEST_DATA_BINS", test.Properties.Data_bins...)
/build/soong/sh/
Dsh_binary.go137 Data_bins []string `android:"path,arch_variant"` member
370 …rVariationDependencies(ctx.Target().Variations(), shTestDataBinsTag, s.testProperties.Data_bins...)
521 if s.testProperties.Data_bins != nil {
522 entries.AddStrings("LOCAL_TEST_DATA_BINS", s.testProperties.Data_bins...)
/build/soong/cc/
Dtest.go95 Data_bins []string `android:"arch_variant"` member
355 deps.DataBins = append(deps.DataBins, test.Properties.Data_bins...)
389 …leInfoJSON.DataDependencies = append(moduleInfoJSON.DataDependencies, test.Properties.Data_bins...)
Dandroidmk.go367 if len(test.Properties.Data_bins) > 0 {
368 entries.AddStrings("LOCAL_TEST_DATA_BINS", test.Properties.Data_bins...)
/build/bazel/rules/tradefed/
Dtradefed.bzl435 …# Data_bins are special dependencies added to the working directory of the test entry point (as si…