commit 51aae94ab13e575ddbcba0cff4dbb9c69c4a612e Author: sisbell shane.isbell@gmail.com Date: Mon Sep 24 20:37:18 2018 -0700
Bug 26696: Add definition for new platform in rbm.conf --- rbm.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
diff --git a/rbm.conf b/rbm.conf index 7f5dfa4..5e981ac 100644 --- a/rbm.conf +++ b/rbm.conf @@ -141,6 +141,27 @@ targets: # Don't create mar files to save time build_mar: 0
+ torbrowser-android-armv7: + - android-armv7 + android-armv7: + arch: armv7 + var: + android: 1 + osname: android-armv7 + compiler: android-toolchain + snowflake: 0 + fteproxy: 0 + container: + suite: stretch + arch: amd64 + deps: + - build-essential + - python + - bison + - automake + - libtool + - zip + - unzip torbrowser-linux-x86_64: - linux-x86_64 - linux
tbb-commits@lists.torproject.org