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

Commit 82fead38 authored by Jeongik Cha's avatar Jeongik Cha
Browse files

Restore $(SOONG_OUT_DIR)/ndk/% in static_whitelist_patterns

$(SOONG_OUT_DIR)/ndk/% needs to be whistlisted in release branch
(ag/11251273)
Accordingly, restore it in aosp as well.

Bug: 148993225
Test: m nothing
Change-Id: I7503c007c3e786b0cab26ea1422f0d4ba5a40662
parent 7146d5f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1165,8 +1165,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
  static_whitelist_patterns := $(TARGET_OUT_FAKE)/%
  # Fakes don't get installed, and NDK stubs aren't installed to device.
  static_whitelist_patterns := $(TARGET_OUT_FAKE)/% $(SOONG_OUT_DIR)/ndk/%
  # 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