Skip to content

Commit

Permalink
Forgot to add symlinks to openssl - actual library names are ssl and …
Browse files Browse the repository at this point in the history
…crypto
  • Loading branch information
pelya committed Feb 10, 2015
1 parent 967c182 commit 4585415
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/jni/application/hid-pc-keyboard/project.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
--- a/project/AndroidManifest.xml 2014-11-24 19:30:31.003274516 +0200
+++ b/project/AndroidManifest.xml 2014-11-24 19:30:33.547274398 +0200
@@ -28,7 +28,7 @@
@@ -28,7 +28,8 @@

<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="21"/>
<!-- ==INTERNET== --> <uses-permission android:name="android.permission.INTERNET"></uses-permission>
-
+ <uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>
+ <uses-permission android:name="android.permission.CAMERA" />
<!-- <uses-permission android:name="android.permission.VIBRATE"></uses-permission> --> <!-- Vibrator not supported yet by SDL -->

<uses-feature android:name="android.hardware.touchscreen" android:required="false" /> <!-- Allow TV boxes -->
1 change: 1 addition & 0 deletions project/jni/crypto
1 change: 1 addition & 0 deletions project/jni/ssl

0 comments on commit 4585415

Please sign in to comment.