Convert an apk file into an aab file

Is it possible to transform an apk file into an aab file? in the apk file it is possible to modify the permissions requested by the app, while in the aab file it is not possible, so if it were possible to transform an apk into an aab you could publish your app on the play store with the permissions you want and remove those not necessary, for example my apps do not require internet access and I would like to publish them on the play store without unnecessary permissions.