You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
19 lines
311 B
Plaintext
19 lines
311 B
Plaintext
# populated by apps
|
|
data/files/*
|
|
data/shared_prefs/*
|
|
|
|
# manually extracted from apk
|
|
data/assets/*
|
|
data/lib/*
|
|
|
|
# manually extracted from apk and possibly converted
|
|
data/res/*
|
|
|
|
# taken from android (apps may dislike non-bionic-linked libstdc++)
|
|
!data/lib/libstdc++.so
|
|
|
|
# build artifacts
|
|
libnative/*
|
|
*.class
|
|
*.dex
|