forked from pEp.foundation/pEpEngine
Take out Engine header files for Android Build.
parent
450ce584e4
commit
65f617e354
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
engine_dir="$1"
|
||||
|
||||
mkdir -p "$engine_dir/build-android/include/pEp"
|
||||
cd "$engine_dir/src"
|
||||
cp *.h "$engine_dir/build-android/include/pEp"
|
||||
|
Loading…
Reference in New Issue