Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a73c7c6f authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "build: allow refreshmod with external out directory" am: b979b79b am: c1853e58

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

Change-Id: I4337d63fc1beb9df3edc55b53d238ebb563bb9a1
parents 0135e981 c1853e58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}