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

Commit 2cc2906f authored by Cole Faust's avatar Cole Faust
Browse files

Readd apps_only_installed_files

I mistakenly removed this in ag/33651579, but it's actually still used
for generating the sboms of apps and apexes in unbundled builds.

Bug: 413145177
Test: Manually
Change-Id: I30b9817b3d2ff2b0c2aaf78ef682188395a61ce4
parent 41906d78
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1456,6 +1456,9 @@ else ifneq ($(TARGET_BUILD_APPS),)
  # If this build is just for apps, only build apps and not the full system by default.
  # The majority of this block has been converted to soong's unbundled_builder module.

  apps_only_installed_files := $(foreach m,$(unbundled_build_modules),\
    $(filter-out $(ALL_MODULES.$(m).INSTALLED_SYMLINKS),$(ALL_MODULES.$(m).INSTALLED)))

apps_only: $(unbundled_build_modules)

droid_targets: apps_only