Home
last modified time | relevance | path

Searched full:packages (Results 1 – 25 of 98) sorted by relevance

1234

/build/make/core/
Daapt_flags.mk2 # aapt doesn't accept multiple --extra-packages flags.
3 # We have to collapse them into a single --extra-packages flag here.
6 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)))
Dapp_prebuilt_internal.mk31 PACKAGES.$(LOCAL_MODULE).COMPRESSED := gz
55 PACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES))
105 # This can be used for packages where we don't have access to the
108 PACKAGES.$(LOCAL_MODULE).EXTERNAL_KEY := 1
125 PACKAGES.$(LOCAL_MODULE).CERTIFICATE := PRESIGNED
126 PACKAGES := $(PACKAGES) $(LOCAL_MODULE)
133 PACKAGES.$(LOCAL_MODULE).PRIVATE_KEY := $(LOCAL_CERTIFICATE).pk8
134 PACKAGES.$(LOCAL_MODULE).CERTIFICATE := $(LOCAL_CERTIFICATE).x509.pem
135 PACKAGES := $(PACKAGES) $(LOCAL_MODULE)
Ddpi_specific_apk.mk71 PACKAGES := $(PACKAGES) $(dpi_apk_name)
72 PACKAGES.$(dpi_apk_name).PRIVATE_KEY := $(private_key)
73 PACKAGES.$(dpi_apk_name).CERTIFICATE := $(certificate)
Dsoong_app_prebuilt.mk131 PACKAGES := $(PACKAGES) $(LOCAL_MODULE)
133 PACKAGES.$(LOCAL_MODULE).CERTIFICATE := $(LOCAL_CERTIFICATE)
134 PACKAGES.$(LOCAL_MODULE).PRIVATE_KEY := $(patsubst %.x509.pem,%.pk8,$(LOCAL_CERTIFICATE))
137 PACKAGES.$(LOCAL_MODULE).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES))
Dpackage.mk1 # We don't automatically set up rules to build packages for both
19 # packages default to building for either architecture,
Dpackage_internal.mk266 PACKAGES.$(LOCAL_PACKAGE_NAME).COMPRESSED := gz
387 $(my_res_package): PRIVATE_AAPT_FLAGS += --no-static-lib-packages
421 # other packages can use to build their own PRODUCT-agnostic R.java (etc.)
471 # Most packages should link against the resources defined by framework-res.
525 # Secure release builds will have their packages signed after the fact,
536 PACKAGES.$(LOCAL_PACKAGE_NAME).EXTERNAL_KEY := 1
552 PACKAGES.$(LOCAL_PACKAGE_NAME).PRIVATE_KEY := $(private_key)
553 PACKAGES.$(LOCAL_PACKAGE_NAME).CERTIFICATE := $(certificate)
781 PACKAGES.$(LOCAL_PACKAGE_NAME).OVERRIDES := $(strip $(LOCAL_OVERRIDES_PACKAGES))
782 PACKAGES.$(LOCAL_PACKAGE_NAME).RESOURCE_FILES := $(all_resources)
[all …]
Dphony_package.mk3 $(error LOCAL_SRC_FILES are not allowed for phony packages)
/build/make/
Dhelp.sh37 snod Quickly rebuild the system image from built packages
39 vnod Quickly rebuild the vendor image from built packages
41 pnod Quickly rebuild the product image from built packages
43 psnod Quickly rebuild the product_services image from built packages
45 onod Quickly rebuild the odm image from built packages
/build/make/tools/droiddoc/templates-pdk/
Dcustomizations.cs49 <div id="resize-packages-nav">
50 <div id="packages-nav">
52 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…
56 <?cs call:package_link_list(docs.packages) ?>
58 </div> <!-- end packages -->
59 </div> <!-- end resize-packages -->
87 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…
101 scrollIntoView("packages-nav");
/build/soong/scripts/
Dpackage-check.sh24 sub-packages.
40 echo "Invalid package \"${package}\". Use dot notation for packages."
67 echo "Class file ${zip_entry} is outside specified packages."
/build/make/tools/releasetools/
Dcheck_target_files_signatures27 files (eg., packages whose keys have changed).
37 Dump the certificate information for both packages in comparison
287 """Look for any instances where packages signed with different
300 # all packages have the same set of certs; this uid is fine.
303 AddProblem("different cert sets for packages with uid %s" % (uid,))
305 print "uid %s is shared by packages with different cert sets:" % (uid,)
327 """Display a table of packages grouped by cert."""
378 for (old, new), packages in sorted(by_certpair.items()):
389 for i in sorted(packages):
Dcheck_target_files_signatures.py27 files (eg., packages whose keys have changed).
37 Dump the certificate information for both packages in comparison
287 """Look for any instances where packages signed with different
300 # all packages have the same set of certs; this uid is fine.
303 AddProblem("different cert sets for packages with uid %s" % (uid,))
305 print "uid %s is shared by packages with different cert sets:" % (uid,)
327 """Display a table of packages grouped by cert."""
378 for (old, new), packages in sorted(by_certpair.items()):
389 for i in sorted(packages):
Dtarget_files_diff.py19 # Finds differences between two target files packages
36 These are packages that we're already diffing elsewhere,
44 # These are packages of the recovery partition, which we're already diffing
/build/make/target/product/
Dbase_system.mk351 # Packages included only for eng or userdebug builds, previously debug tagged
375 # The set of packages whose code can be loaded by the system server.
380 # Packages included only for eng/userdebug builds, when building with SANITIZE_TARGET=address
Dgsi_common.mk19 # GSI includes all AOSP product packages and placed under /system/product
76 # More AOSP packages
Dtelephony_vendor.mk20 # /vendor packages
Dtelephony_product.mk20 # /product packages
Dmedia_vendor.mk23 # /vendor packages
Dmedia_product.mk23 # /product packages
Dhandheld_vendor.mk23 # /vendor packages
Dgeneric.mk28 $(call enforce-product-packages-exist,)
/build/make/tools/droiddoc/templates-ndk/
Dclasses.cs23 <p>These are the Android API classes. See all <a href="packages.html">API packages</a>.</p>
/build/make/core/tasks/
Ddeps_licenses.mk21 # Example: "make deps-license packages/app/% external/%" prints all modules in packages/app/ with t…
/build/kati/
D.travis.yml15 packages:

1234