commit | 4772b6088a7d6faa6ac481bf2dd83633c9779d2f | [log] [tgz] |
---|---|---|
author | Miao Wang <miaowang@google.com> | Fri Jan 20 10:30:38 2017 -0800 |
committer | Michael Butler <butlermichael@google.com> | Wed Feb 15 15:58:01 2017 -0800 |
tree | 81409c80039ceaaef217cffc65805b07f9ac8f6a | |
parent | f2336a17920bb46afa6ef2126a304313142f1381 [diff] [blame] |
RenderScript HIDL HAL definition and server-side implementation. Contains the definition and implementation of the HAL. Bug: 34396220 Test: mm, all cts tests pass on bullhead and sailfish Change-Id: Ic560efef34f647f441c32ba01ca29d83a3d98b69
diff --git a/renderscript/Android.bp b/renderscript/Android.bp new file mode 100644 index 0000000..ba90f2c --- /dev/null +++ b/renderscript/Android.bp
@@ -0,0 +1,5 @@ +// This is an autogenerated file, do not edit. +subdirs = [ + "1.0", + "1.0/default", +]