forked from openkylin/platform_build
am 76cc34ca: am 6dfbf024: am 9e4e3b37: Merge "TARGET_linux-arm.mk: use single slash version of -print-whatever"
* commit '76cc34ca0adefac91f90fae478f2c6140e41e088': TARGET_linux-arm.mk: use single slash version of -print-whatever
This commit is contained in:
commit
e11abdbe57
|
@ -181,7 +181,7 @@ TARGET_FDO_CFLAGS:=
|
|||
TARGET_FDO_LIB:=
|
||||
|
||||
target_libgcov := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) \
|
||||
--print-file-name=libgcov.a)
|
||||
-print-file-name=libgcov.a)
|
||||
ifneq ($(strip $(BUILD_FDO_INSTRUMENT)),)
|
||||
# Set BUILD_FDO_INSTRUMENT=true to turn on FDO instrumentation.
|
||||
# The profile will be generated on /data/local/tmp/profile on the device.
|
||||
|
|
Loading…
Reference in New Issue