commit | 3672d918e200694ddb3432d3ab0ed157fe3d23b5 | [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 | c8f87f1be25ae0aa4978c945c50053a8b72f5696 [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