Home | History | Annotate | Download | only in core

Lines Matching defs:pch

318 # add PCH to LOCAL_SRC_FILES so that TARGET-process-src-files-tags could process it
328 # now remove PCH from LOCAL_SRC_FILES to prevent getting NDK warning about
413 # Build PCH
415 get-pch-name = $(strip \
423 # Build PCH into obj directory
424 LOCAL_BUILT_PCH := $(call get-pch-name,$(LOCAL_PCH))
426 # Build PCH
429 # All obj files are dependent on the PCH
434 # Files from now on build with PCH
435 LOCAL_CPPFLAGS += -Winvalid-pch -include $(LOCAL_BUILT_PCH)
437 # Insert PCH dir at beginning of include search path