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

Commit 9bcfd865 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "notice files in system_other becomes included in system's one" into...

Merge "notice files in system_other becomes included in system's one" into rvc-dev am: 22f98f18 am: a47ca3bb

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

Change-Id: I964deaeb6fe4cddc67d448e470d2da2bec2010fd
parents ff8b1316 a47ca3bb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -974,6 +974,8 @@ license_modules := $(filter-out $(TARGET_OUT_FAKE)/%,$(license_modules))
license_modules := $(filter-out $(TARGET_OUT_TESTCASES)/%,$(license_modules))
# filesystem images: system, vendor, product, system_ext, and odm
license_modules_system := $(filter $(TARGET_OUT)/%,$(license_modules))
# system_other is relevant to system partition.
license_modules_system += $(filter $(TARGET_OUT_SYSTEM_OTHER)/%,$(license_modules))
license_modules_vendor := $(filter $(TARGET_OUT_VENDOR)/%,$(license_modules))
license_modules_product := $(filter $(TARGET_OUT_PRODUCT)/%,$(license_modules))
license_modules_system_ext := $(filter $(TARGET_OUT_SYSTEM_EXT)/%,$(license_modules))