forked from hackedteam/core-android-market
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·27 lines (26 loc) · 727 Bytes
/
build.sh
File metadata and controls
executable file
·27 lines (26 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash -
#===============================================================================
#
# FILE: build.sh
#
# USAGE: ./build.sh
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: zad (), e.placidi@hackingteam.com
# ORGANIZATION: ht
# CREATED: 16/10/2014 09:34:23 CEST
# REVISION: ---
#===============================================================================
START_DIR=$PWD
KEY="ciao mondo"
./createHeader.sh
echo "utils/encript.py encstring src/libbson/ src/libbson/preprocessed \"$KEY\" utils/tfc"
python utils/encript.py encstring src/libbson/ src/libbson/preprocessed "$KEY" utils/tfc
cd jni
ndk-build
cd -