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

Commit ea2c3029 authored by Nolen Johnson's avatar Nolen Johnson
Browse files

gen_build-manifest: Ensure that we in TOP when executed

Change-Id: I687afeee3f820412a565291ced7d100bc23ce857
parent cc3952e9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -511,7 +511,9 @@ function lunch()
    fi

    # Generate build-manifest.xml after roomservice finishes
    cd $T > /dev/null
    vendor/lineage/build/tools/gen_build-manifest.sh
    cd - > /dev/null

    _lunch_meat $product $release $variant
}