summaryrefslogtreecommitdiff
path: root/hikey64/BoardConfig.mk
AgeCommit message (Collapse)Author
2019-12-04Remove AUDIOSERVER_MULTILIB assignment, this is 64-bit device.Sasha Smundak
Bug: 121208203 Test: treehugger Change-Id: Ib9d5bac0cc64a1b97046d1c938b8b8affb6e5a1e
2018-02-12Add a 64 bit only product for hikey.Anton Hansson
Also restructure some of the current make files: - make a hikey-common.mk instead of importing hikey.mk and overriding - don't set ro.zygote etc directly, import the helper makefiles instead This new product avoids building all the 32 bit native executables and libraries that gets built for the 'hikey' product. Sample benefits: - makes the build faster - saves ram and cpu, because there is no 32 bit zygote created - frees up space on the system partition Test: lunch hikey && m -j Test: lunch hikey32 && m -j Test: lunch hikey64_only && m -j Bug: 72810053 Change-Id: I0d40b1c1c4e763b14258df7034921e0a3dc12208