aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-04-19 00:51:48 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-19 00:51:48 +0000
commitccd542196262e33f641fb09582267d9efb4b36b7 (patch)
tree4b6e0043acdca759fbf976a5795d668af3ed5885
parent23df118e9e6d3f568a29f770c161723c0c22b2e3 (diff)
parentf79ea2d4c1c63fabf575c6e6805965816f355f89 (diff)
downloadeigen-ccd542196262e33f641fb09582267d9efb4b36b7.tar.gz
Merge "Add header library target for eigen" am: 896220ce6b
am: f79ea2d4c1 Change-Id: I7e7c10c7c1611ff2bbf3238300d09c5f20ab22e4
-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",
+}
+