Merge "build: allow refreshmod with external out directory"
This commit is contained in:
commit
b979b79bd9
|
@ -1371,7 +1371,7 @@ function refreshmod() {
|
|||
mkdir -p $ANDROID_PRODUCT_OUT || return 1
|
||||
|
||||
# Note, can't use absolute path because of the way make works.
|
||||
m out/target/product/$(get_build_var TARGET_DEVICE)/module-info.json \
|
||||
m $(get_build_var PRODUCT_OUT)/module-info.json \
|
||||
> $ANDROID_PRODUCT_OUT/module-info.json.build.log 2>&1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue