This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Android : invoke sync code gen from build.sh since some of generated code isn't in repo anymore
doc_update_sequoia
Edouard Tisserant
6 years ago
parent
c1133a48f3
commit
4cfa6795e4
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
build-android/build.sh
+ 4
- 0
build-android/build.sh
View File
@ -52,6 +52,10 @@ cp *.h "$current_dir/$package_name-$build_version/include/pEp"
cd
"
$current_dir
/../asn.1
"
make generate
# Generate asn.1
cd
"
$current_dir
/../sync
"
make
# Start building.
for
arch in
$archs
;
do
TARGET_ARCH_ABI
=
$arch
Write
Preview
Loading…
Cancel
Save