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

Commit b5d49046 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by android-build-merger
Browse files

Merge "Fix typo causing ALL_DEPS.$(module).ALL_DEPS to be incomplete." am:...

Merge "Fix typo causing ALL_DEPS.$(module).ALL_DEPS to be incomplete." am: ddd8b1e6 am: 54b9c7e4
am: bc345d9c

Change-Id: Ia7df6370dc38c5606995e130a6926b6e60e14267
parents 9a64c2e0 bc345d9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -887,7 +887,7 @@ INSTALLABLE_FILES.$(LOCAL_INSTALLED_MODULE).MODULE := $(my_register_name)
# Use $(LOCAL_MODULE) instead of $(my_register_name) to ignore module's bitness.
ALL_DEPS.MODULES := $(ALL_DEPS.MODULES) $(LOCAL_MODULE)
ALL_DEPS.$(LOCAL_MODULE).ALL_DEPS := $(sort \
  $(ALL_MODULES.$(LOCAL_MODULE).ALL_DEPS) \
  $(ALL_DEPS.$(LOCAL_MODULE).ALL_DEPS) \
  $(LOCAL_STATIC_LIBRARIES) \
  $(LOCAL_WHOLE_STATIC_LIBRARIES) \
  $(LOCAL_SHARED_LIBRARIES) \