Hi,
I followed the instructions in:
https://www.android-x86.org/source.htmlto rebuild android-x86 9.0.
Essentially what I did was:
mkdir android-x86 ; cd android-x86
repo init -u http://scm.osdn.net/gitroot/android-x86/manifest -b pie-x86
repo sync --no-tags --no-clone-bundle
make -j<n> rpm TARGET_PRODUCT=android_x86_64The resulting rpm package was called android-x86-YYYY-MM.x86_64.rpm
where YYYY and MM are the year and month when the package was build.
My intention was to rebuild android-x86-9.0-r2.x86_64.rpm but the result
I obtained was different: in my build the kernel is 4.19.122 while in 9.0r2
the kernel is 4.19.110 and, of course, there are other differences.
Is there a way to recreate/build exactly android-x86-9.0-r2.x86_64.rpm?
Thanks.