Merge pull request #11335 from t895/baseline-profile

Android: Baseline profile generation
This commit is contained in:
JosJuice
2022-12-10 21:09:18 +01:00
committed by GitHub
10 changed files with 4085 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-feature
android:name="android.hardware.touchscreen"
@ -44,6 +45,9 @@
<meta-data
android:name="android.max_aspect"
android:value="2.1"/>
<profileable
android:shell="true"
tools:targetApi="29" />
<activity
android:name=".ui.main.MainActivity"

File diff suppressed because it is too large Load Diff