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
-- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/6d1f6254-08f5-430b-a6b9-96110dda13d6%40googlegroups.com.
