Searched refs:apps (Results 1 – 25 of 26) sorted by relevance
12
/build/release/flag_declarations/ |
D | RELEASE_AVF_ALLOW_PREINSTALLED_APPS.textproto | 3 description: "Enables acces to the AVF APIs to pre-installed apps."
|
D | RELEASE_PLATFORM_VERSION_ALL_PREVIEW_CODENAMES.textproto | 3 description: "A comma separated list of all preview codenames the platform will accept apps built a…
|
/build/make/target/board/generic_64bitonly_x86_64/ |
D | README.txt | 7 This supports 64-bit apps only.
|
/build/make/target/board/ |
D | gsi_system_ext_user.prop | 7 # TODO(b/120679683): disable RescueParty before all problem apps solved
|
D | gsi_system_ext.prop | 10 # TODO(b/120679683): disable RescueParty before all problem apps solved
|
D | go_defaults_common.prop | 25 # set threshold to filter unused apps 34 # Some notable apps that will be affected by this are gms and chrome.
|
/build/make/ |
D | envsetup.sh | 680 …local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|arm64|x86_64|l… 722 if [ -z "$apps" ]; then 723 apps=all 734 export TARGET_BUILD_APPS=$apps 751 …local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|(.*_)?(arm|x86|arm64|r… 772 if [ -z "$apps" ]; then 798 export TARGET_BUILD_APPS=$apps
|
/build/ |
D | envsetup.sh | 680 …local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|arm64|x86_64|l… 722 if [ -z "$apps" ]; then 723 apps=all 734 export TARGET_BUILD_APPS=$apps 751 …local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|(.*_)?(arm|x86|arm64|r… 772 if [ -z "$apps" ]; then 798 export TARGET_BUILD_APPS=$apps
|
/build/soong/tests/ |
D | sbom_test.sh | 41 local apps=$1; shift 42 …${target_build_variant}" OUT_DIR="${out_dir}" TARGET_BUILD_UNBUNDLED=true TARGET_BUILD_APPS=$apps \
|
/build/bazel/rules/apis/ |
D | api_surface.bzl | 31 # This is not part of go/android-api-types, and is not available to apps at runtime
|
/build/soong/apex/ |
D | aconfig_test.go | 87 apps: [ 359 apps: [ 643 apps: [
|
D | apex_test.go | 622 apps: ["AppFoo"], 2695 apps: ["AppFoo"], 5906 apps: [ 6005 apps: ["AppFooPrebuilt"], 6030 apps: [ 6079 apps: [ 6121 apps: [ 6492 apps: ["AppFoo"], 6499 apps: ["AppFoo"], 6525 apps: ["AppFoo"], [all …]
|
/build/soong/dexpreopt/ |
D | DEXPREOPT_IMPLEMENTATION.md | 9 - apps and libraries 15 Dexpreopt implementation for system server, libraries and apps is located in 56 - add uses-library dependencies (e.g. for apps: [soong/java/app.go:deps]) 69 for apps: [soong/java/app.go:verifyUsesLibraries]) 193 Currently compatibility libraries only affect apps (but not other libraries). 230 example, consider a situation when many apps use some static library that adds a 231 new uses-library dependency -- all the apps will have to be updated. That is
|
/build/make/tools/finalization/ |
D | frameworks_base.apply_hack.diff | 4 Subject: [PATCH] HACK: allow apps with pre-release SDK RESTRICT AUTOMERGE 7 Let the apps built with pre-release Tiramisu SDK parse
|
D | frameworks_base.revert_hack.diff | 4 Subject: [PATCH] Revert "HACK: allow apps with pre-release SDK RESTRICT AUTOMERGE"
|
/build/soong/bin/ |
D | hmm | 30 Sets up the build environment for building unbundled apps (APKs).
|
/build/bazel/tests/deviceless/ |
D | BUILD | 64 "//system/chre/apps/test/chqts/src:nanoapp_chqts_shared_tests",
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 77 performance-critical portions of your apps in native code. It provides headers and
|
/build/make/core/ |
D | envsetup.mk | 831 , vendor_dlkm should not contain any executables, libraries, or apps) 865 , odm_dlkm should not contain any executables, libraries, or apps) 895 , system_dlkm should not contain any executables, libraries, or apps)
|
/build/bazel/rules/apex/ |
D | bundle.bzl | 90 …# TODO(b/257459237): Config should collect manifest names and paths of android apps if their manif…
|
/build/bazel/rules/common/ |
D | api.bzl | 125 """default_app_target_sdk returns the API level that platform apps are targeting.
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 101 // instant apps).
|
/build/soong/docs/ |
D | map_files.md | 168 longer accepting new APEX updates. Unlike the APIs for apps where we have zero
|
/build/soong/java/core-libraries/ |
D | Android.bp | 116 // Distributed with the SDK for turning into system modules to compile apps
|
/build/soong/ |
D | README.md | 335 `packages/apps/Settings/Android.bp` is equivalent to 336 `//packages/apps/Settings:__subpackages__`.
|
12