Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 77) sorted by relevance

1234

/build/soong/java/
Dlint_defaults.txt5 --warning_check AppCompatResource # 55 occurences in 10 modules
6 --warning_check AppLinkUrlError # 111 occurences in 53 modules
7 --warning_check BlockedPrivateApi # 2 occurences in 2 modules
8 --warning_check ByteOrderMark # 2 occurences in 2 modules
9 --warning_check DuplicateActivity # 3 occurences in 3 modules
10 --warning_check DuplicateDefinition # 3623 occurences in 48 modules
11 --warning_check DuplicateIds # 207 occurences in 22 modules
12 --warning_check EllipsizeMaxLines # 12 occurences in 7 modules
13 --warning_check ExtraTranslation # 21276 occurences in 27 modules
14 --warning_check FontValidationError # 4 occurences in 1 modules
[all …]
Ddexpreopt_config.go135 modules: artModules,
145 modules: frameworkModules,
166 for _, m := range c.modules {
182 for _, m := range c.modules {
239 ctx.Strict("DEXPREOPT_BOOT_JARS_MODULES", strings.Join(defaultBootImageConfig(ctx).modules, ":"))
/build/make/tools/releasetools/testdata/
Dapexkeys_merge.txt4modules/vndk/apex/com.android.vndk.current.pubkey" private_key="packages/modules/vndk/apex/com.and…
5modules/vndk/apex/com.android.vndk.v27.pubkey" private_key="packages/modules/vndk/apex/com.android…
6modules/vndk/apex/com.android.vndk.v28.pubkey" private_key="packages/modules/vndk/apex/com.android…
7modules/vndk/apex/com.android.vndk.v29.pubkey" private_key="packages/modules/vndk/apex/com.android…
Dapexkeys_framework.txt5modules/vndk/apex/com.android.vndk.v27.pubkey" private_key="packages/modules/vndk/apex/com.android…
6modules/vndk/apex/com.android.vndk.v28.pubkey" private_key="packages/modules/vndk/apex/com.android…
7modules/vndk/apex/com.android.vndk.v29.pubkey" private_key="packages/modules/vndk/apex/com.android…
Dapexkeys_vendor.txt4modules/vndk/apex/com.android.vndk.current.pubkey" private_key="packages/modules/vndk/apex/com.and…
/build/blueprint/
Dname_interface.go97 modules map[string]ModuleGroup member
102 modules: make(map[string]ModuleGroup),
108 if group, present := s.modules[name]; present {
112 " %s <-- previous definition here", name, group.modules[0].pos),
116 s.modules[name] = group
122 group, found = s.modules[moduleName]
127 existingGroup, exists := s.modules[newName]
133 oldName, newName, existingGroup.modules[0].pos),
137 group, exists := s.modules[oldName]
141 s.modules[newName] = group
[all …]
Dmodule_ctx_test.go123 foo := ctx.moduleGroupFromName("foo", nil).modules[0]
124 barB := ctx.moduleGroupFromName("bar", nil).modules[1]
147 foo := ctx.moduleGroupFromName("foo", nil).modules[0]
148 barBB := ctx.moduleGroupFromName("bar", nil).modules[3]
171 foo := ctx.moduleGroupFromName("foo", nil).modules[0]
172 barAB := ctx.moduleGroupFromName("bar", nil).modules[1]
Dcontext.go172 modules []*moduleInfo member
1341 for _, mod := range group.modules {
1427 modules: []*moduleInfo{module},
1514 if len(possible.modules) == 1 {
1515 return possible.modules[0]
1526 for _, m := range possible.modules {
1644 for _, m := range possibleDeps.modules {
1699 if foundDep.group == module.group && beforeInModuleList(module, foundDep, module.group.modules) {
1784 visit(modules []*moduleInfo, visit func(*moduleInfo) bool)
1797 func (unorderedVisitorImpl) visit(modules []*moduleInfo, visit func(*moduleInfo) bool) {
[all …]
Dcontext_test.go241 topModule := ctx.moduleGroupFromName("A", nil).modules[0]
322 topModule := ctx.moduleGroupFromName("A", nil).modules[0]
389 topModule := ctx.moduleGroupFromName("A", nil).modules[0]
435 a := ctx.moduleGroupFromName("A", nil).modules[0].logicModule.(*fooModule)
436 b := ctx.moduleGroupFromName("B", nil).modules[0].logicModule.(*barModule)
437 c := ctx.moduleGroupFromName("C", nil).modules[0].logicModule.(*barModule)
438 d := ctx.moduleGroupFromName("D", nil).modules[0].logicModule.(*fooModule)
DREADME.md6 modules that need to be built, and produces a
13 still allowing simple changes to individual modules by modifying easy to
/build/soong/cc/
Dsdk.go40 modules := ctx.CreateVariations("", "sdk")
41 modules[0].(*Module).Properties.Sdk_version = nil
42 modules[1].(*Module).Properties.IsSdkVariant = true
45 modules[0].(*Module).Properties.HideFromMake = true
46 modules[0].(*Module).Properties.PreventInstall = true
48 modules[1].(*Module).Properties.SdkAndPlatformVariantVisibleToMake = true
49 modules[1].(*Module).Properties.PreventInstall = true
Dtest_data_test.go33 modules string
38 modules: `
53 modules: `
73 modules: `
92 modules: `
121 "dir/Android.bp": []byte(test.modules),
Dsanitize.go998 modules := mctx.CreateVariations(t.variationName())
999 modules[0].(*Module).sanitize.SetSanitizer(t, true)
1017 modules := mctx.CreateVariations("", t.variationName())
1018 modules[0].(*Module).sanitize.SetSanitizer(t, false)
1019 modules[1].(*Module).sanitize.SetSanitizer(t, true)
1020 modules[0].(*Module).sanitize.Properties.SanitizeDep = false
1021 modules[1].(*Module).sanitize.Properties.SanitizeDep = false
1026 modules[1].(*Module).sanitize.SetSanitizer(cfi, false)
1034 modules[0].(*Module).Properties.PreventInstall = true
1035 modules[0].(*Module).Properties.HideFromMake = true
[all …]
Dcflag_artifacts.go67 flag string, using bool, modules []string, part int) int {
84 length := len(modules)
94 moduleShards := android.ShardStrings(modules, FileBP)
/build/soong/android/
Dprebuilt_test.go27 modules string
32 modules: `
40 modules: `
50 modules: `
60 modules: `
74 modules: `
88 modules: `
101 modules: `
114 modules: `
128 modules: `
[all …]
Dmutator.go373 modules := b.bp.CreateVariations(variations...)
375 aModules := make([]Module, len(modules))
377 aModules[i] = modules[i].(Module)
391 modules := b.bp.CreateLocalVariations(variations...)
393 aModules := make([]Module, len(modules))
395 aModules[i] = modules[i].(Module)
/build/make/tools/
Dmk2bp_catalog.py171 def make_annotation_link(annotations, analysis, modules): argument
174 annotations.Add(analysis, modules),
192 def Add(self, makefiles, modules): argument
193 self.entries.append((makefiles, modules))
208 self.modules = set()
211 self.modules.add(module)
240 def contains_unblocked_modules(soong, modules): argument
241 for m in modules:
246 def contains_blocked_modules(soong, modules): argument
247 for m in modules:
[all …]
/build/make/core/
Dmain.mk583 define get-modules-for-2nd-arch
608 define resolve-bitness-for-modules
620 $(eval modules := $(modules_1st_arch)) \
622 $(eval modules += $(call get-modules-for-2nd-arch,$(1),$(modules_2nd_arch))), \
623 $(eval modules += $(modules_2nd_arch))) \
625 $(eval modules += $(modules_both)) \
627 $(eval modules += $(call get-modules-for-2nd-arch,$(1),$(modules_both)))) \
628 $(modules) \
644 define select-bitness-of-required-modules
649 …OR_HOST_CROSS),,$(error Only expected REQUIRED_FROM_HOST_CROSS on FOR_HOST_CROSS modules - $(m))) \
[all …]
Dcopy_headers.mk7 $(call pretty-error,LOCAL_COPY_HEADERS may not be used with host modules)
23 $(call pretty-error,Only vendor modules using LOCAL_USE_VNDK may use LOCAL_COPY_HEADERS)
/build/make/core/tasks/
Dplatform_availability_check.mk34 Following modules are requested to be installed. But are not available \
36 they depend on other modules that are not available for platform)
Dide.mk21 define filter-ide-modules
31 eclipse_project_modules := $(call filter-ide-modules,ECLIPSE,$(eclipse_project_goals))
/build/soong/
DREADME.md5 declarative descriptions of modules to build.
59 This is commonly used to reference `filegroup` modules, whose output files
109 ### Defaults modules
111 A defaults module can be used to repeat the same properties in multiple modules.
131 specification of the dependencies among them in the form of modules.
138 The modules in a package's `Android.bp` and included files are part of the module.
161 E.g. The following will set the default visibility for all the modules defined in the package and
202 modules defined in the Android.bp files in the `device/google/bonito/` tree have
203 unique names. However, there may be modules with the same names outside
237 is searched for "_name_" (in other words, only the modules not belonging to an
[all …]
/build/soong/cmd/pom2bp/
Dpom2bp.go293 func (p *Pom) FixDeps(modules map[string]*Pom) {
296 if depPom, ok := modules[d.BpName()]; ok {
584 …rewrite can be used to specify mappings between Maven projects and Android.bp modules. The -rewrite
592 Some Android.bp modules have transitive static dependencies that must be specified when they
596 Some Android.bp modules have transitive runtime dependencies that must be specified when they
600 Sets sdk_version: "<version>" for all modules.
605 Sets jetifier: true for all modules.
695 modules := make(map[string]*Pom)
710 if old, ok := modules[key]; ok {
716 modules[key] = pom
[all …]
/build/soong/cmd/pom2mk/
Dpom2mk.go203 func (p *Pom) FixDeps(modules map[string]*Pom) {
206 if depPom, ok := modules[d.MkName()]; ok {
358 rewrite can be used to specify mappings between Maven projects and Make modules. The -rewrite
366 Some Android.mk modules have transitive dependencies that must be specified when they are
370 Sets LOCAL_SDK_VERSION := <version> for all modules.
462 modules := make(map[string]*Pom)
477 if old, ok := modules[key]; ok {
483 modules[key] = pom
491 pom.FixDeps(modules)
/build/soong/rust/
Dlibrary.go458 modules := mctx.CreateLocalVariations("rlib", "dylib")
459 rlib := modules[0].(*Module)
460 dylib := modules[1].(*Module)
465 modules := mctx.CreateLocalVariations("rlib")
466 modules[0].(*Module).compiler.(libraryInterface).setRlib()
468 modules := mctx.CreateLocalVariations("dylib")
469 modules[0].(*Module).compiler.(libraryInterface).setDylib()

1234