| commit | b979b79bd95937a55b806fb1b6210babce2ca0d7 | [log] [tgz] |
|---|---|---|
| author | Anton Hansson <hansson@google.com> | Tue Oct 27 17:01:31 2020 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 27 17:01:31 2020 +0000 |
| tree | 4788975dff5e8f53e77167466287afacedb46022 | |
| parent | 76e225f9ad56088f72832290cf03ad1eff2c520c [diff] | |
| parent | c8771bef56a46a6b0989af22ef8e759a9abff474 [diff] |
Merge "build: allow refreshmod with external out directory"
diff --git a/envsetup.sh b/envsetup.sh index aa90b4d..e4afdb9 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -1371,7 +1371,7 @@ 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 }