diff options
Diffstat (limited to 'product/qcom-keystore.mk')
| -rw-r--r-- | product/qcom-keystore.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/product/qcom-keystore.mk b/product/qcom-keystore.mk new file mode 100644 index 0000000..519c739 --- /dev/null +++ b/product/qcom-keystore.mk @@ -0,0 +1,5 @@ +# Keystore +ifneq ($(TARGET_PROVIDES_KEYMASTER),true) +PRODUCT_PACKAGES += \ + keystore.msm8952 +endif |
