Vladimir Belousov
unread,May 28, 2020, 6:32:45 AM5/28/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Building
Hi, we building an Android 10 using Jenkins. My task is as follows: after the build, I get target_files (let's say version 1.1). I want to get a full copy of these target_files but with a different version of the build without restarting the build (let's say 1.2). This can be done? The task is exactly this: from the original target_files to get their full copy, but so that the copy already has a different version (through the replacement of Build.prop or some other files). Why this is done (there is probably a normal solution, but we did not come up with it): when we update the device to version 1.1 we want to make sure that this update doesn't break update_engine. To do this, we create a "fake version" with the following number (1.2) and re-update the device. If everything works correctly, we can use version 1.1