Make libintl.h provide inline stubs
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 16 Aug 2017 22:34:44 +0000 (00:34 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 16 Aug 2017 22:34:44 +0000 (00:34 +0200)
commit50ed335795319190a88a0ddefd0ce24d333f2db7
tree83ab8f896f1fabcc4cc9e0e4f0e10e25d9591f8b
parent8a30c5bb300ddc2634ba7f559d3005403a46447b
Make libintl.h provide inline stubs

Previously libandroid-support contained inline stubs for libintl.h
functions (gettext(), dgettext() and friends).

We now provide inline versions of them in libintl.h directly so
libandroid-support is no longer necessary to get them.
build-package.sh
ndk-patches/libintl.h [new file with mode: 0644]
packages/libandroid-support/build.sh