summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorVictor Khimenko <khim@google.com>2020-09-11 18:16:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-11 18:16:40 +0000
commitec3b36a49b0dc802a7dbdb15b2836c1afe6be98f (patch)
tree6c0a17b3398cd0c9eaf88410700aef3c3c88d6fd /libs
parent1e28624f69b5f5ffdf026f4c05cf7ea1d27bd798 (diff)
parentc206a1323411548fded20ec739e18a9e875be751 (diff)
downloadnative-ec3b36a49b0dc802a7dbdb15b2836c1afe6be98f.tar.gz
Make libarect_headers available for libRSSupport am: aa98b9c020 am: c206a13234
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12495227 Change-Id: I86147f77de84f22a5d3823854a46573edc579cf8
Diffstat (limited to 'libs')
-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"],
}