platform_system_core/libnativebridge/tests
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
..
Android.mk Allow native bridge to work without a code cache 2015-07-10 11:22:09 +08:00
Android.nativebridge-dummy.mk Remove invalid uses of -l and -I 2016-06-01 13:41:23 -07:00
CodeCacheCreate_test.cpp maybe fix mac build 2014-11-02 06:13:53 -08:00
CodeCacheExists_test.cpp maybe fix mac build 2014-11-02 06:13:53 -08:00
CodeCacheStatFail_test.cpp Allow native bridge to work without a code cache 2015-07-10 11:22:09 +08:00
CompleteFlow_test.cpp resolved conflicts for merge of 7a1abfe3 to lmp-mr1-dev-plus-aosp 2014-10-29 19:51:04 +00:00
DummyNativeBridge.cpp Handle code_cache dir creation in libnativebridge 2014-10-27 15:37:32 +00:00
DummyNativeBridge2.cpp LibNativeBridge: Version 2 2015-05-14 20:20:49 -07:00
InvalidCharsNativeBridge_test.cpp NativeBridge: Refactor for new initialization flow 2014-09-08 11:12:13 -07:00
NativeBridge2Signal_test.cpp LibNativeBridge: Version 2 2015-05-14 20:20:49 -07:00
NativeBridgeTest.h Allow native bridge to work without a code cache 2015-07-10 11:22:09 +08:00
NativeBridgeVersion_test.cpp LibNativeBridge: Version 2 2015-05-14 20:20:49 -07:00
NeedsNativeBridge_test.cpp Add Mips64 Runtime ISA type. 2016-02-08 14:02:47 -08:00
PreInitializeNativeBridge_test.cpp Use __ANDROID__ instead of HAVE_ANDROID_OS. 2015-07-30 09:33:43 -07:00
PreInitializeNativeBridgeFail1_test.cpp Handle code_cache dir creation in libnativebridge 2014-10-27 15:37:32 +00:00
PreInitializeNativeBridgeFail2_test.cpp Handle code_cache dir creation in libnativebridge 2014-10-27 15:37:32 +00:00
ReSetupNativeBridge_test.cpp NativeBridge: Refactor for new initialization flow 2014-09-08 11:12:13 -07:00
UnavailableNativeBridge_test.cpp LibNativeBridge: Add early init & env setup 2014-09-26 13:04:36 -07:00
ValidNameNativeBridge_test.cpp Revert "DO NOT MERGE Libnativebridge: Temporarily change back to late dlopen" 2014-09-25 21:46:56 +00:00