diff options
author | Alexander Koskovich <zvnexus@outlook.com> | 2020-11-09 12:04:33 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-09-03 02:20:50 +0800 |
commit | d3974f02a2377989a51267723dbbbfe2ec478a7b (patch) | |
tree | f29f3601ed347f23032a1e04328140f63eedf4fe | |
parent | 6cd351a89cfb7dacced23ab4ae5428881bf059bc (diff) |
ipacm: Remove arch check.tachibana
* 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 |