Merge "Revert "Add $(PRODUCT_OUT)/apex to the artifact path whitelist""

am: d15c8c1da4

Change-Id: I1c856b01224dbda666234aab1ee887d1c6c67416
This commit is contained in:
Michael Butler 2019-01-11 13:02:27 -08:00 committed by android-build-merger
commit 7babbf0bf8
1 changed files with 0 additions and 6 deletions

View File

@ -1089,12 +1089,6 @@ ifdef FULL_BUILD
static_whitelist_patterns := $(TARGET_OUT_FAKE)/% $(HOST_OUT)/% static_whitelist_patterns := $(TARGET_OUT_FAKE)/% $(HOST_OUT)/%
# RROs become REQUIRED by the source module, but are always placed on the vendor partition. # RROs become REQUIRED by the source module, but are always placed on the vendor partition.
static_whitelist_patterns += %__auto_generated_rro.apk static_whitelist_patterns += %__auto_generated_rro.apk
# $(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)) ifeq (true,$(BOARD_USES_SYSTEM_OTHER_ODEX))
# Allow system_other odex space optimization. # Allow system_other odex space optimization.
static_whitelist_patterns += \ static_whitelist_patterns += \