summaryrefslogtreecommitdiff
path: root/Android.mk (plain)
blob: ca4bcc30f31abefaceb1db5ed0adc1843b003e15
1TDK_TOP_DIR := $(call my-dir)
2TA_SIGN_TOOL := $(TDK_TOP_DIR)/ta_export/scripts/sign_ta.py
3TA_GEN_CERT_TOOL := $(TDK_TOP_DIR)/ta_export/scripts/gen_cert_key.py
4TA_ROOT_PRIV_KEY ?= $(TDK_TOP_DIR)/ta_export/keys/root_rsa_prv_key.pem
5TA_USER_PUB_KEY ?= $(TDK_TOP_DIR)/ta_export/keys/ta_rsa_pub_key.pem
6TA_USER_PRIV_KEY ?= $(TDK_TOP_DIR)/ta_export/keys/ta_rsa_prv_key.pem
7TA_ROOT_AES_KEY ?= $(TDK_TOP_DIR)/ta_export/keys/root_aes_key.bin
8TA_USER_AES_KEY ?= $(TDK_TOP_DIR)/ta_export/keys/ta_aes_key.bin
9TA_USER_AES_IV ?= $(TDK_TOP_DIR)/ta_export/keys/ta_aes_iv.bin
10
11include $(call all-subdir-makefiles)
12