platform_system_core/libnativebridge
Dan Willemsen ee2da03e26 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
2016-06-01 13:41:23 -07:00
..
tests Remove invalid uses of -l and -I 2016-06-01 13:41:23 -07:00
Android.mk Remove invalid uses of -l and -I 2016-06-01 13:41:23 -07:00
native_bridge.cc Add Mips64 Runtime ISA type. 2016-02-08 14:02:47 -08:00