. $topsrcdir/mozconfig-android-x86_64

ac_add_options --with-java-bin-path=/usr/lib/jvm/java-1.17.0-openjdk-amd64/bin
ac_add_options --with-android-sdk=$ANDROID_HOME
ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
  ac_add_options --with-android-ndk=$ANDROID_NDK_HOME

mk_add_options MOZ_PARALLEL_BUILD=4
export MOZ_INCLUDE_SOURCE_INFO=1
export MOZ_SOURCE_REPO="https://gitlab.torproject.org/tpo/applications/tor-browser"
export MOZ_SOURCE_CHANGESET=52a46146f437137455bd67769c5d60fa5dbe801b

ac_add_options --enable-update-channel=nightly

  ac_add_options --enable-tests
  # Necessary for package-tests step which expects dist/bin/jsapi-tests to exist.
  ac_add_options --enable-js-shell
