We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e65e9 commit 64ae49dCopy full SHA for 64ae49d
1 file changed
.gitignore
@@ -137,3 +137,22 @@ jacoco.exec
137
# Fastlane
138
fastlane/report.xml
139
.kotlin
140
+
141
+# QNN proprietary libraries (must be downloaded separately)
142
+feature/qnn/src/main/jniLibs/
143
+feature/qnn/src/main/assets/qnnlibs/*.so
144
+feature/qnn/src/main/assets/cvtbase/*.mnn
145
+feature/qnn/src/main/assets/cvtbase/*.json
146
+!feature/qnn/src/main/jniLibs/arm64-v8a/.gitkeep
147
+!feature/qnn/src/main/assets/qnnlibs/.gitkeep
148
+!feature/qnn/src/main/assets/cvtbase/.gitkeep
149
150
+# QNN extracted files
151
+LocalDream.apk
152
+qnn-extracted/
153
154
+# Platform tools
155
+platform-tools/
156
157
+# Debug keystore
158
+debug.keystore
0 commit comments