Small native code reorganization

This commit is contained in:
topjohnwu
2020-03-09 01:50:30 -07:00
parent d6fdbfe9b7
commit a0998009c1
85 changed files with 216 additions and 317 deletions

4
.gitattributes vendored
View File

@@ -18,3 +18,7 @@ tools/** binary
*.png binary
*.jpg binary
*.ttf binary
# Help GitHub detect languages
native/jni/external/** linguist-vendored
native/jni/systemproperties/** linguist-language=C++