forked from openkylin/platform_build
418258cee9
Renamed WITH_DEXPREOPT_BOOT_IMG_ONLY to WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY and changed the behavior accordingly. Preopt system server jars since selinux prevents system server from loading anything from /data. If we don't do this they will need to be extracted which is not favorable for RAM usage or performance. Test: make and flash and look at system server maps Bug: 65122284 Bug: 62356545 Change-Id: I49f2a23337fdd2bc2e628b683d26a0c135b2aabe |
||
---|---|---|
.. | ||
BoardConfig.mk | ||
README.txt | ||
device.mk | ||
system.prop |
README.txt
The "generic_x86_64" product defines a non-hardware-specific IA target without a kernel or bootloader. It can be used to build the entire user-level system, and will work with the IA version of the emulator, It is not a product "base class"; no other products inherit from it or use it in any way.