fix(benchmark): re-enable BaselineProfileBenchmark

This commit is contained in:
Harsh Shandilya 2022-12-08 02:59:58 +05:30
parent 46a9658dcd
commit 0ec03fc979
No known key found for this signature in database
2 changed files with 9 additions and 4 deletions

View file

@ -150,5 +150,14 @@
android:value="androidx.startup"
tools:node="remove" />
</provider>
<!-- https://issuetracker.google.com/issues/258619948 -->
<receiver
android:name="androidx.profileinstaller.ProfileInstallReceiver"
android:permission="android.permission.DUMP"
android:exported="true">
<intent-filter>
<action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
</intent-filter>
</receiver>
</application>
</manifest>