[Android] Update rename script for release

Rafaël Carré funman at videolan.org
Mon Mar 31 18:37:40 CEST 2014


On 03/31/14 18:24, Jean-Baptiste Kempf wrote:
> On 31 Mar, Rafaël Carré wrote :
>> On 03/31/14 13:41, Jean-Baptiste Kempf wrote:
>>> vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 31 13:40:19 2014 +0200| [1471923d9c6ad94d62623f871288f8edd57af50b] | committer: Jean-Baptiste Kempf
>>>
>>> Update rename script for release
>>>
>>>> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=1471923d9c6ad94d62623f871288f8edd57af50b
>>> ---
>>>
>>>  rename_package.sh |    1 +
>>>  1 file changed, 1 insertion(+)
>>>
>>> diff --git a/rename_package.sh b/rename_package.sh
>>> index dfe11f4..afa10bd 100755
>>> --- a/rename_package.sh
>>> +++ b/rename_package.sh
>>> @@ -17,6 +17,7 @@ sed -i.orig "s,${OLD_PATH},${NEW_PATH},g" Makefile
>>>  cd vlc-android/
>>>  
>>>  sed -i.orig -e "s/versionCode\(.*\)0\"/versionCode\1$2\"/" AndroidManifest.xml
>>> +sed -i.orig -e "s/android:debuggable=\"true\"/android:debuggable=\"false\"/" AndroidManifest.xml
>>
>> Why?
> 
> Because we need to set debuggable to false for the store.

That's something that would have fit in the commit log

> And if you rename, it's usually for the store. Better patches welcome,
>     though...
> 
> With my kindest regards,


More information about the Android mailing list