Skip to content

Commit

Permalink
Merge pull request #9688 from MartijnKaijser/goodbye
Browse files Browse the repository at this point in the history
Chop out anything before Android 5 and don't build with amlogic
  • Loading branch information
MartijnKaijser committed Apr 26, 2016
2 parents ded3cfc + 1015c48 commit f265fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/android/packaging/xbmc/AndroidManifest.xml.in
Expand Up @@ -5,7 +5,7 @@
android:versionCode="@APP_VERSION_CODE@"
android:versionName="@APP_VERSION@" >

<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="22" />
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="22" />

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
2 changes: 1 addition & 1 deletion tools/depends/target/xbmc/Makefile
Expand Up @@ -13,7 +13,7 @@ CONFIGURE = cp -f $(CONFIG_SUB) $(CONFIG_GUESS) build-aux/ ;\
./configure --prefix=$(PREFIX) $(DEBUG)

ifeq ($(OS),android)
CONFIGURE += --enable-codec=amcodec --enable-breakpad --disable-libcec
CONFIGURE += --enable-breakpad --disable-libcec
endif

ifeq ($(Configuration),Release)
Expand Down

0 comments on commit f265fc7

Please sign in to comment.