2014-04-28, 08:11
when we "make apk", the build script will copy the resource file into a share place
for example, fonts will copied to:
xbmc-deps/arm-linux-androideabi-android-xx/share/xbmc/media/Fonts
but if I added some fonts to source dir, and then I removed it after "make apk"
when next time I run "make apk", the script will not remove the additional fonts from "xbmc-deps/arm-linux-androideabi-android-xx/share/xbmc/media/Fonts"
for example, fonts will copied to:
xbmc-deps/arm-linux-androideabi-android-xx/share/xbmc/media/Fonts
but if I added some fonts to source dir, and then I removed it after "make apk"
when next time I run "make apk", the script will not remove the additional fonts from "xbmc-deps/arm-linux-androideabi-android-xx/share/xbmc/media/Fonts"