forked from openkylin/platform_build
Clean up static_whitelist_patterns
$(HOST_OUT)/% and $(SOONG_OUT_DIR)/ndk/% are not necessary anymore. Bug: b/148993225 Test: m nothing Change-Id: If2551283ebb6c516c029d1c04aebe25661bc6a1a
This commit is contained in:
parent
8266acdb9d
commit
4472819166
|
@ -1172,8 +1172,8 @@ ifdef FULL_BUILD
|
|||
# Verify the artifact path requirements made by included products.
|
||||
is_asan := $(if $(filter address,$(SANITIZE_TARGET)),true)
|
||||
ifneq (true,$(or $(is_asan),$(DISABLE_ARTIFACT_PATH_REQUIREMENTS)))
|
||||
# Fakes don't get installed, host files are irrelevant, and NDK stubs aren't installed to device.
|
||||
static_whitelist_patterns := $(TARGET_OUT_FAKE)/% $(HOST_OUT)/% $(SOONG_OUT_DIR)/ndk/%
|
||||
# Fakes don't get installed
|
||||
static_whitelist_patterns := $(TARGET_OUT_FAKE)/%
|
||||
# RROs become REQUIRED by the source module, but are always placed on the vendor partition.
|
||||
static_whitelist_patterns += %__auto_generated_rro_product.apk
|
||||
static_whitelist_patterns += %__auto_generated_rro_vendor.apk
|
||||
|
|
Loading…
Reference in New Issue