summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
AgeCommit message (Collapse)Author
2016-01-12Adjust image create size and typeRob Herring
For actual h/w (i.e. non-qemu), we need sparse images and smaller filesystem size. The smaller filesystem means we need to disable DEX compiling to native code. Signed-off-by: Rob Herring <robh@kernel.org>
2016-01-08Initial commitRob Herring
This is a partially generated device configuration allowing building same config on multiple architectures. Since the Android build system uses TARGET_PRODUCT to set the build path and requires it match a directory under device/, this setup allows trivially adding architectures or other configuration options. Signed-off-by: Rob Herring <robh@kernel.org>