summaryrefslogtreecommitdiff
path: root/hikey.mk
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 05:57:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 05:57:19 +0000
commitabb8855889aed60768f93bc1c8abc9f2e24f669a (patch)
tree90aacb633d142c11c6922b13965018a37799de0e /hikey.mk
parente4eca307e1467f7aafd71694b1ccd56498a8d522 (diff)
parented84c02f8cffa49b95bbbc7eb5052dc5d3f4b933 (diff)
downloadhikey-android13-frc-ipsec-release.tar.gz
Snap for 8558685 from ed84c02f8cffa49b95bbbc7eb5052dc5d3f4b933 to tm-frc-ipsec-releaset_frc_ips_330443010android13-frc-ipsec-release
Change-Id: I28c11c56b59b8c3de334d1a95c210b1c15fdab54
Diffstat (limited to 'hikey.mk')
-rw-r--r--hikey.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/hikey.mk b/hikey.mk
index 74719550..f869c71e 100644
--- a/hikey.mk
+++ b/hikey.mk
@@ -1,5 +1,7 @@
+include $(LOCAL_PATH)/vendor-package-ver.mk
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, device/linaro/hikey/hikey-common.mk)
+$(call inherit-product-if-exists, vendor/linaro/hikey960/$(EXPECTED_LINARO_VENDOR_VERSION)/hikey.mk)
#setup dm-verity configs
PRODUCT_SYSTEM_VERITY_PARTITION := /dev/block/platform/soc/f723d000.dwmmc0/by-name/system
@@ -54,3 +56,7 @@ ifneq ($(HIKEY_MODS),)
endif
endif
+
+PRODUCT_SOONG_NAMESPACES += \
+ vendor/linaro/hikey960/$(EXPECTED_LINARO_VENDOR_VERSION)/mali/utgard
+