summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Khimenko <khim@google.com>2020-08-18 16:15:29 +0200
committerVictor Khimenko <khim@google.com>2020-09-01 12:38:27 +0200
commitaa98b9c020d4c68b9cc636218bb576101e3d9927 (patch)
tree288e2814b2cb59567e85f4f1db15313084f9fdf5
parentc2e1fb6a74cec648dc79f2afd10ff4a2faf4f006 (diff)
downloadnative-aa98b9c020d4c68b9cc636218bb576101e3d9927.tar.gz
Make libarect_headers available for libRSSupport
Bug: http://b/153609531 Test: m libnative_bridge_guest_libRSSupport.native_bridge Change-Id: I864ad01c5496c51f562eb4ed25d0225221c91064
-rw-r--r--libs/arect/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp
index 258a4e3748..80aa8916da 100644
--- a/libs/arect/Android.bp
+++ b/libs/arect/Android.bp
@@ -22,6 +22,8 @@ ndk_headers {
cc_library_headers {
name: "libarect_headers",
+ // TODO(b/153609531): remove when no longer needed.
+ native_bridge_supported: true,
export_include_dirs: ["include"],
}