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

Summary: Android NDK build error
Product: SDL Reporter: dmuratshin <frankinshtein85>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2    
Version: HG 2.1   
Hardware: x86   
OS: Android (All)   
Attachments: android mk patch

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 ***