commit | a4f6751e49cca8cd1b673a3917c38ae0620754fc | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Mon Apr 24 17:18:25 2017 -0700 |
committer | Chong Zhang <chz@google.com> | Fri Jun 23 16:24:17 2017 -0700 |
tree | 1e26c85ae8197f9582ab06fba1cae2436412b815 | |
parent | 180a8ed591cc59ab52d4504b3708680df0d2e833 [diff] [blame] |
cas: add CAS hal Add CAS hal definitions and default service implementation. bug: 22804304 Change-Id: I0a89608fe75c5f3c5e6888f9b771305742760707
diff --git a/cas/Android.bp b/cas/Android.bp new file mode 100644 index 0000000..57532a0 --- /dev/null +++ b/cas/Android.bp
@@ -0,0 +1,6 @@ +// This is an autogenerated file, do not edit. +subdirs = [ + "1.0", + "1.0/default", + "native/1.0", +]