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

Commit ea3d3e02 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Only build sdk_addon

parent 5d3576ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then
        build_success=true
      fi
    elif [ "${USE_LUNCH}" = true ]; then
      if lunch "${BRUNCH_DEVICE}" && mka && mka sdk_addon ; then
      if lunch "${BRUNCH_DEVICE}" && mka sdk_addon ; then
        build_success=true
      fi
    elif brunch "${BRUNCH_DEVICE}"; then