forked from openkylin/platform_build
Merge "Build .toc when building a module by name" am: 1b21a15049
am: af5b95ac90
* commit 'af5b95ac90ae06cf9efc52436e2e24d8c55541ce':
Build .toc when building a module by name
This commit is contained in:
commit
df674b1e9e
|
@ -238,6 +238,8 @@ $(LOCAL_BUILT_MODULE).toc: $(LOCAL_BUILT_MODULE)
|
|||
|
||||
# Kati adds restat=1 to ninja. GNU make does nothing for this.
|
||||
.KATI_RESTAT: $(LOCAL_BUILT_MODULE).toc
|
||||
# Build .toc file when using mm, mma, or make $(my_register_name)
|
||||
$(my_register_name): $(LOCAL_BUILT_MODULE).toc
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue