platform_system_core/libnativeloader
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
..
include/nativeloader Merge "nativeloader: Add CloseNativeLibrary() method" 2016-05-04 23:38:55 +00:00
Android.mk Remove invalid uses of -l and -I 2016-06-01 13:41:23 -07:00
dlext_namespaces.h Set parent namespace for linker-namespaces 2016-05-16 18:13:49 -07:00
native_loader.cpp Set parent namespace for linker-namespaces 2016-05-16 18:13:49 -07:00