Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df674b1e authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Build .toc when building a module by name" am: 1b21a150

am: af5b95ac

* commit 'af5b95ac':
  Build .toc when building a module by name
parents be263e3a af5b95ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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