Hi, all the talks about creating `baseline profile...
# android
u
Hi, all the talks about creating
baseline profiles
in certain ways ..but I noticed ever sime some AGP, my release apk contains the baseline profile file automatically (?) Is this different from the one I do by running those "tests" on device?
not kotlin but kotlin colored 1
c
yeah. i haven't used baseline profiles yet. but i basically understand them as being additive like proguard rules. so other libraries can ship with them. i know compose ships with them. still. running it on your own app is clutch and results in the best perf. im eager to use them too!
u
so those included are only merges of profiles provided by libraries?
c
yeah, AFAIK
u
any docs about that? how can I tell for sure?
c
@Ben do you know?
b
Baseline Profiles from libraries (all androidx and many others) are included in the app when packaged.
😍 1