Skip to content

Commit

Permalink
Merge pull request xbmc#24519 from joseluismarti/xbmc.properties
Browse files Browse the repository at this point in the history
[Android] ABI check removal: xbmc.properties file
  • Loading branch information
fuzzard authored Jan 17, 2024
2 parents b225399 + cb50dfa commit a01c2d4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/android/packaging/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ python: | xbmc/assets
cd xbmc/assets/python@PYTHON_VERSION@/lib/python@PYTHON_VERSION@/; rm -rf test config config-@PYTHON_VERSION@ lib-dynload ; find . -name "*.so" -exec rm -f {} \;

res:
mkdir -p xbmc/res xbmc/res/raw xbmc/res/values images
@echo "native_arch=$(CPU)" > xbmc/res/raw/xbmc.properties
mkdir -p xbmc/res xbmc/res/values images
cp -fp $(CMAKE_SOURCE_DIR)/media/applaunch_screen.png xbmc/res/drawable/
cp -fp media/drawable-hdpi/ic_launcher.png xbmc/res/drawable-hdpi/ic_launcher.png
cp -fp media/drawable-ldpi/ic_launcher.png xbmc/res/drawable-ldpi/ic_launcher.png
Expand Down Expand Up @@ -111,7 +110,6 @@ apk-clean:
rm -rf xbmc/lib
rm -rf xbmc/assets
rm -rf xbmc/obj
rm -rf xbmc/res/raw
rm -rf xbmc/res/values
rm -f xbmc/res/drawable/applaunch_screen.png
rm -f xbmc/res/drawable-xxxhdpi/applaunch_screen.png
Expand Down

0 comments on commit a01c2d4

Please sign in to comment.