Merge "Add NATIVE_TESTS class, move host native tests" am: e72fc63901
am: 10461b78f0
* commit '10461b78f0955d9dba8d32045d1e35ff0f9a5c8c':
Add NATIVE_TESTS class, move host native tests
Change-Id: Ia11b54676d3b33e58c177a5a375f29233657524e
This commit is contained in:
@@ -186,7 +186,7 @@ endif
|
||||
# all code is position independent, and then those warnings get promoted to
|
||||
# errors.
|
||||
ifneq ($($(my_prefix)OS),windows)
|
||||
ifeq ($(LOCAL_MODULE_CLASS),EXECUTABLES)
|
||||
ifneq ($(filter EXECUTABLES NATIVE_TESTS,$(LOCAL_MODULE_CLASS)),)
|
||||
my_cflags += -fpie
|
||||
else
|
||||
my_cflags += -fPIC
|
||||
|
Reference in New Issue
Block a user