summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2019-11-08 17:08:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-11-08 17:08:32 +0000
commit037de111850bb49aa4e92e801ed996f4eecc3fd4 (patch)
tree88470a7ac54cf3b10cc09ad385a0930cb2c9f211
parent88aa295555788a48e14718d96a43c6941e3254b1 (diff)
parentf7820221949b4c33e4f5c7ab2f11f798c29c37f4 (diff)
downloadnative-037de111850bb49aa4e92e801ed996f4eecc3fd4.tar.gz
Merge "Add a header lib for libarect"
-rw-r--r--libs/arect/Android.bp7
1 files changed, 6 insertions, 1 deletions
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp
index ad8287c203..2518b1427d 100644
--- a/libs/arect/Android.bp
+++ b/libs/arect/Android.bp
@@ -13,13 +13,18 @@
// limitations under the License.
ndk_headers {
- name: "libarect_headers",
+ name: "libarect_headers_for_ndk",
from: "include/android",
to: "android",
srcs: ["include/android/*.h"],
license: "NOTICE",
}
+cc_library_headers {
+ name: "libarect_headers",
+ export_include_dirs: ["include"],
+}
+
cc_library_static {
name: "libarect",
host_supported: true,