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

Commit 9408026e authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Only build sdk_addon for x86 devices

parent ddb2f64d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -211,8 +211,8 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then
      if make systemimage; then
        build_success=true
      fi
    elif [ "${USE_LUNCH}" = true ]; then
      if lunch "${BRUNCH_DEVICE}" && mka && mka sdk_addon ; then
    elif [ "${IS_EMULATOR}" = true ]; then
      if lunch "${BRUNCH_DEVICE}" && mka sdk_addon ; then
        build_success=true
      fi
    elif brunch "${BRUNCH_DEVICE}"; then