History log of /packages/services/Car/evs/sampleDriver/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14f0f7bc8d9acf432e5f5dd60b30f3566c47b676 08-Jun-2017 Scott Randolph <randolphs@google.com> Move LOG_TAG #define into .mk file

Put the LOG_TAG definition into the make file so that one value
is shared among all source files within each module.

Test: Build and run
Change-Id: I665b937e79964eb281dabfbfe7948a5d855e3e70
/packages/services/Car/evs/sampleDriver/Android.mk
155c6932816ebae97ad17822564ccec31ddab9d6 27-May-2017 Scott Randolph <randolphs@google.com> 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
/packages/services/Car/evs/sampleDriver/Android.mk
b342cb163393317d8af77339ff8ff5e921bd4a8f 26-Apr-2017 Scott Randolph <randolphs@google.com> V4L2 & Surface Flinger based EVS driver

This provides a functional driver, although not suitable for use at
early boot because of the SurfaceFlinger dependency. This is enough to
get a demo application running, however, and to illustrate the necessary
behaviors.

Test: Build and run against evs_app
Change-Id: I5492a7818018319bdf7e00f147d387e14acf4993
/packages/services/Car/evs/sampleDriver/Android.mk