aboutsummaryrefslogtreecommitdiff
path: root/evs/app/Android.mk
diff options
context:
space:
mode:
authorScott Randolph <randolphs@google.com>2017-05-26 17:45:00 -0700
committerScott Randolph <randolphs@google.com>2017-05-30 17:12:59 -0700
commit155c6932816ebae97ad17822564ccec31ddab9d6 (patch)
tree38f5d0138c8674c6d35f4dc06b7b464fa64cd93d /evs/app/Android.mk
parent688582e9098aab51e2f2e12a7c267fa41f0de6fd (diff)
downloadCar-155c6932816ebae97ad17822564ccec31ddab9d6.tar.gz
Add SEpolicy for EVS stack
extracted from ChangeId: I9adc6a1cb27bac005693d6b58c1298894f2bb557 Changcheng Liu enable evs-app for gordon_peak Modified the change to keep the default driver hardware independent, and added a policy for the sample driver that is hardware dependent. Also adds the RC files necessary to allow the EVS modules to be part of the boot time init process. But only if the platform references them in it's device.mk file. bug: 38509679 Change-Id: I78e5a4cc4d8057d74432b5f85dd56737a9a4e996 Test: build and boot gordon_peak
Diffstat (limited to 'evs/app/Android.mk')
-rw-r--r--evs/app/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/evs/app/Android.mk b/evs/app/Android.mk
index 784068d7bb..fc1c99dde1 100644
--- a/evs/app/Android.mk
+++ b/evs/app/Android.mk
@@ -43,6 +43,8 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_STRIP_MODULE := keep_symbols
+LOCAL_INIT_RC := evs_app.rc
+
LOCAL_MODULE:= evs_app
LOCAL_MODULE_TAGS := optional