summaryrefslogtreecommitdiff
path: root/hikey.mk
diff options
context:
space:
mode:
authorvishal <vishal.bhoj@linaro.org>2018-08-07 18:18:04 +0530
committerVictor Chong <victor.chong@linaro.org>2018-10-26 18:50:30 +0100
commitf297ea2982f0727eccf7eef1c1583ec478d84450 (patch)
tree5cf6606cca776e36c76998c5fcc37f30d032e6d1 /hikey.mk
parenta5ec180c8cee90099b6e35080e156a810b9e6f3c (diff)
parent531fb4c307e7b5f5791ee4a60487c20c18cebcfc (diff)
downloadhikey-linaro-android-pie-treble.tar.gz
Merge remote-tracking branch 'aosp/master' into HEADlinaro-android-pie-treble
The FULL_TREBLE support was merged in June. The current pie-dev branch were create in May from Master. This update will make sure the next minor Android update will include hikey with full treble support. This also gives developers using stable Android codebase on HiKey/HiKey960 will be able to make use of latest changes. Change-Id: I90595c3229281938bc6b69b2160556bbf0366aca
Diffstat (limited to 'hikey.mk')
-rw-r--r--hikey.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/hikey.mk b/hikey.mk
index 0b32845c..14a2e928 100644
--- a/hikey.mk
+++ b/hikey.mk
@@ -1,6 +1,13 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, device/linaro/hikey/hikey-common.mk)
+#setup dm-verity configs
+PRODUCT_SYSTEM_VERITY_PARTITION := /dev/block/platform/soc/f723d000.dwmmc0/by-name/system
+PRODUCT_VENDOR_VERITY_PARTITION := /dev/block/platform/soc/f723d000.dwmmc0/by-name/vendor
+$(call inherit-product, build/target/product/verity.mk)
+PRODUCT_SUPPORTS_BOOT_SIGNER := false
+PRODUCT_SUPPORTS_VERITY_FEC := false
+
PRODUCT_NAME := hikey
PRODUCT_DEVICE := hikey
PRODUCT_BRAND := Android