Skip to content

Commit 6a324de

Browse files
committed
fix
1 parent 56355a4 commit 6a324de

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/android-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
api-level: ${{ env.API_LEVEL }}
139139
arch: ${{ env.ARCH }}
140140
force-avd-creation: false
141-
ram-size: 16384M
141+
ram-size: 6144M
142142
emulator-options: -no-snapshot-save ${{ env.EMULATOR_OPTIONS }}
143143
disable-animations: true
144144
working-directory: ${{ matrix.path }}

llm/android/LlamaDemo/app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ android {
2020

2121
defaultConfig {
2222
applicationId = "com.example.executorchllamademo"
23+
testApplicationId = "com.example.executorchllamademo.test"
2324
minSdk = 28
2425
targetSdk = 33
2526
versionCode = 1

0 commit comments

Comments
 (0)