Home
last modified time | relevance | path

Searched refs:packages (Results 1 – 25 of 39) sorted by relevance

12

/build/make/tools/releasetools/testdata/
Dapexkeys_merge.txt4packages/modules/vndk/apex/com.android.vndk.current.pubkey" private_key="packages/modules/vndk/ape…
5packages/modules/vndk/apex/com.android.vndk.v27.pubkey" private_key="packages/modules/vndk/apex/co…
6packages/modules/vndk/apex/com.android.vndk.v28.pubkey" private_key="packages/modules/vndk/apex/co…
7packages/modules/vndk/apex/com.android.vndk.v29.pubkey" private_key="packages/modules/vndk/apex/co…
Dapexkeys_framework.txt5packages/modules/vndk/apex/com.android.vndk.v27.pubkey" private_key="packages/modules/vndk/apex/co…
6packages/modules/vndk/apex/com.android.vndk.v28.pubkey" private_key="packages/modules/vndk/apex/co…
7packages/modules/vndk/apex/com.android.vndk.v29.pubkey" private_key="packages/modules/vndk/apex/co…
Dapexkeys_vendor.txt4packages/modules/vndk/apex/com.android.vndk.current.pubkey" private_key="packages/modules/vndk/ape…
/build/make/core/
Daapt_flags.mk6 ifeq ($(filter 0 1,$(words $(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))),)
7 aapt_flags := $(subst --extra-packages$(space),--extra-packages@,$(LOCAL_AAPT_FLAGS))
8 …aapt_flags_extra_packages := $(patsubst --extra-packages@%,%,$(filter --extra-packages@%,$(aapt_fl…
10 LOCAL_AAPT_FLAGS := $(filter-out --extra-packages@%,$(aapt_flags)) \
11 --extra-packages $(subst $(space),:,$(aapt_flags_extra_packages))
Dforce_aapt2.mk30 ifneq (,$(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))
31 LOCAL_AAPT_FLAGS := $(subst --extra-packages=,--extra-packages$(space), \
33 --extra-packages=android.support.% \
34 --extra-packages=androidx.%, \
35 $(subst --extra-packages$(space),--extra-packages=,$(LOCAL_AAPT_FLAGS))))
36 ifeq (,$(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))
Dphony_package.mk3 $(error LOCAL_SRC_FILES are not allowed for phony packages)
/build/make/target/product/
Druntime_libart.mk80 dalvik.vm.dex2oat-updatable-bcp-packages-file=/system/etc/updatable-bcp-packages.txt
Dmainline_system_x86_arm.mk21 $(call enforce-product-packages-exist,)
Dmainline_system_x86.mk21 $(call enforce-product-packages-exist,)
Dgeneric.mk32 $(call enforce-product-packages-exist,$(allowed_list))
Dmainline_system_arm64.mk22 $(call enforce-product-packages-exist,)
Dmainline_system_x86_64.mk22 $(call enforce-product-packages-exist,)
/build/soong/cc/
Dfuzz.go326 packages android.Paths member
511 s.packages = append(s.packages, outputFile)
533 packages := s.packages.Strings()
534 sort.Strings(packages)
540 ctx.Strict("SOONG_FUZZ_PACKAGING_ARCH_MODULES", strings.Join(packages, " "))
/build/make/tools/droiddoc/templates-pdk/
Dcustomizations.cs56 <?cs call:package_link_list(docs.packages) ?>
58 </div> <!-- end packages -->
59 </div> <!-- end resize-packages -->
Dhead_tag.cs48 #resize-packages-nav{border-bottom:3px solid #666;}
/build/soong/scripts/
Dpackage-check.sh24 sub-packages.
/build/make/tools/droiddoc/templates-ndk/
Dpackages.cs29 <?cs each:pkg = docs.packages ?>
Dclasses.cs23 <p>These are the Android API classes. See all <a href="packages.html">API packages</a>.</p>
Dcustomizations.cs435 <?cs call:package_link_list(docs.packages) ?>
438 </div> <!-- end packages-nav -->
439 </div> <!-- end resize-packages -->
/build/soong/
DREADME.md130 The build is organized into packages where each package is a collection of related files and a
141 directory) there are two packages, `my/app`, and the subpackage `my/app/tests`. Note that
283 used by other packages. Modules are always visible to other modules declared
297 `other/package/*.bp`) have access to this module. Note that sub-packages do not
303 packages `project` or `other` or in one of their sub-packages have access to
310 `packages/apps/Settings/Android.bp` is equivalent to
311 `//packages/apps/Settings:__subpackages__`.
320 Packages outside `vendor/` cannot make themselves visible to specific packages
322 say `vendor/google`, instead it must make itself visible to all packages within
342 which point all packages that do not currently specify a `default_visibility`
/build/make/tools/signapk/
DAndroid.bp17 // the signapk tool (a .jar application used to sign packages)
/build/soong/cmd/soong_build/
Dwritedocs.go105 packages, err := bootstrap.ModuleTypeDocs(ctx.Context, bpModuleTypeFactories)
113 err = tmpl.Execute(buf, packages)
119 for _, pkg := range packages {
/build/make/target/product/security/
DREADME6 NEVER be used to sign packages in publicly released images (as that would
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go69 javadoc: warning - The old Doclet and Taglet APIs in the packages
Djavac_wrapper.go211 regexp.MustCompile(`javadoc: warning - The old Doclet and Taglet APIs in the packages`),

12