summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLior David <liord@codeaurora.org>2016-05-10 10:47:37 +0300
committerJeevan Shriram <jshriram@codeaurora.org>2016-05-16 20:10:14 -0700
commit83da6b7f65f1bf9355b118ac869f6459645d2217 (patch)
tree50c97d42c927c4b99162d43fa6fd5ffb0539f459 /tools/perf/scripts/python
parent59d0cad1660fd5fcf9e3e6407e4d5f159349c282 (diff)
AndroidKernel.mk: additional fixes for multi-kernel tree
Fixes 2 problems related to multi-kernel tree support: 1. Copying of modules to /system/lib/modules is broken when building in a multi-kernel tree. This is because INSTALL_MOD_PATH is not set correctly. When building a multi-kernel tree, the output directory is one additional directory deep, so modules end up under <out>/obj/system/lib/modules instead of <out>/system/lib/modules. Fix this by using BUILD_ROOT_LOC which is set appropriately for multi-kernel and standard trees. 2. When running "make kernelconfig" on a multi-kernel tree, the generated defconfig is copied to the wrong location, since it uses the old-style location under kernel, instead of kernel/<kernel name>. Change-Id: I90563104a5b6219472eaeae1964fc34b52586536 CRs-Fixed: 1014872 Signed-off-by: Lior David <liord@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions