Add -fPIE FLAGS.
This commit is contained in:
parent
40bb585b6e
commit
d7e28b196a
@ -76,4 +76,7 @@ LOCAL_STATIC_LIBRARIES := libjpeg libpng libssl_static libcrypto_static
|
||||
|
||||
LOCAL_MODULE := androidvncserver
|
||||
|
||||
LOCAL_CFLAGS += -fPIE
|
||||
LOCAL_LDFLAGS += -fPIE -pie
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
Loading…
Reference in New Issue
Block a user