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

Commit f81b69ba authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove duplicate in unbundled build moduels defined in...

Merge "Remove duplicate in unbundled build moduels defined in TARGET_BUILD_APPS." into main am: 8c656ae6 am: 7ec1b82e am: 067f3376 am: 301b40ec am: ce0c2b9b

Original change: https://android-review.googlesource.com/c/platform/build/+/2698935



Change-Id: Id100036a40e7c96593331115eb28d3947c66d268
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents df3d52d8 ce0c2b9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1717,7 +1717,7 @@ else ifneq ($(TARGET_BUILD_APPS),)
    # If they used the magic goal "all" then build all apps in the source tree.
    unbundled_build_modules := $(foreach m,$(sort $(ALL_MODULES)),$(if $(filter APPS,$(ALL_MODULES.$(m).CLASS)),$(m)))
  else
    unbundled_build_modules := $(TARGET_BUILD_APPS)
    unbundled_build_modules := $(sort $(TARGET_BUILD_APPS))
  endif

  # Dist the installed files if they exist.