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

Commit 78c28df4 authored by Peter Cai's avatar Peter Cai Committed by Michael Bestas
Browse files

mainline_system: Exclude vendor.lineage.power@1.0 from artifact path requirements

* The power HAL currently violates the artifact path requirements in
  mainline_system devices. Instead of relaxing the requirement for the
  entire system_ext/ partition, let's explicitly whitelist the power HAL
  here as it is the only offender at the moment.

Change-Id: I3bf5f36125167af546dd967464a56d77f2bf3a3a
parent c5362f07
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -135,6 +135,12 @@ _base_mk_allowed_list :=

_my_allowed_list := $(_base_mk_allowed_list)

# vendor.lineage.power@1.0 currently violates the artifact path requirements
# Exclude it from the check for now
_my_allowed_list += \
  $(TARGET_COPY_OUT_SYSTEM_EXT)/lib/vendor.lineage.power@1.0.so \
  $(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/vendor.lineage.power@1.0.so \

# For mainline, system.img should be mounted at /, so we include ROOT here.
_my_paths := \
  $(TARGET_COPY_OUT_ROOT)/ \