Merge "build: allow refreshmod with external out directory" am: b979b79bd9 am: c1853e581e am: a73c7c6fa1 am: cdd2d8b52a

Original change: https://android-review.googlesource.com/c/platform/build/+/1307113

Change-Id: I447966e7d363a8189a0c7ffc354b29d50c6a5c88
This commit is contained in:
Anton Hansson
2020-10-27 17:59:50 +00:00
committed by Automerger Merge Worker

View File

@@ -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
}