diff options
author | Bryan Buckley <bryan.buckley@ti.com> | 2011-10-19 19:14:21 -0500 |
---|---|---|
committer | Jeffrey Tinker <jtinker@google.com> | 2011-10-20 13:35:51 -0700 |
commit | 81ee12f68f1a45cf09a98aa4c2cc8e2bbbab7f5c (patch) | |
tree | 1eca56b2f7408794383c0da527bf87661232175e | |
parent | 2e9e9eca83c3dee85b7815573a8cf1e6d1780741 (diff) | |
download | hardware_ti_omap4xxx-81ee12f68f1a45cf09a98aa4c2cc8e2bbbab7f5c.zip hardware_ti_omap4xxx-81ee12f68f1a45cf09a98aa4c2cc8e2bbbab7f5c.tar.gz hardware_ti_omap4xxx-81ee12f68f1a45cf09a98aa4c2cc8e2bbbab7f5c.tar.bz2 |
SMC: Add Android.mk with BOARD_USES_SECURE_SERVICES flag to build
Enable the build of the SMC userspace components if a device has the
BOARD_USES_SECURE_SERVICES flag enabled in a configuration file.
Change-Id: Iadbd38bbf7d7d0495541c995f38919b3a8dee055
Signed-off-by: Bryan Buckley <bryan.buckley@ti.com>
-rwxr-xr-x | security/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/Android.mk b/security/Android.mk new file mode 100755 index 0000000..6dc474b --- /dev/null +++ b/security/Android.mk @@ -0,0 +1,3 @@ +ifeq ($(BOARD_USES_SECURE_SERVICES),true) +include $(call all-subdir-makefiles) +endif |