Searched full:packages (Results 1 – 25 of 98) sorted by relevance
1234
/build/make/core/ |
D | aapt_flags.mk | 2 # 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))
|
D | force_aapt2.mk | 30 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)))
|
D | app_prebuilt_internal.mk | 31 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)
|
D | dpi_specific_apk.mk | 71 PACKAGES := $(PACKAGES) $(dpi_apk_name) 72 PACKAGES.$(dpi_apk_name).PRIVATE_KEY := $(private_key) 73 PACKAGES.$(dpi_apk_name).CERTIFICATE := $(certificate)
|
D | soong_app_prebuilt.mk | 131 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))
|
D | package.mk | 1 # We don't automatically set up rules to build packages for both 19 # packages default to building for either architecture,
|
D | package_internal.mk | 266 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 …]
|
D | phony_package.mk | 3 $(error LOCAL_SRC_FILES are not allowed for phony packages)
|
/build/make/ |
D | help.sh | 37 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/ |
D | customizations.cs | 49 <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/ |
D | package-check.sh | 24 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/ |
D | check_target_files_signatures | 27 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):
|
D | check_target_files_signatures.py | 27 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):
|
D | target_files_diff.py | 19 # 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/ |
D | base_system.mk | 351 # 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
|
D | gsi_common.mk | 19 # GSI includes all AOSP product packages and placed under /system/product 76 # More AOSP packages
|
D | telephony_vendor.mk | 20 # /vendor packages
|
D | telephony_product.mk | 20 # /product packages
|
D | media_vendor.mk | 23 # /vendor packages
|
D | media_product.mk | 23 # /product packages
|
D | handheld_vendor.mk | 23 # /vendor packages
|
D | generic.mk | 28 $(call enforce-product-packages-exist,)
|
/build/make/tools/droiddoc/templates-ndk/ |
D | classes.cs | 23 <p>These are the Android API classes. See all <a href="packages.html">API packages</a>.</p>
|
/build/make/core/tasks/ |
D | deps_licenses.mk | 21 # Example: "make deps-license packages/app/% external/%" prints all modules in packages/app/ with t…
|
/build/kati/ |
D | .travis.yml | 15 packages:
|
1234