summaryrefslogtreecommitdiff
path: root/examples/llama.android/build.gradle.kts
diff options
context:
space:
mode:
authorElton Kola <eltonkola@gmail.com>2024-05-14 03:30:30 -0400
committerGitHub <noreply@github.com>2024-05-14 17:30:30 +1000
commitefc8f767c8c8c749a245dd96ad4e2f37c164b54c (patch)
tree4c2910c9f7b3fcd27fbc1d04dd5188be962a8a5d /examples/llama.android/build.gradle.kts
parente0f556186b6e1f2b7032a1479edf5e89e2b1bd86 (diff)
move ndk code to a new library (#6951)
Diffstat (limited to 'examples/llama.android/build.gradle.kts')
-rw-r--r--examples/llama.android/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/llama.android/build.gradle.kts b/examples/llama.android/build.gradle.kts
index 50ebc821..acd1ada7 100644
--- a/examples/llama.android/build.gradle.kts
+++ b/examples/llama.android/build.gradle.kts
@@ -2,4 +2,5 @@
plugins {
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
+ id("com.android.library") version "8.2.0" apply false
}