Home | History | Annotate | Download | only in core

Lines Matching refs:toc

282 ## Create .toc files from shared objects to reduce unnecessary rebuild
283 # .toc files have the list of external dynamic symbols without their addresses.
284 # As .KATI_RESTAT is specified to .toc files and commit-change-for-toc is used,
285 # dependent binaries of a .toc file will be rebuilt only when the content of
286 # the .toc file is changed.
289 LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_BUILT_MODULE).toc
290 $(LOCAL_BUILT_MODULE).toc: $(LOCAL_BUILT_MODULE)
291 $(call $(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)transform-shared-lib-to-toc,$<,$@.tmp)
292 $(call commit-change-for-toc,$@)
295 .KATI_RESTAT: $(LOCAL_BUILT_MODULE).toc
296 # Build .toc file when using mm, mma, or make $(my_register_name)
297 $(my_all_targets): $(LOCAL_BUILT_MODULE).toc