platform_build/core
bowen_lai 4570fdbb4c Create symbolic boot vdex files for different ISAs
Create only one vdex file and share between different ISAs.
By sharing vdex file, zygote32 and zygote64 can share the same file and
the system partition size is reduced by about 32MB.

Test: make framework & check boot.vdex and boot-*.vdex files
Test: test system boots with no selinux violations

Bug: 64211239

Change-Id: I31ede4b6aa342f2047d9309b8c631217e6699202
2018-02-12 19:45:21 -08:00
..
clang Compiler-rt libraries now use i386 instead of i686 2018-02-08 14:08:44 +08:00
combo Switch back to llvm-ar. 2018-01-10 15:55:52 -08:00
tasks Merge changes Ida449978,I8c6953f1 2018-01-05 01:16:06 +00:00
LINUX_KERNEL_COPYING
Makefile Move to-upper and to-lower to definitions.mk 2018-02-08 16:03:17 -08:00
WINPTHREADS_COPYING
aapt2.mk Clear some aapt2.mk inputs after use 2017-11-15 17:00:46 -08:00
allowed_ndk_types.mk Merge "Remove support for stlport." 2018-01-10 00:12:48 +00:00
android_manifest.mk Revert "Upgrade to ManifestMerger2" 2017-09-19 15:40:25 +00:00
apicheck_msg_current.txt
apicheck_msg_last.txt
autogen_test_config.mk Force test config to be updated when auto_gen_test_config.py is changed 2018-01-01 20:26:27 -08:00
aux_config.mk Replace $(shell find | sort) with $(sort $(shell find)) 2018-02-05 23:07:58 -08:00
aux_executable.mk
aux_static_library.mk
aux_toolchain.mk
base_rules.mk LOCAL_HOST_REQUIRED_MODULES support 2018-02-06 14:18:45 -08:00
binary.mk Remove unnecessary USE_CLANG_PLATFORM_BUILD. 2018-01-11 14:29:23 -08:00
build-system.html Experimental feature: LOCAL_PATCH_MODULE option in .mk files. 2018-01-11 01:13:13 +00:00
build_id.mk DO NOT MERGE Setting build_id to OC-MR1 for oc-mr1-dev 2017-07-24 19:20:32 -07:00
build_rro_package.mk Fix typo in build_rro_package.mk 2017-03-31 15:33:45 +08:00
ccache.mk
checktree
cleanbuild.mk Update references to build/core to build/make/core 2017-10-20 12:49:28 -07:00
cleanspec.mk Revert "Revert "Use the Finder's results for faster searching"" 2017-08-18 02:46:39 +00:00
clear_vars.mk Merge "LOCAL_HOST_REQUIRED_MODULES support" 2018-02-07 01:57:18 +00:00
config.mk Revert "PRODUCT_TREBLE_LINKER_NAMESPACES must be true for BOARD_VNDK_VERSION" 2018-02-08 07:06:13 +00:00
config_sanitizers.mk Revert "Overflow sanitization in frameworks/ and system/." 2018-01-20 01:44:11 +00:00
configure_module_stem.mk
copy_headers.mk
cxx_stl_setup.mk Disable availability macros in libc++ on Darwin. 2018-01-11 13:24:32 -08:00
definitions.mk Merge "Move to-upper and to-lower to definitions.mk" 2018-02-09 18:20:23 +00:00
device.mk
dex_preopt.mk Don't strip for eng builds. 2018-01-22 15:07:37 +00:00
dex_preopt_libart.mk Create symbolic boot vdex files for different ISAs 2018-02-12 19:45:21 -08:00
dex_preopt_libart_boot.mk Create symbolic boot vdex files for different ISAs 2018-02-12 19:45:21 -08:00
dex_preopt_odex_install.mk Tighter control of stripping in dex_preopt_odex_install. 2018-01-18 22:42:46 +00:00
distdir.mk Export DIST_DIR to soong on dist builds. 2017-11-28 11:26:24 -08:00
dpi_specific_apk.mk Support LOCAL_SDK_VERSION := core_current 2018-02-01 17:14:55 +09:00
droiddoc.mk Change the naming policy of system_$(VER) 2018-02-07 03:37:24 +00:00
dumpvar.mk Prevent using config.mk from make, clean up unused code 2017-10-19 20:26:23 +00:00
dynamic_binary.mk Only generate breakpad symbols for ELF binaries 2017-08-31 15:57:44 -07:00
empty_test_config.xml Auto generate test config files 2017-12-20 15:05:17 -08:00
envsetup.mk Support /product partition 2018-01-25 09:33:58 +09:00
executable.mk
executable_internal.mk Clean up some kati warnings 2018-01-29 16:23:37 -08:00
executable_prefer_symlink.mk
filter_symbols.sh
fuzz_test.mk Enhance coverage options to include those needed by Honggfuzz for coverage-driven fuzzing 2017-08-22 18:01:46 -04:00
generate_enforce_rro.mk Replace build/tools with build/make/tools 2017-12-06 16:12:40 -08:00
goma.mk Set JAVAC_WRAPPER if USE_GOMA is set. 2017-06-14 07:57:54 +00:00
header_library.mk
header_library_internal.mk
host_dalvik_java_library.mk Support LOCAL_SDK_VERSION := core_current 2018-02-01 17:14:55 +09:00
host_dalvik_static_java_library.mk
host_executable.mk
host_executable_internal.mk Clean up some kati warnings 2018-01-29 16:23:37 -08:00
host_fuzz_test.mk Enhance coverage options to include those needed by Honggfuzz for coverage-driven fuzzing 2017-08-22 18:01:46 -04:00
host_java_library.mk Replace build/tools with build/make/tools 2017-12-06 16:12:40 -08:00
host_java_library_common.mk
host_native_test.mk
host_prebuilt.mk
host_shared_library.mk
host_shared_library_internal.mk Clean up some kati warnings 2018-01-29 16:23:37 -08:00
host_shared_test_lib.mk
host_static_library.mk
host_static_library_internal.mk
host_static_test_lib.mk
host_test_config.mk Add build script to generate TF test XML file with filters 2017-11-13 14:48:10 -08:00
host_test_internal.mk Add -lm to the default libs for Linux & Darwin 2017-09-26 20:26:11 -07:00
install_jni_libs.mk Merge "Don't embed vendor libs into vendor apks." 2017-12-06 04:23:04 +00:00
install_jni_libs_internal.mk Remove support for stlport. 2018-01-05 11:49:43 -08:00
instrumentation_test_config_template.xml Auto generate test config files 2017-12-20 15:05:17 -08:00
jacoco.mk Update jacoco command line flags for latest version 2017-12-21 14:09:51 -08:00
java.mk Merge "Support LOCAL_SDK_VERSION := core_current" 2018-02-06 22:37:16 +00:00
java_common.mk Change the naming policy of system_$(VER) 2018-02-07 03:37:24 +00:00
java_library.mk Tighter control of stripping in dex_preopt_odex_install. 2018-01-18 22:42:46 +00:00
link_type.mk build: aux: Fix link type checking for AUX builds 2017-08-04 12:45:02 -07:00
local_systemsdk.mk Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS 2018-01-19 15:42:05 +09:00
local_vndk.mk Ensure partition_tag is always set correctly 2017-11-20 11:01:50 +09:00
main.mk LOCAL_HOST_REQUIRED_MODULES support 2018-02-06 14:18:45 -08:00
math.mk Use system modules generated by soong when using javac -target 1.9 2017-10-16 17:55:24 -07:00
module_arch_supported.mk
multi_prebuilt.mk Fix duplicate and dangling rules 2017-04-11 10:02:04 -07:00
multilib.mk
native_benchmark.mk
native_test.mk
native_test_config_template.xml Auto generate test config files 2017-12-20 15:05:17 -08:00
ninja_config.mk Move APP-% and PRODUCT-% implementation out of Kati 2017-05-26 12:57:04 -07:00
node_fns.mk
notice_files.mk Delete jack support 2017-10-02 11:15:19 -07:00
package.mk Fix LOCAL_MULTILIB := 64 in TARGET_TRANSLATE_2ND_ARCH builds 2017-04-20 11:19:10 -07:00
package_internal.mk Support LOCAL_SDK_VERSION := core_current 2018-02-01 17:14:55 +09:00
pathmap.mk Move include in prep of Android.bp support 2017-10-11 03:29:53 +00:00
pdk_config.mk Fixed pdk build error for pi-release 2018-02-08 14:14:32 -08:00
pdk_fusion_modules.mk Add LOCAL_VENDOR_MODULE as a synonym to LOCAL_PROPRIETARY_MODULE 2017-03-20 20:57:04 -07:00
phony_package.mk
prebuilt.mk
prebuilt_internal.mk Support LOCAL_SDK_VERSION := core_current 2018-02-01 17:14:55 +09:00
process_wrapper.sh
process_wrapper_gdb.cmds
process_wrapper_gdb.sh
product-graph.mk Support /product partition 2018-01-25 09:33:58 +09:00
product.mk Support /product partition 2018-01-25 09:33:58 +09:00
product_config.mk Merge "Support /product partition" 2018-01-25 03:53:37 +00:00
proguard.flags
proguard.jacoco.flags
proguard_basic_keeps.flags
root.mk Update references to build/core to build/make/core 2017-10-20 12:49:28 -07:00
sdk_font.mk Updating path to new frameworks/layoutlib project 2017-05-08 11:07:46 +01:00
setup_one_odex.mk Build: Move preopt classpath to private variable 2017-09-02 15:22:43 -07:00
shared_library.mk
shared_library_internal.mk Clean up some kati warnings 2018-01-29 16:23:37 -08:00
shared_test_lib.mk
soong_app_prebuilt.mk Support LOCAL_SDK_VERSION := core_current 2018-02-01 17:14:55 +09:00
soong_config.mk Support /product partition 2018-01-25 09:33:58 +09:00
soong_java_prebuilt.mk Merge "Support LOCAL_SDK_VERSION := core_current" 2018-02-06 22:37:16 +00:00
static_java_library.mk Revert "Propagate proguard rules from LOCAL_STATIC_ANDROID_LIBRARIES" 2018-02-09 19:21:11 +00:00
static_library.mk
static_library_internal.mk
static_test_lib.mk
target_test_config.mk Add build script to generate TF test XML file with filters 2017-11-13 14:48:10 -08:00
target_test_internal.mk Remove support for stlport. 2018-01-05 11:49:43 -08:00
test_config_common.mk Add build script to generate TF test XML file with filters 2017-11-13 14:48:10 -08:00
version_defaults.mk Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONS 2018-01-19 15:42:05 +09:00