aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2017-12-06 17:00:59 -0800
committerMiao Wang <miaowang@google.com>2017-12-06 17:00:59 -0800
commit3dd9fc332efa9e209c142431d9f8225ccf03fe57 (patch)
treeb15290cdc98330f63177d8b1e939b028f01c9d4d
parentb0d32be38364aa7cc0b275c95308527ca64f3dd5 (diff)
downloadgemmlowp-3dd9fc332efa9e209c142431d9f8225ccf03fe57.tar.gz
Add a header lib to include all gemmlowp headers
Test: mm Change-Id: I5f493dc35b269a75c7a8473e5002a90df98e92a3
-rw-r--r--Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f6d9324..3f1dab4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -26,4 +26,11 @@ cc_library_headers {
export_include_dirs: ["public"],
}
+cc_library_headers {
+ name: "gemmlowp_headers",
+ vendor_available: true,
+ host_supported: true,
+ export_include_dirs: ["."],
+}
+
subdirs = ["eight_bit_int_gemm"]