"Enable_profile_rewriting must be true when profile_guided dexpreopt and R8 optimization/obfuscation is turned on. The attached profile should be sourced from an unoptimized/unobfuscated APK.",
)
}
ifj.EnableProfileRewriting(){
profile:=j.GetProfile()
ifprofile==""||!j.GetProfileGuided(){
ifj.EnableProfileRewriting(ctx){
profile:=j.GetProfile(ctx)
ifprofile==""||!j.GetProfileGuided(ctx){
ctx.PropertyErrorf("enable_profile_rewriting","Profile and Profile_guided must be set when enable_profile_rewriting is true")