diff options
author | Alexander Koskovich <zvnexus@outlook.com> | 2020-11-09 12:04:33 -0700 |
---|---|---|
committer | Fabian Leuteneegger <fabian.leutenegger@bluewin.ch> | 2021-11-04 19:13:12 +0100 |
commit | 93513c9cef07c526947389d7e0f70e5dacbb3afc (patch) | |
tree | 0ccfc18df12230068bc16ec144538e2b57a22e31 | |
parent | 2e1373b0ee097f5d7b6e353c31151ff5e5040096 (diff) |
* Being apart of a component doesn't give this access to arch,
it's a really dumb check anyways so remove it.
Change-Id: Ieb0d93523aefde005c1fa183be58134b7167d069
-rw-r--r-- | ipacm_vendor_product.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipacm_vendor_product.mk b/ipacm_vendor_product.mk index 969d537..74c64c3 100644 --- a/ipacm_vendor_product.mk +++ b/ipacm_vendor_product.mk @@ -46,11 +46,9 @@ BOARD_ETH_BRIDGE_LIST += kona ifneq ($(call is-board-platform-in-list,$(BOARD_PLATFORM_LIST)),true) ifneq (,$(filter $(QCOM_BOARD_PLATFORMS),$(TARGET_BOARD_PLATFORM))) -ifneq (, $(filter aarch64 arm arm64, $(TARGET_ARCH))) PRODUCT_PACKAGES += $(IPACM_DATA) -endif # $(TARGET_ARCH) endif endif endif |