commit | ee2da03e2666dcb01721b55aa4767e371120f4fb | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed May 25 13:19:49 2016 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Jun 01 13:41:23 2016 -0700 |
tree | b628830902bfb84f00c39cb391971e608a640252 | |
parent | 58ea31cc9013b8aab168cb828571ffc44721d9ef [diff] |
Remove invalid uses of -l and -I LOCAL_LDLIBS should only be used with -l flags for NDK and some host libraries. Other uses should use LOCAL_SHARED_LIBRARIES. LOCAL_LDFLAGS should not contain -l entries, they should be in LOCAL_LDLIBS instead. LOCAL_CFLAGS should not contain -I entries, those should use LOCAL_C_INCLUDES instead. Change-Id: Ic901aa14651572ac682166becd4f0cd86baecc34