Skip to content

Commit beefc4d

Browse files
committed
chore: add comments to clarify command behaviors
1 parent afe0838 commit beefc4d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.codebuild/run_android_modelgen_e2e_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ phases:
1717
- yes | sudo apt install android-sdk
1818
- export ANDROID_HOME=/usr/lib/android-sdk
1919
- yes | sudo apt install sdkmanager
20+
# Licenses acceptance is needed for Android project build.
21+
# "sdkmanager --licenses" is handled in test beforeAll setup,
22+
# and this ensures the project accepts all licenses needed.
2023

2124
build:
2225
commands:

.codebuild/run_canary_android_modelgen_e2e_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ phases:
1515
- yes | sudo apt install android-sdk
1616
- export ANDROID_HOME=/usr/lib/android-sdk
1717
- yes | sudo apt install sdkmanager
18+
# Licenses acceptance is needed for Android project build.
19+
# "sdkmanager --licenses" is handled in test beforeAll setup,
20+
# and this ensures the project accepts all licenses needed.
1821

1922
build:
2023
commands:

0 commit comments

Comments
 (0)