- 新增 :macrobenchmark 模块,提供自动 Baseline Profile 生成 - 扩展 proguard-rules.pro,保留所有业务类方法名确保 profile 匹配 - 全量 AOT 覆盖:冷启动 + 交互路径(年视图、周折叠、关于页等) - app/build.gradle.kts 新增 benchmark 构建类型 - README 简化 Baseline Profiles 维护指南 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
11 lines
366 B
XML
11 lines
366 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!--
|
|
Macrobenchmark 模块的 AndroidManifest。
|
|
该模块为 com.android.test 类型,通过 targetProjectPath 指向 :app 模块。
|
|
在 benchmark 构建类型下运行,自动生成 baseline-prof.txt。
|
|
-->
|
|
|
|
</manifest>
|