diff options
author | Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr> | 2017-04-25 11:44:14 +0200 |
---|---|---|
committer | Angelo Mantellini <angelo.mantellini@irt-systemx.fr> | 2017-04-25 14:27:35 +0000 |
commit | 4ff32ec79cf0ba8ddb8c46f2f36adce379819643 (patch) | |
tree | e36c5a489efdc55bbac9da42dfbe6fa0d60c6590 /config | |
parent | 13c1de7a419e40af21254da23f11a08f2a59bb4d (diff) |
create viper apk
Change-Id: I025e4ef889932c243e99687037a294222fd975c6
Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.mk b/config/config.mk index a1e38dab..808ffc1a 100644 --- a/config/config.mk +++ b/config/config.mk @@ -102,4 +102,7 @@ CCNX_COMPILE_ENVIRONMENT=-DCMAKE_TOOLCHAIN_FILE=${DISTILLERY_ROOT_DIR}/config/co OPEN_SSL_DIR=-DOPENSSL_ROOT_DIR=${DISTILLERY_INSTALL_DIR} LIBEVENT_ROOT=${DISTILLERY_INSTALL_DIR} export ABI=armeabi-v7a - +export QT_HOME=${DISTILLERY_ROOT_DIR}/qt/Qt +export ANDROID_ARCH=armv7 +export DISTILLERY_BUILD_DIR +export DISTILLERY_INSTALL_DIR |