diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-09-24 18:47:22 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-09-24 19:04:58 -0400 |
commit | 92e2a05fc358092faf66c75c4fd8b9792f573298 (patch) | |
tree | 3f77fd34b200945af2e354da4a68ff95307ee0eb /Makefile.in | |
parent | 4a07cbe684a744139f094ac8f6660eb6a55b20e8 (diff) |
[droid] add an implementation of rand_r
Also create a place for us to add missing bionic functions. This is
_purposefully_ done inside of XBMC rather than as a separate helper-lib to
discourage adding stuff here. Instead, we should be pushing to get them into
the ndk.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 771b15de38..4d4fe733e9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -150,6 +150,7 @@ ifeq (@USE_ANDROID@,1) DIRECTORY_ARCHIVES += xbmc/android/loader/AndroidDyload.a DIRECTORY_ARCHIVES += xbmc/windowing/android/windowing_android.a DIRECTORY_ARCHIVES += xbmc/android/activity/activity.a +DIRECTORY_ARCHIVES += xbmc/android/bionic_supplement/bionic_supplement.a endif ifeq (@USE_AMLPLAYER@,1) |