We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4334 - Android NDK build error
Summary: Android NDK build error
Status: RESOLVED DUPLICATE of bug 4335
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.1
Hardware: x86 Android (All)
: P2 blocker
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-26 18:17 UTC by dmuratshin
Modified: 2018-12-02 17:09 UTC (History)
0 users

See Also:


Attachments
android mk patch (625 bytes, patch)
2018-10-26 18:17 UTC, dmuratshin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dmuratshin 2018-10-26 18:17:52 UTC
Created attachment 3401 [details]
android mk patch

LOCAL_SRC_FILES shouldn't use $(LOCAL_PATH)
patch attached!
Comment 1 Ryan C. Gordon 2018-12-02 07:50:29 UTC
(In reply to dmuratshin from comment #0)
> LOCAL_SRC_FILES shouldn't use $(LOCAL_PATH)

But it does for all the other source code listed earlier in the same file; is that also a problem?

--ryan.
Comment 2 dmuratshin 2018-12-02 14:37:10 UTC
no, other source code uses 'wildcard' with 'subst', it has clipped local_path
Comment 3 Ryan C. Gordon 2018-12-02 17:09:06 UTC
Ah, I didn't realize Sam already fixed this in https://hg.libsdl.org/SDL/rev/09e3ef028bc8 and this bug was an accidental duplicate of Bug #4335.

--ryan.

*** This bug has been marked as a duplicate of bug 4335 ***