commit | 8c471ac97b8995eed3610ea341f18967ff07547c | [log] [tgz] |
---|---|---|
author | Jis G Jacob <studiokeys@blissroms.org> | Tue Jul 09 19:21:07 2024 -0400 |
committer | Jis G Jacob <studiokeys@blissroms.org> | Tue Jul 09 19:21:07 2024 -0400 |
tree | 72990bdb43fee8f10bd4b1ee5399544dd1a3f0d5 | |
parent | 24c851bf18d700cb4dc185f9a88383e5b4cc793a [diff] [blame] |
vendor: Include dev-keys if exists Change-Id: I972ab1217edf8dc84959251838d3781da2b175aa Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>
diff --git a/config/common.mk b/config/common.mk index 41840a2..b61fec2 100644 --- a/config/common.mk +++ b/config/common.mk
@@ -231,3 +231,5 @@ # Certification $(call inherit-product-if-exists, vendor/certification/config.mk) +# Inline Signing +$(call inherit-product-if-exists, vendor/bliss-priv/keys/keys.mk)