Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 6a68be096b2cc0966e327a644df03cb2ac989308
Author: Marcello Albano <maralb@google.com>
Date: Tue Dec 12 16:49:40 2023
Added error code NO_PROFILE_EMBEDDED to ProfileVerifier
Bug: 313928520
Test: ./gradlew :profileinstaller:integration-tests:profile-verification:connectedDebugAndroidTest
Change-Id: Ifb1091758533f1491be99e23cfc84b61f8b3027b
Relnote: Added error code for no profile embedded to profile verifier
M benchmark/integration-tests/baselineprofile-consumer/build.gradle
M benchmark/integration-tests/baselineprofile-consumer/src/main/java/androidx/benchmark/integration/baselineprofile/consumer/EmptyActivity.kt
M development/build_log_simplifier/messages.ignore
M profileinstaller/integration-tests/profile-verification-sample-no-initializer/src/main/java/androidx/profileinstaller/integration/profileverification/target/no_initializer/SampleActivity.kt
M profileinstaller/integration-tests/profile-verification-sample/src/main/java/androidx/profileinstaller/integration/profileverification/target/SampleActivity.kt
M profileinstaller/integration-tests/profile-verification/build.gradle
M profileinstaller/integration-tests/profile-verification/src/androidTest/java/androidx/profileinstaller/integration/profileverification/ProfileVerificationOnGeneratedProfiles.kt
M profileinstaller/integration-tests/profile-verification/src/androidTest/java/androidx/profileinstaller/integration/profileverification/ProfileVerificationTestWithoutProfileInstallerInitializer.kt
M profileinstaller/integration-tests/profile-verification/src/androidTest/java/androidx/profileinstaller/integration/profileverification/TestManager.kt
M profileinstaller/profileinstaller/api/current.txt
M profileinstaller/profileinstaller/api/restricted_current.txt
M profileinstaller/profileinstaller/src/main/java/androidx/profileinstaller/ProfileInstaller.java
M profileinstaller/profileinstaller/src/main/java/androidx/profileinstaller/ProfileVerifier.java
https://android-review.googlesource.com/2871642
Branch: androidx-main
commit 6a68be096b2cc0966e327a644df03cb2ac989308
Author: Marcello Albano <maralb@google.com>
Date: Tue Dec 12 16:49:40 2023
Added error code NO_PROFILE_EMBEDDED to ProfileVerifier
Bug: 313928520
Test: ./gradlew :profileinstaller:integration-tests:profile-verification:connectedDebugAndroidTest
Change-Id: Ifb1091758533f1491be99e23cfc84b61f8b3027b
Relnote: Added error code for no profile embedded to profile verifier
M benchmark/integration-tests/baselineprofile-consumer/build.gradle
M benchmark/integration-tests/baselineprofile-consumer/src/main/java/androidx/benchmark/integration/baselineprofile/consumer/EmptyActivity.kt
M development/build_log_simplifier/messages.ignore
M profileinstaller/integration-tests/profile-verification-sample-no-initializer/src/main/java/androidx/profileinstaller/integration/profileverification/target/no_initializer/SampleActivity.kt
M profileinstaller/integration-tests/profile-verification-sample/src/main/java/androidx/profileinstaller/integration/profileverification/target/SampleActivity.kt
M profileinstaller/integration-tests/profile-verification/build.gradle
M profileinstaller/integration-tests/profile-verification/src/androidTest/java/androidx/profileinstaller/integration/profileverification/ProfileVerificationOnGeneratedProfiles.kt
M profileinstaller/integration-tests/profile-verification/src/androidTest/java/androidx/profileinstaller/integration/profileverification/ProfileVerificationTestWithoutProfileInstallerInitializer.kt
M profileinstaller/integration-tests/profile-verification/src/androidTest/java/androidx/profileinstaller/integration/profileverification/TestManager.kt
M profileinstaller/profileinstaller/api/current.txt
M profileinstaller/profileinstaller/api/restricted_current.txt
M profileinstaller/profileinstaller/src/main/java/androidx/profileinstaller/ProfileInstaller.java
M profileinstaller/profileinstaller/src/main/java/androidx/profileinstaller/ProfileVerifier.java
Description
As per title, related to b/313606546 , we want to add an additional status code (or flag) that reports whether a profile is embedded in the apk or not.