Lines Matching refs:toc
224 ## Create .toc files from shared objects to reduce unnecessary rebuild
225 # .toc files have the list of external dynamic symbols without their addresses.
226 # As .KATI_RESTAT is specified to .toc files and commit-change-for-toc is used,
227 # dependent binaries of a .toc file will be rebuilt only when the content of
228 # the .toc file is changed.
231 # Disable .toc optimization for host modules: we may run the host binaries during the build process
234 LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_BUILT_MODULE).toc
235 $(LOCAL_BUILT_MODULE).toc: $(LOCAL_BUILT_MODULE)
236 $(call $(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)transform-shared-lib-to-toc,$<,$@.tmp)
237 $(call commit-change-for-toc,$@)
240 .KATI_RESTAT: $(LOCAL_BUILT_MODULE).toc
241 # Build .toc file when using mm, mma, or make $(my_register_name)
242 $(my_register_name): $(LOCAL_BUILT_MODULE).toc