Merge "Make PIC/PIE levels compatible for LTO." am: 4be1d8823e

am: dc8469e858

Change-Id: I67e094ceff60ff01fa8636ca94d1dd0c19728256
This commit is contained in:
Vishwath Mohan
2017-04-18 02:01:37 +00:00
committed by android-build-merger

View File

@@ -309,7 +309,7 @@ endif
ifneq ($(LOCAL_NO_PIC),true)
ifneq ($($(my_prefix)OS),windows)
ifneq ($(filter EXECUTABLES NATIVE_TESTS,$(LOCAL_MODULE_CLASS)),)
my_cflags += -fpie
my_cflags += -fPIE
else
my_cflags += -fPIC
endif