Home
last modified time | relevance | path

Searched refs:unbundled (Results 1 – 24 of 24) sorted by relevance

/build/make/tools/signapk/
DAndroid.bp29 "bouncycastle-unbundled",
30 "bouncycastle-bcpkix-unbundled",
31 "conscrypt-unbundled",
/build/make/target/board/module_arm/
DREADME.md1 This device is suitable for an unbundled module targeted specifically to an arm
/build/make/target/board/module_x86/
DREADME.md1 This device is suitable for an unbundled module targeted specifically to an
/build/make/target/board/module_arm64only/
DREADME.md1 This device is suitable for an unbundled module targeted specifically to an
/build/make/target/board/module_x86_64only/
DREADME.md1 This device is suitable for an unbundled module targeted specifically to an
/build/make/target/board/module_riscv64/
DREADME.md1 This device is suitable for an unbundled module targeted specifically to a
/build/make/tools/signtos/
DAndroid.bp28 "bouncycastle-unbundled",
29 "bouncycastle-bcpkix-unbundled",
/build/make/target/board/module_arm64/
DREADME.md1 This device is suitable for an unbundled module targeted specifically to an
/build/make/target/board/module_x86_64/
DREADME.md1 This device is suitable for an unbundled module targeted specifically to an
/build/soong/java/
Dsdk_test.go30 unbundled bool member
260 unbundled: true,
270 unbundled: true,
281 unbundled: true,
542 if testcase.unbundled {
Dapp_import_test.go835 test := func(t *testing.T, bp string, unbundled bool, dontUncompressPrivAppDexs bool) {
841 if unbundled {
851 expect := !unbundled
865 for _, unbundled := range []bool{false, true} {
869 tt.name, unbundled, dontUncompressPrivAppDexs)
871 test(t, tt.bp, unbundled, dontUncompressPrivAppDexs)
Ddex_test.go181 unbundled bool
185 unbundled: false,
189 unbundled: true,
196 if tc.unbundled {
Dhiddenapi_singleton_test.go243 func generateSdkDexPath(module string, unbundled bool) string {
244 if unbundled {
Dapp_test.go3620 test := func(t *testing.T, bp string, want bool, unbundled bool) {
3627 if unbundled {
/build/make/core/tasks/
Dmodule-info.mk60 droidcore-unbundled: $(MODULE_INFO_JSON)
63 $(call dist-for-goals, droidcore-unbundled, $(MODULE_INFO_JSON))
Dhost_init_verifier.mk56 $(call dist-for-goals,droidcore-unbundled,$(host_init_verifier_output))
/build/soong/bin/
Dhmm30 Sets up the build environment for building unbundled apps (APKs).
33 Sets up the build environment for building unbundled modules (APEXes).
/build/bazel/rules/android/
Dmanifest_fixer_test.bzl24 …# Schema: (Input targetSdkVersion, PlatformSdkFinal, Is unbundled app build) -> Expected targetSdk…
/build/make/core/
Dmain.mk1364 .PHONY: droidcore-unbundled
1365 droidcore-unbundled: $(filter $(HOST_OUT_ROOT)/%,$(modules_to_install)) \
1437 droidcore: droidcore-unbundled
1540 $(call dist-for-goals-with-filenametag, droidcore-unbundled, \
1555 $(call dist-for-goals, droidcore-unbundled, \
1592 $(call dist-for-goals, droidcore-unbundled, $(f)))
1601 $(call dist-for-goals, droidcore-unbundled, \
1606 $(call dist-for-goals, droidcore-unbundled, \
1630 $(call dist-for-goals, droidcore-unbundled, $(INSTALLED_BOOTIMAGE_TARGET))
1634 $(call dist-for-goals, droidcore-unbundled, \
[all …]
DMakefile188 $(call dist-for-goals,droidcore-unbundled,$(pcf_ignored_file):logs/$(notdir $(pcf_ignored_file)))
829 $(call dist-for-goals,droidcore-unbundled,$(BUILD_SYSTEM_STATS))
857 $(call dist-for-goals,droidcore-unbundled,$(SOONG_TO_CONVERT))
879 $(call dist-for-goals,droidcore-unbundled,$(MK2BP_REMAINING_HTML))
891 $(call dist-for-goals,droidcore-unbundled,$(MK2BP_REMAINING_CSV))
908 $(call dist-for-goals,droidcore-unbundled,$(WALL_WERROR))
6052 droidcore-unbundled: $(INSTALLED_FASTBOOT_INFO_TARGET)
6059 droidcore-unbundled: $(INSTALLED_MISC_INFO_TARGET)
6394 droidcore-unbundled: $(INSTALLED_BOOTLOADER_MODULE)
7157 $(call dist-for-goals,droidcore-unbundled apps_only,$(LLVM_COVERAGE_TOOLS_ZIP))
[all …]
/build/bazel/rules/apex/
DREADME.md34 * Supports standalone/unbundled APEX builds (fast for development) with `b` and full platform bui…
Dcc.bzl181 # If this is not a direct dep and the build is in not unbundled mode,
Dapex_test.bzl2423 "to make for installation in unbundled mode",
2473 "to make for installation in unbundled mode",
Dapex.bzl625 # TODO(b/271474456): Eventually we might default to unbundled mode in bazel-only mode