Skip to content

Fix ndk-build warnings. #1484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

DanAlbert
Copy link

ndk-build spits out a few warnings about useless lines in the Android.mk. Fix them.

ndk-build has been warning that this option does nothing for this
module because it is a static library. Static libraries are not
linked.
ndk-build has been warning that this file is not used because it is
not a file that exists. The actual file is windows_unicode_filenames.c
(this is missing an extension). Since it apparently hasn't been
needed, don't bother building it.
kebbbnnn referenced this pull request Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant