aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Kiazyk <skiazyk@google.com>2017-03-14 13:26:15 -0700
committerStephen Kiazyk <skiazyk@google.com>2017-03-14 13:26:15 -0700
commit0462b8ffbe806de07b22c97fa777ea66c2dd7874 (patch)
tree4b6e0043acdca759fbf976a5795d668af3ed5885
parentb89cdc7a932ab7f2a1ea5d7d84bc1d47871f3f18 (diff)
downloadeigen-0462b8ffbe806de07b22c97fa777ea66c2dd7874.tar.gz
Technically this should have already existed. I am making this a soong build library so it is univerally accessible. Bug: 36222421 Test: Built this and its depdencies. Change-Id: I5124a7ee45512c18fe4f8cd86e7fa48db89ff74a
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 000000000..5a00fb473
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,19 @@
+// Copyright (C) 2012 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+cc_library_headers {
+ export_include_dirs = [ "." ],
+ name: "libeigen",
+}
+