We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9254e32 commit c97537dCopy full SHA for c97537d
.travis.yml
@@ -37,10 +37,10 @@ before_script:
37
- cd ../android/native/jni/
38
- ../../../android-ndk/ndk-build
39
- cd ../../
40
-- cp -r ./native/libs ./
+- cp -r ./native/libs ./assets/system/
41
42
#copy busybox dest
43
-- cp -r ../tools/busybox_dest/libs ./
+- cp -r ../tools/busybox_dest/libs ./assets/system/
44
45
- gradlew build --stacktrace
46
- cp -r build/outputs/apk ../dest/android/
0 commit comments