We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56355a4 commit 6a324deCopy full SHA for 6a324de
2 files changed
.github/workflows/android-build.yml
@@ -138,7 +138,7 @@ jobs:
138
api-level: ${{ env.API_LEVEL }}
139
arch: ${{ env.ARCH }}
140
force-avd-creation: false
141
- ram-size: 16384M
+ ram-size: 6144M
142
emulator-options: -no-snapshot-save ${{ env.EMULATOR_OPTIONS }}
143
disable-animations: true
144
working-directory: ${{ matrix.path }}
llm/android/LlamaDemo/app/build.gradle.kts
@@ -20,6 +20,7 @@ android {
20
21
defaultConfig {
22
applicationId = "com.example.executorchllamademo"
23
+ testApplicationId = "com.example.executorchllamademo.test"
24
minSdk = 28
25
targetSdk = 33
26
versionCode = 1
0 commit comments