Skip to content

Commit

Permalink
add native submodules for android
Browse files Browse the repository at this point in the history
  • Loading branch information
aydin.kim committed Aug 22, 2013
1 parent 86ca99b commit cb4437a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Expand Up @@ -106,3 +106,12 @@
[submodule "src/support/png/libpng"]
path = src/support/png/libpng
url = https://github.com/mozilla-servo/libpng.git
[submodule "src/platform/android/fontconfig"]
path = src/platform/android/fontconfig
url = http://github.com/webconvforge/fontconfig.git
[submodule "src/platform/android/libexpat"]
path = src/platform/android/libexpat
url = http://github.com/webconvforge/libexpat.git
[submodule "src/platform/android/libfreetype2"]
path = src/platform/android/libfreetype2
url = http://github.com/webconvforge/libfreetype2.git
1 change: 1 addition & 0 deletions src/platform/android/fontconfig
Submodule fontconfig added at d0c6dd
1 change: 1 addition & 0 deletions src/platform/android/libexpat
Submodule libexpat added at e74cfc
1 change: 1 addition & 0 deletions src/platform/android/libfreetype2
Submodule libfreetype2 added at 3030c4

0 comments on commit cb4437a

Please sign in to comment.