Make aninja work with alternate out dirs
Test: Manually Change-Id: Ia7b18b04cabafa0bbce0232b32547f6d87059dc4
This commit is contained in:
parent
079871cd55
commit
cab168098f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,5 +34,5 @@ case $(uname -s) in
|
|||
esac
|
||||
|
||||
cd $(gettop)
|
||||
prebuilts/build-tools/${host_arch}/bin/ninja -f out/combined-${TARGET_PRODUCT}.ninja "$@"
|
||||
prebuilts/build-tools/${host_arch}/bin/ninja -f $(getoutdir)/combined-${TARGET_PRODUCT}.ninja "$@"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue