Skip to content

Commit b06bd87

Browse files
authored
remove unused stuff in AndroidManifest
Differential Revision: D70360815 Pull Request resolved: #8807
1 parent 3ffd24e commit b06bd87

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

examples/demo-apps/android/ExecuTorchDemo/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@
2727
<uses-native-library android:name="libcdsprpc.so"
2828
android:required="false"/>
2929

30-
<uses-native-library android:name="libQnnHtp.so"
31-
android:required="false"/>
32-
33-
<uses-native-library android:name="libQnnHtpV69Skel.so"
34-
android:required="false"/>
35-
36-
<uses-native-library android:name="libQnnHtpV69Stub.so"
37-
android:required="false"/>
38-
39-
<uses-native-library android:name="libQnnSystem.so"
40-
android:required="false"/>
41-
4230
<activity
4331
android:name=".MainActivity"
4432
android:exported="true"

0 commit comments

Comments
 (0)