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

Commit 5d691873 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Reland "Add $(PRODUCT_OUT)/apex to the artifact path whitelist"" am:...

Merge "Reland "Add $(PRODUCT_OUT)/apex to the artifact path whitelist"" am: ea976a27 am: a3cf8164
am: f7b1c4d5

Change-Id: I5897aa33489e2dcb93bb57d0ad1b6dfd45e556bc
parents 4aaa9fc7 f7b1c4d5
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1133,7 +1133,12 @@ ifdef FULL_BUILD
  static_whitelist_patterns += %__auto_generated_rro.apk
  # Auto-included targets are not considered
  static_whitelist_patterns += $(call module-installed-files,$(call auto-included-modules))

  # $(PRODUCT_OUT)/apex is where shared libraries in APEXes get installed.
  # The path can be considered as a fake path, as the shared libraries
  # are installed there just to have symbols files for them under
  # $(PRODUCT_OUT)/symbols/apex for debugging purpose. The /apex directory
  # is never compiled into a filesystem image.
  static_whitelist_patterns += $(PRODUCT_OUT)/apex/%
  ifeq (true,$(BOARD_USES_SYSTEM_OTHER_ODEX))
    # Allow system_other odex space optimization.
    static_whitelist_patterns += \