You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This CL attempts to fix the runtime error that happens when:
- You have an AAB is built with android_applicaiton
- Sideload the AAB using bundletool
- Invoke jetpack baseline profile installer through ADB
adb shell am broadcast -a androidx.profileinstaller.action.INSTALL_PROFILE \
com.google.android.GoogleCamera/androidx.profileinstaller.ProfileInstallReceiver
The installer fails with the erro like:
10-30 22:45:18.716 447 447 D ProfileInstaller: DIAGNOSTIC_PROFILE_IS_COMPRESSED
This is because the baseline profilie in the AAB is not placed in the
location which bundletool expects
Note that Gradle supports this location:
PiperOrigin-RevId: 831564698
Change-Id: I53d49f4e67851fc41fc57451f9d19962df4cb109
0 commit comments