Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 13 of 13) sorted by relevance

/build/soong/java/
Dclasspath_element.go119 func CreateClasspathElements(ctx ClasspathElementContext, libraries []android.Module, fragments []a…
123 for _, fragment := range fragments {
172 library, apexInfo.InApexVariants, fragments)
Dplatform_bootclasspath.go50 fragments []android.Module member
179 b.fragments = gatherApexModulePairDepsWithTag(ctx, bootclasspathFragmentDepTag)
188 bootDexJarByModule := b.generateHiddenAPIBuildActions(ctx, b.configuredModules, b.fragments)
258 …denAPIBuildActions(ctx android.ModuleContext, modules []android.Module, fragments []android.Module…
282 classpathElements := CreateClasspathElements(ctx, modules, fragments)
Dbootclasspath_fragment.go434 fragments := gatherApexModulePairDepsWithTag(ctx, bootclasspathFragmentDepTag)
446 hiddenAPIOutput := b.generateHiddenAPIBuildActions(ctx, contents, fragments)
570 …enAPIBuildActions(ctx android.ModuleContext, contents []android.Module, fragments []android.Module…
573 input := b.createHiddenAPIFlagInput(ctx, contents, fragments)
620 …iddenAPIFlagInput(ctx android.ModuleContext, contents []android.Module, fragments []android.Module…
623 dependencyHiddenApiInfo.mergeFromFragmentDeps(ctx, fragments)
Dtesting.go394 pairs := ApexNamePairsFromModules(result.TestContext, platformBootclasspath.fragments)
Dhiddenapi_modular.go546 func (i *HiddenAPIInfo) mergeFromFragmentDeps(ctx android.ModuleContext, fragments []android.Module…
549 for _, fragment := range fragments {
/build/soong/apex/
Dplatform_bootclasspath_test.go46 fragments: [
271 fragments: [
426 fragments: [
Dbootclasspath_fragment_test.go210 fragments: [
833 fragments: [
997 fragments: [
1155 fragments: [
Dclasspath_element_test.go191 fragments: [
Dapex_test.go4247 fragments: [
6410 …ootImage(t *testing.T, errmsg string, preparer android.FixturePreparer, fragments ...java.ApexVari…
6517 testDexpreoptWithApexes(t, bp, errmsg, preparer, fragments...)
6520 …exes(t *testing.T, bp, errmsg string, preparer android.FixturePreparer, fragments ...java.ApexVari…
6551 for _, fragment := range fragments {
6557 fragments: [
/build/bazel/rules/
Dcc_object.bzl109 fragments = ["cpp"],
Dcc_library_static.bzl148 fragments = ["cpp"],
/build/soong/sdk/
Dbootclasspath_fragment_sdk_test.go34 fragments: [
/build/bazel/rules_cc/examples/
Dexperimental_cc_shared_library.bzl485 fragments = ["cpp"],