Skip to content

Commit dca2466

Browse files
committed
Added baseline-profile routine
1 parent f9c3aa9 commit dca2466

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ check:
1919
# Building
2020
# ==============
2121

22+
baseline-profile:
23+
@echo "Build AAB"
24+
@./gradlew :app:generateReleaseBaselineProfile --console verbose
25+
2226
build-aab:
2327
@echo "Build AAB"
2428
@./gradlew :app:bundleRelease --console verbose
@@ -50,6 +54,7 @@ build-and-publish:
5054

5155
@$(MAKE) clean # Required as 'publishBundle' publishes all .aab's in archive dir
5256

57+
@$(MAKE) baseline-profile
5358
@$(MAKE) build-aab
5459
@$(MAKE) build-apk
5560

0 commit comments

Comments
 (0)